Reputation: 4339
Where should I put schema.org tags? I have 3 options:
Should I put schema.org tags on all these pages or?
Upvotes: 0
Views: 216
Reputation: 96587
You can use Schema.org on all pages.
Various consumers might find it useful. Why should they have to visit a specific page to see your Schema.org markup for content they already see?
Just make sure that you don’t create several items for the same thing on the same page, unless you denote them as being about the same thing (e.g., with Microdata’s itemid
or by using the same subject URI in RDFa).
You could use mainEntity
/mainEntityOfPage
to denote which item the page is primarily about.
Upvotes: 1