<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Discoverability on emsenn.net</title>
    <link>https://emsenn.net/tags/discoverability/</link>
    <description>Recent content in Discoverability 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/discoverability/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>robots.txt</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/robots-txt/</link>
      <pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/robots-txt/</guid>
      <description>&lt;p&gt;&lt;code&gt;robots.txt&lt;/code&gt; is a plain-text file placed at the root of a website (e.g., &lt;code&gt;https://example.com/robots.txt&lt;/code&gt;) that tells web crawlers which parts of the site they may or may not access. It follows the Robots Exclusion Protocol, first proposed by Martijn Koster in 1994 and codified as an internet standard in RFC 9309 (2022).&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;p&gt;A &lt;code&gt;robots.txt&lt;/code&gt; file consists of one or more records, each specifying a user-agent (the crawler&amp;rsquo;s identifier) and a set of &lt;code&gt;Allow&lt;/code&gt; and &lt;code&gt;Disallow&lt;/code&gt; directives. Crawlers are expected to fetch this file before crawling any other page and to respect its directives, though compliance is voluntary — &lt;code&gt;robots.txt&lt;/code&gt; is a convention, not an access control mechanism.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Structured data</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/structured-data/</link>
      <pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/structured-data/</guid>
      <description>&lt;p&gt;Structured data is machine-readable information embedded in a web page that describes the page&amp;rsquo;s content in a standardized vocabulary. Where HTML presents content for humans, structured data presents it for machines — search engines, AI agents, knowledge graph crawlers, and other automated systems.&lt;/p&gt;&#xA;&lt;h2 id=&#34;forms&#34;&gt;Forms&lt;/h2&gt;&#xA;&lt;p&gt;Three encoding formats are widely used:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;./json-ld.md&#34; class=&#34;link-internal&#34;&gt;JSON-LD&lt;/a&gt;&lt;/strong&gt; — a JSON block in the page&amp;rsquo;s &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt; tag. Recommended by Google. Used by emsenn.net.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Microdata&lt;/strong&gt; — HTML attributes (&lt;code&gt;itemscope&lt;/code&gt;, &lt;code&gt;itemprop&lt;/code&gt;) inline with content.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;RDFa&lt;/strong&gt; — RDF attributes embedded in HTML tags.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;All three formats use the same underlying vocabulary, most commonly &lt;a href=&#34;./schema-org.md&#34; class=&#34;link-internal&#34;&gt;Schema.org&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
