diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..ce63377 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,5 @@ +User-agent: * +Allow: / +Disallow: /test.html + +Sitemap: https://lukasztyrala.pl/sitemap-index.xml \ No newline at end of file diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index c8dda82..3648641 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -20,6 +20,7 @@ const { title, description, image = '/lt-og-feed-img.png' } = Astro.props; + @@ -36,10 +37,3 @@ const { title, description, image = '/lt-og-feed-img.png' } = Astro.props; - - - - - - - \ No newline at end of file diff --git a/src/components/Footer.astro b/src/components/Footer.astro index b819106..b6f9aa2 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,13 +1,17 @@ --- -const today = new Date(); +const today = new Date(); ---
Return to page start