From 47a0a009363ec43d6e4b6cab313135bf344b1b31 Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Wed, 26 Oct 2022 10:10:01 -0400 Subject: [PATCH] adding sitemap --- README.md | 4 ++++ package-lock.json | 8 ++++---- package.json | 4 ++-- public/robots.txt | 4 ++++ 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 public/robots.txt diff --git a/README.md b/README.md index 10eb124..c1e4897 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,10 @@ For change the template theme change the `data-theme` atribute of the `` t You can chose among 30 themes available or create your custom theme. See themes available [here](https://daisyui.com/docs/themes/). +## Sitemap + +The Sitemap is generated automatically when you build your website in the root of the domain. Please update the `robots.txt` file in the public folder with your site name URL for the Sitemap. + ## Deploy You can deploy your site on your favorite static hosting service such as Vercel, Netlify, GitHub Pages, etc. diff --git a/package-lock.json b/package-lock.json index c100b24..c3148fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "Sstro Personal Website Template", - "version": "0.0.1", + "name": "Astro Modern Personal Website", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "Sstro Personal Website Template", - "version": "0.0.1", + "name": "Astro Modern Personal Website", + "version": "1.1.0", "dependencies": { "@astrojs/mdx": "^0.11.1", "@astrojs/rss": "^1.0.1", diff --git a/package.json b/package.json index e576811..20521f0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "Astro Modern Personal Website", - "description": "Astro Modern personal website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.", + "description": "Astro Modern personal website template with Project Section, CV Section, Paginated Blog, Shop, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.", "type": "module", - "version": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "dev": "astro dev", diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..b88cc28 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://astro-modern-personal-website.netlify.app/sitemap-index.xml \ No newline at end of file