Proper use of Schema.org “WebSite” type: apply it to all pages or just the home page?

依然范特西╮ 提交于 2019-11-27 07:30:22

问题


Should the "WebSite" and "Organization" types and their properties be applied to all pages of a website or just the homepage?

I have valid JSON-LD code defining the the necessary items for Google mobile search results, but I am not sure if it should be included on all pages or just the root/home page.


回答1:


It would make sense to provide it on any page where it’s relevant.

For example, if this is an organization’s website, each page is about/from the organization, so provide metadata about this organization on each of the pages.
A consumer looking for structured data on a certain page is not necessarily also visiting and checking the homepage, so it might never learn that you are providing relevant metadata.

That does not necessarily mean that you should include the full item (with all properties) on each page. It can be sufficient to provide the full item only on one page (e.g., on the site’s homepage), and link to it (for example with the property author) from each other page.



来源:https://stackoverflow.com/questions/31350171/proper-use-of-schema-org-website-type-apply-it-to-all-pages-or-just-the-home

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!