A
A
Andrei Popov2018-12-19 14:40:34
Search Engine Optimization
Andrei Popov, 2018-12-19 14:40:34

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

1 answer(s)
F
FeST1Val, 2018-12-19
@andrei500

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>

The company name and phone number will be sent to the search engine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question