From 3563639ce0471387d43a9ed7f778ed000307b6d8 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:09:40 -0800 Subject: [PATCH] Fixes for docs site indexing --- docs/_config.yml | 3 +++ docs/robots.txt | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 docs/robots.txt diff --git a/docs/_config.yml b/docs/_config.yml index 000d274..82cf48a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,6 +8,9 @@ plugins: search_enabled: true +# Canonical host for absolute URLs (sitemap/robots/canonical tags) +url: "https://rbalsleymsft.github.io" + # Because you’ll publish as a project site at /FFU baseurl: "/FFU" diff --git a/docs/robots.txt b/docs/robots.txt new file mode 100644 index 0000000..65d9db7 --- /dev/null +++ b/docs/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://rbalsleymsft.github.io/FFU/sitemap.xml \ No newline at end of file