{ "@context": "https://schema.org", "@graph": [ { "@type": "CollectionPage", "@id": "https://www.johnhansen.design/articles#page", "url": "https://www.johnhansen.design/articles", "name": "Articles | John Hansen Design", "headline": "Notes from the work.", "description": "Articles on design, web systems, accessibility, technology, and practical ideas that emerge through the process of building.", "inLanguage": "en-US", "isPartOf": { "@type": "WebSite", "@id": "https://www.johnhansen.design/#website", "name": "John Hansen Design", "url": "https://www.johnhansen.design/" }, "mainEntity": { "@id": "https://www.johnhansen.design/articles#article-list" }, "author": { "@id": "https://www.johnhansen.design/#john-hansen" } }, { "@type": "ItemList", "@id": "https://www.johnhansen.design/articles#article-list", "name": "John Hansen Design Articles", "numberOfItems": 1, "itemListOrder": "https://schema.org/ItemListOrderDescending", "itemListElement": [ { "@type": "ListItem", "position": 1, "url": "https://www.johnhansen.design/articles/shareable-section-links-webflow", "name": "Turning article sections into individual entry points" } ] }, { "@type": "Person", "@id": "https://www.johnhansen.design/#john-hansen", "name": "John Hansen", "url": "https://www.johnhansen.design/" } ] }