diff --git a/superpage/public/robots.txt b/superpage/public/robots.txt index 6c811e9..bc163f3 100644 --- a/superpage/public/robots.txt +++ b/superpage/public/robots.txt @@ -1,4 +1,4 @@ User-agent: * -Disallow: / +Allow: / Sitemap: https://eduseg.com.br/sitemap-index.xml diff --git a/superpage/src/pages/[slug].astro b/superpage/src/pages/[slug].astro index 1a20dcf..0fe7d7f 100644 --- a/superpage/src/pages/[slug].astro +++ b/superpage/src/pages/[slug].astro @@ -46,7 +46,7 @@ const { Content } = await render(course); >