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 - 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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
Using itemscope and itemtype to add meaning3m 30s
-
(Locked)
Adding itemprop to expand on meaning7m 23s
-
(Locked)
Embedding schemas in schemas5m 1s
-
(Locked)
Using the meta tag for information that cannot be marked up6m 26s
-
(Locked)
Using the Structured Data Markup Helper for microdata7m 30s
-
(Locked)
Testing your microdata markup with the Structured Data Testing Tool9m 16s
-
(Locked)
Challenge: Marking up a document with microdata1m 34s
-
(Locked)
Solution: Marking up a document with microdata3m 15s
-
(Locked)
-
-
-