Microdata is a syntax for embedding machine-readable data in HTML5 documents.
2
votes
2answers
100 views
Semantic HTML5 structure and Google penalty
I'm in need for clarity. I'm at an annoying step in my development of a website, and I have read a lot about semantic structure etc, but I'm a bit nervous for my current structure, so I would like to ...
1
vote
1answer
713 views
Schema.org structure for a news aggregator individual post
I'm building a news aggregator website. This is my current schema structure for a single news article. There can be more than one article per page. I'm trying to have every possible piece of data ...
1
vote
1answer
84 views
Schema.org combining different categories
This is the follow up version of a previous question on combining different categories and their properties.
The home page contains the overarching company information.
The product page contains ...
1
vote
1answer
584 views
Schema.org microdata code check
I updated my code based on the feedback from my previous question. There is one for the home page and one for the product pages:
Home page code:
...
2
votes
1answer
57 views
Schema.org Microdata broadest tag check
I have defined the tag that can sit on all the pages of my website and be easily integrated into the admin tool. It is the broadest category with properties that are relevant for all pages.
Can you ...
0
votes
3answers
218 views
3
votes
2answers
418 views
Schema.org Microdata validation plugin
I am starting to write a plugin that is aiming to validate a piece of mark up against requirements of schema.org.
I was hoping if I could get some more tips on how to improve the structure of my code....