Exercise 1: Inline Microdata vs. JSON-LD, and Why JSON-LD Became the Default — Possible Solution ==================================================================== WHAT html_lesson_09_2's OWN INLINE MICRODATA APPROACH LOOKED LIKE ------------------------------ Per this chapter, html_lesson_09_2 taught microdata using `itemscope`/`itemprop` attributes "woven directly into visible HTML." This means the structured-data markers are attributes added onto the same tags already rendering the page's own visible content — an `itemprop="headline"` attribute might sit directly on the `

` tag a reader actually sees, for example. WHAT THIS CHAPTER'S OWN JSON-LD APPROACH DOES INSTEAD ------------------------------ Per this chapter's own code example, JSON-LD packages the identical schema.org information — headline, author, date published — as a self-contained `