Skip to content

Commit aa53a4f

Browse files
author
Kristopher Turner
committed
chore: add sitemap plugin, GA4 analytics placeholder, and robots.txt
1 parent df9329f commit aa53a4f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/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://azurelocal.github.io/azurelocal-loadtools/sitemap.xml

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,13 @@ markdown_extensions:
126126

127127
plugins:
128128
- search
129+
- sitemap
129130
- drawio
130131

131132
extra:
133+
analytics:
134+
provider: google
135+
property: G-XXXXXXXXXX # Replace with your GA4 Measurement ID
132136
social:
133137
- icon: fontawesome/brands/x-twitter
134138
link: https://x.com/countrycloudboy

0 commit comments

Comments
 (0)