seo setup

This commit is contained in:
2026-04-07 11:16:57 +05:30
parent 88351ffc70
commit de7c1d5ad8
3 changed files with 52 additions and 1 deletions

7
public/robots.txt Normal file
View File

@@ -0,0 +1,7 @@
User-agent: *
Allow: /
Disallow: /
User-agent: Googlebot
Allow: /login
Disallow: /

8
public/sitemap.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://gratefuljournal.online/login</loc>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>