Using itemprop without itemtype

岁酱吖の 提交于 2019-12-12 00:08:03

问题


If I understand it correctly, it is possible to use itemprop without itemtype. Is this true?

If so, what's the difference in terms of SEO? Is it better to use it with itemtype? I am guessing yes, obviously, but what if the Microdata is not equal to the site you have? For example, I have a dictionary and I could use book, but would this be a good thing to do? I don't know how Google will see this. It would be not fine to get a penalty because of bad use.

So: Do I have to use schema.org schemes?


回答1:


It's valid to use itemprop without itemtype, but any meaning of the itemprops will be private. In order for that meaning to be shared with public microdata consumers, it will be necessary to associate it with an itemtype that is understood by that consumer.



来源:https://stackoverflow.com/questions/16309207/using-itemprop-without-itemtype

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