Answer the question
In order to leave comments, you need to log in
Microdata content site?
Hello!
What types of micro-markup do you use for your content sites?
I use this https://schema.org/Article but it's not very good to mark up all pages with this scheme.
What are the options for Contacts, reviews, commercial offers, forum, etc.
And what is the difference between https://schema.org/WebPage and https://schema.org/Article
Answer the question
In order to leave comments, you need to log in
Hello. Specifically, I marked out only pages of articles on my site. Simply by writing a condition that the markup will be displayed only on this type of pages (if(get_post_type() == "post")). schema.org has hundreds of objects matching here or another page entity, see here ( https://schema.org/docs/full.html ).
For example, contact attributes are described here ( https://schema.org/ContactPage ).
For forum pages here ( https://schema.org/DiscussionForumPosting ).
In general, just look through the entire tree of objects and choose what you need.
Next, after writing micro-markup for each type of page, script them using if or switch.
If you want to learn more about the principles of micro-markup, read the info here ( https://seolab.dp.ua/seo/polnoe_rukovodstvo_po-rab... ).
Regarding the differences between WebPage and Article, well, in short, they differ in a set of attributes that allow you to describe two different types of objects for the search engine.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question