<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Bing - Tag - arleo.eu</title><link>https://www.arleo.eu/en/tags/bing/</link><description>Bing - Tag - arleo.eu</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 29 Jun 2026 07:00:00 +0200</lastBuildDate><atom:link href="https://www.arleo.eu/en/tags/bing/" rel="self" type="application/rss+xml"/><item><title>Hugo SEO: noindex on taxonomies to fix Bing's "too many thin pages" warning</title><link>https://www.arleo.eu/en/posts/noindex-taxonomies-hugo-bing-seo/</link><pubDate>Mon, 29 Jun 2026 07:00:00 +0200</pubDate><author>Jmr</author><guid>https://www.arleo.eu/en/posts/noindex-taxonomies-hugo-bing-seo/</guid><description><![CDATA[<div class="featured-image">
                <img src="/images/noindex-taxonomies-hugo-bing-seo-featured.jpg" referrerpolicy="no-referrer">
            </div><h2 id="context">Context</h2>
<p>Bing Webmaster Tools was raising a <strong>&ldquo;There are too many pages with insufficient content&rdquo;</strong> recommendation (severity: moderate) — 15 pages flagged, all of the same type:</p>
<ul>
<li><code>https://www.arleo.eu/en/tags/svg/</code></li>
<li><code>https://www.arleo.eu/en/tags/sonarr/</code></li>
<li><code>https://www.arleo.eu/en/categories/incidents/</code></li>
<li>etc.</li>
</ul>
<p>These are Hugo <strong>taxonomy pages</strong> — tag and category listing pages. They contain no article content of their own, just a list of links. From Bing&rsquo;s perspective, that&rsquo;s thin content.</p>
<hr>
<h2 id="chosen-strategy">Chosen strategy</h2>
<p>Three options were available:</p>
<ol>
<li><strong>Block via <code>robots.txt</code></strong> → discouraged: prevents crawling, hides internal links</li>
<li><strong>Enrich taxonomy page content</strong> → too costly for a technical blog</li>
<li><strong><code>noindex,follow</code></strong> → the right answer: tell robots not to index the page, but still follow links to articles</li>
</ol>
<p>Option 3 is the correct call. The <code>follow</code> preserves internal linking — robots continue discovering articles through these pages.</p>]]></description></item></channel></rss>