Questions tagged [microdata]
Microdata is a syntax for embedding structured data in HTML5, making use of vocabularies. If the question is about the popular vocabulary Schema.org, use the tag [schema.org].
248 questions
0 votes
0 answers
61 views
Best schema type to use for a crowdfunded product?
On my website I maintain a list of crowdfunding projects related to tabletop gaming. The list is primarily board games, but will occasionally include dice, books, or even campaigns raising funds for ...
0 votes
1 answer
36 views
Structured data for chord progression
I want to add structured data for chord progression. [Chorus] F C Welcome to the Hotel California. E7 Such a lovely place, (such a ...
2 votes
1 answer
472 views
Price in Google results showing wrong currency
I've noticed that our products in Google search results are showing in USD, despite the fact that our website is in GBP, our microdata is in GBP and our Merchant Centre is setup in GBP. I can't work ...
2 votes
1 answer
163 views
Are microformats2 the "standard" for SEO and RDFa and Microdata deprecated today?
I came to a years old post, discussing Microdata, RDFa etc. I looked on the microformats2 site and it says both have been superseded by microformats2. Also Google uses microformats2 for SEO. Should I ...
4 votes
1 answer
681 views
Structured data: ArticleBody with or without html tags
We are currently rescripting our theme. The current version uses microdata for structured data, but Google doesn't seem to handle microdata completely well, therefore we are switching to JSON-LD. When ...
2 votes
1 answer
444 views
How will Google Search handle multiple Rich Snippet entries
Background I've started to use Article markup (https://schema.org/Article) on a WordPress website. The aim is to add as much as possible properties. By using a (popular) plugin, basic Article data is ...
1 vote
1 answer
80 views
How to validate microdata is improving the search ranking?
I have recently updated our website FAQ section using microdata. Once the page was pushed into production, I used the following tools to validate my schema markup Google Structured Data Tool Rich ...
0 votes
1 answer
38 views
Google SEO no blue buttons appearing [duplicate]
TL;DR The most important links are the following; /reserveren (aka book now page) /veelgestelde-vragen (aka FAQ page) but not appearing in Google search results I’m currently optimising my SEO for ...
1 vote
1 answer
457 views
JSON-LD for schema.org markup - what to include and where
I'm trying to take advantage of using JSON-LD for Schema.org markup over Microdata because it seems way easier to implement and to maintain. Also, I've heard that consumers like Google and Bing now ...
1 vote
1 answer
588 views
Multiple products in an article - how to use structured data
I have an article containing several products. Let's say 'Bulb page' with 'White bulb' as a product, 'Yellow bulb' as another product and so on. It seems that the product schema must be used when a ...
3 votes
2 answers
584 views
Can display:none CSS be used on a div with a rich snippet?
I'd like to use the following code: <div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"> <div> <span itemprop="ratingValue">[rating]<...
3 votes
0 answers
61 views
Can I use JSON-LD for Products while using MICRODATA for Reviews?
The Reviews are included as dynamic data in an iframe so we do not have access to the main page to add the JSON-LD. If that doesn't work, I'd appreciate suggestions for an alternate approach.
1 vote
2 answers
448 views
Semantic markup itemprop name / description on multilingual website
I would like to set up semantic markup for products such as accommodation on a language stay on a site available in fr, en and es. I wonder if I can have the name of the Product and its description ...
2 votes
1 answer
141 views
Relative URL resolution for Microdata properties
The HTML Microdata Working Draft shows the following example: Assuming a page at http://example.net/some/dataexample contains the following code: <section itemscope itemtype="http://example.org/...
1 vote
0 answers
62 views
Whats the schema.org for a social status post?
I've looked at many schema.org types, but can't find the right one. I want to mark-up a simple post, which could contain up to 3 OPTIONAL pictures and many comments. There is DiscussionForumPosting: ...