rich-snippets

Can you have multiple itemprop=description on a page?

不问归期 提交于 2019-11-28 00:33:37
I can't seem to find the answer for this anywhere. I've got itemscope itemtype="http://data-vocabulary.org/Review" on the body tag. Now the content on the page is spread across multiple divs with images and such between. If I were to wrap it all, then other content would actually come first before the main body, so I need to be able to put the itemprop="description" on multiple divs. It seems to show up OK in the google snippets tool but I want to know if it would be fine or whether it'd only take 1 into account? unor Well, you are adding several descriptions for the same item. That’s fine

Can I Use Multiple ItemProps in a Span Tag for schema.org Rich Snippets?

拜拜、爱过 提交于 2019-11-27 01:48:39
Let's say I have the following sentence I want to add rich snippets to: I live and work in New York Since New York is both my residency and the city where I work in, I would theoretically want to tag the line like this using schema.org standards: <div itemscope itemtype = 'http://schema.org/Person'>I live and work in <span itemprop = 'homeLocation' itemprop = 'workLocation'>New York</span></div> Is it valid to have 2 itemprops in one span tag? If not, will the below work? <div itemscope itemtype = 'http://schema.org/Person'>I live and work in <span itemprop = 'homeLocation'><span itemprop =

Can you have multiple itemprop=description on a page?

时光毁灭记忆、已成空白 提交于 2019-11-26 23:26:09
问题 I can't seem to find the answer for this anywhere. I've got itemscope itemtype="http://data-vocabulary.org/Review" on the body tag. Now the content on the page is spread across multiple divs with images and such between. If I were to wrap it all, then other content would actually come first before the main body, so I need to be able to put the itemprop="description" on multiple divs. It seems to show up OK in the google snippets tool but I want to know if it would be fine or whether it'd only

Can I Use Multiple ItemProps in a Span Tag for schema.org Rich Snippets?

痴心易碎 提交于 2019-11-26 09:46:55
问题 Let\'s say I have the following sentence I want to add rich snippets to: I live and work in New York Since New York is both my residency and the city where I work in, I would theoretically want to tag the line like this using schema.org standards: <div itemscope itemtype = \'http://schema.org/Person\'>I live and work in <span itemprop = \'homeLocation\' itemprop = \'workLocation\'>New York</span></div> Is it valid to have 2 itemprops in one span tag? If not, will the below work? <div