From the course: HTML: Structured Semantic Data

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Testing your microdata markup with the Structured Data Testing Tool

Testing your microdata markup with the Structured Data Testing Tool - HTML Tutorial

From the course: HTML: Structured Semantic Data

Testing your microdata markup with the Structured Data Testing Tool

- [Instructor] Now that we have our markup completed, there's two tests we should run. The first is always validate your HTML markup to make sure it's correctly formed. Especially after adding all of these extra tags to the document, it's really easy to mis-nest some tags or make a syntax error. So we need to run it through first that validator, and then we're going to try running this through Google's Structured Data Testing Tool to see how we did with our microdata markup. In your exercise files folder for 01-06, I've given you two files in that begin folder. One is index.html. This is the document we have been coding by hand with our microdata, and the other one is markup.html. This is the one we just got from Google's Structured Data Testing Tool, that HTML that it wrote for us. So let's start with index.html. Going ahead, and I'm going to highlight my whole HTML document and copy it, and then I'm going to go…

Contents