From the course: HTML: Structured Semantic Data

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Challenge: Rich search results for courses

Challenge: Rich search results for courses - HTML Tutorial

From the course: HTML: Structured Semantic Data

Challenge: Rich search results for courses

(upbeat music) - [Instructor] One final challenge here for you in this course and that of course has to do with rich search results. So let's see if you can figure out how to get a course listing up in Google with the appropriate rich search result formatting. So how might you go about approaching this particular problem? There is a starter HTML file in your exercise files. Make sure you take a look at that. Then what you're going to have to do is look at that course and find the structured data type definition for the course. So make sure you look at the Google documentation and find what it has to offer for a course. Then you're going to want to copy the sample JSON-LD, drop that into your HTML document, edit it appropriately, and make sure that the data that's there is matching the course data that you are working with. And then finally, you're going to want to verify your listing with the rich results test website. So make sure you run it through that website so that you have what…

Contents