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 - 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…
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)
Understanding rich search results from Google2m 4s
-
(Locked)
Writing JSON-LD code for rich search results with a recipe8m 27s
-
(Locked)
Testing and previewing the rich results code4m 30s
-
(Locked)
Challenge: Rich search results for courses1m 24s
-
(Locked)
Solution: Rich search results for courses3m 27s
-
(Locked)
-