Answer the question
In order to leave comments, you need to log in
How to display only the necessary information in the search engine in schema org?
I want to display information about the product (name, description, picture ...) in the search engine through schema org. But the problem is that this data is in different parts of the html code, and there are lines between them that I do not need to display, what should I do?
Answer the question
In order to leave comments, you need to log in
Read more about schema org... There are special attributes for tags...
For example:
<div class='contacts' itemscope="" itemtype="http://schema.org/Organization">
<div>Blah blah blah</div>
<div class='contacts__company' itemprop="name">Company Name</div>
<a href="tel:123123213"><span itemprop="telephone">123123213</span> Доп номер 123</a>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question