[READ-ONLY] Mirror of https://github.com/jmrplens/jmrplens.github.io. José M. Requena Plens — open-source projects & documentation hub
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: verify host root in Bing + list doc sites in sitemap

- Add Bing Webmaster msvalidate.01 meta to the hub root so the single
host property (jmrplens.github.io) verifies and covers every sub-path
doc site under it.
- Expand sitemap.xml to list the referenced documentation sites
(gitlab-mcp-server, cs-routeros-bouncer) alongside the hub root, so
crawlers discover them from the host-root sitemap.

Claude-Session: https://claude.ai/code/session_01PuVd2s3rFHhCb1HSz5vACK

José M. Requena Plens (Jul 1, 2026, 3:48 PM +0200) d44d7ab6 2567822d

+12
+2
index.html
··· 10 10 /> 11 11 <link rel="canonical" href="https://jmrplens.github.io/" /> 12 12 <meta name="author" content="José M. Requena Plens" /> 13 + <!-- Bing Webmaster Tools site verification (host root; covers all sub-path doc sites). --> 14 + <meta name="msvalidate.01" content="7574EB3B44624C239F14920DBC34EE25" /> 13 15 <meta name="theme-color" content="#A78BFA" /> 14 16 15 17 <!-- Open Graph -->
+10
sitemap.xml
··· 5 5 <changefreq>monthly</changefreq> 6 6 <priority>1.0</priority> 7 7 </url> 8 + <url> 9 + <loc>https://jmrplens.github.io/gitlab-mcp-server/</loc> 10 + <changefreq>weekly</changefreq> 11 + <priority>0.9</priority> 12 + </url> 13 + <url> 14 + <loc>https://jmrplens.github.io/cs-routeros-bouncer/</loc> 15 + <changefreq>weekly</changefreq> 16 + <priority>0.9</priority> 17 + </url> 8 18 </urlset>