diff --git a/_quarto.yml b/_quarto.yml index fcc4cf2..5b8bf5a 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -2,13 +2,16 @@ project: type: website preview: port: 6542 + resources: + - robots.txt + website: favicon: logo.png title: "Deepak Ramani blog" description: "This is Deepak Ramani personal blog." - site-url: https://deepakramani.github.io - repo-url: https://github.com/deepakramani/dr563105.github.io + site-url: "https://deepakramani.github.io/" + repo-url: "https://github.com/deepakramani/dr563105.github.io/" repo-actions: source repo-branch: master open-graph: true diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..8b09233 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +robots: + - "User-agent: *" + - "Allow: /" + - "Sitemap: https://deepakramani.github.io/sitemap.xml" \ No newline at end of file