0

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?

unor
  • 92,415
  • 26
  • 211
  • 360
  • What is your use case for using itemprop without itemscope? – Alohci Apr 30 '13 at 23:31
  • Because I can't find a proper microformat... It's neither a book, nor a thing... – user2299147 May 01 '13 at 08:32
  • 1
    itemscope has nothing to do with the schema/microformat. It's boolean. Do you mean itemtype? – Alohci May 01 '13 at 08:36
  • Yes, I meant itemtype indeed... Do I have to use that? – user2299147 May 02 '13 at 13:16
  • I changed the title/question accordingly (because you ask about `itemtype` instead of `itemscope`; for this, there’s the question: [Is 'itemprop' without parent 'itemscope' valid? Does it create an item?](http://stackoverflow.com/q/21369695/1591669)). – unor Jan 28 '14 at 13:18

1 Answers1

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.

Alohci
  • 78,296
  • 16
  • 112
  • 156
  • So if I want to get a better SEO, I have to use itemtype? Alright then... But what if I use the wrong itemtype? Does this affect the SEO as well? – user2299147 May 02 '13 at 13:51
  • That kind of thing is hard to answer conclusively. It's in the interest of search engines to provide to their users, a list of the best matches for any given search query. (because the better the search results, the more they will be used, and the more money can thus be made from advertising) To that end, If they find it helpful to be tolerant of incorrect or missing itemtypes, no doubt they will implement that tolerance. Equally, if they get best results from being strict about particular itemtypes, then they will ignore incorrect ones. – Alohci May 02 '13 at 14:02
  • I understand that, but is using a wrong itemtype equal to a SEO penalty? – user2299147 May 03 '13 at 08:03
  • @user2299147: Such SEO advice is off-topic on Stack Overflow (might be appropriate on [webmasters.se] instead). I think you should accept Alohci’s answer, as it answers your question as far as it can and should be answered here on SO. – unor Jan 28 '14 at 13:20