<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>StructuredData on emsenn.net</title>
    <link>https://emsenn.net/tags/structureddata/</link>
    <description>Recent content in StructuredData on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 03 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/structureddata/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>JSON-LD</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/json-ld/</link>
      <pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/json-ld/</guid>
      <description>&lt;p&gt;JSON-LD (JavaScript Object Notation for Linked Data) is a method of encoding &lt;a href=&#34;./structured-data.md&#34; class=&#34;link-internal&#34;&gt;structured data&lt;/a&gt; using JSON syntax. It allows web pages to embed machine-readable descriptions of their content — what kind of thing a page describes, who created it, when it was published — alongside the human-readable HTML.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;p&gt;A JSON-LD block is placed inside a &lt;code&gt;&amp;lt;script type=&amp;quot;application/ld+json&amp;quot;&amp;gt;&lt;/code&gt; tag in the page&amp;rsquo;s &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt;. It contains a JSON object with a &lt;code&gt;@context&lt;/code&gt; (typically &lt;code&gt;https://schema.org&lt;/code&gt;) and a &lt;code&gt;@type&lt;/code&gt; declaring what kind of thing is being described.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Schema.org</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/schema-org/</link>
      <pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/schema-org/</guid>
      <description>&lt;p&gt;Schema.org is a collaborative vocabulary for &lt;a href=&#34;./structured-data.md&#34; class=&#34;link-internal&#34;&gt;structured data&lt;/a&gt; on the web, maintained jointly by Google, Microsoft, Yahoo, and Yandex since 2011. It provides a shared set of types (like &lt;code&gt;Article&lt;/code&gt;, &lt;code&gt;Person&lt;/code&gt;, &lt;code&gt;DefinedTerm&lt;/code&gt;) and properties (like &lt;code&gt;author&lt;/code&gt;, &lt;code&gt;datePublished&lt;/code&gt;, &lt;code&gt;description&lt;/code&gt;) that web pages use to describe their content in machine-readable form.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;p&gt;Schema.org defines a type hierarchy. &lt;code&gt;Thing&lt;/code&gt; is the root. Below it sit types like &lt;code&gt;CreativeWork&lt;/code&gt; (which includes &lt;code&gt;Article&lt;/code&gt;, &lt;code&gt;Book&lt;/code&gt;, &lt;code&gt;LearningResource&lt;/code&gt;), &lt;code&gt;Person&lt;/code&gt;, &lt;code&gt;Organization&lt;/code&gt;, and &lt;code&gt;Place&lt;/code&gt;. Each type has properties that describe instances of that type.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
