Skip to content

Commit 07ce5ce

Browse files
AndreaV-Lsiclaude
andcommitted
seo: Add sitemap.xml, robots.txt, and fix canonical URL for Google indexing
- sitemap.xml pointing to GitHub Pages URL - robots.txt allowing all crawlers with sitemap reference - canonical URL corrected to https://ls-instruments.github.io/RepoHerd/ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4442eb5 commit 07ce5ce

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<title>RepoHerd — Multi-Repository Git Dependency Manager</title>
77
<meta name="description" content="Clone and checkout multiple Git repositories to pinned versions with automated dependency resolution. A cross-platform PowerShell tool for multi-repo version pinning, reproducible builds, and recursive dependency management. Alternative to git submodules for managing shared libraries.">
88
<meta name="keywords" content="git clone multiple repositories, git dependency manager, version pinning, reproducible builds, powershell git automation, multi-repo, dependency resolution, semver, recursive dependencies, cross-platform, ssh, git submodule alternative, monorepo alternative, devops, version control">
9-
<link rel="canonical" href="https://github.com/LS-Instruments/RepoHerd">
9+
<link rel="canonical" href="https://ls-instruments.github.io/RepoHerd/">
10+
<link rel="sitemap" type="application/xml" href="/RepoHerd/sitemap.xml">
1011
<style>
1112
:root {
1213
--bg: #0d1117;

robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://ls-instruments.github.io/RepoHerd/sitemap.xml

sitemap.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://ls-instruments.github.io/RepoHerd/</loc>
5+
<changefreq>monthly</changefreq>
6+
<priority>1.0</priority>
7+
</url>
8+
</urlset>

0 commit comments

Comments
 (0)