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