Skip to content

Commit

Permalink
seo improve
Browse files Browse the repository at this point in the history
  • Loading branch information
amiya-cyber committed Nov 7, 2024
1 parent 5c3d957 commit 5e5514a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
15 changes: 2 additions & 13 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
User-agent: *

# Block access to any API endpoints
Disallow: /api/

# Block access to any React-specific files
Disallow: /*.js$
Disallow: /*.json$

# Block access to development or build-specific directories
Disallow: /static/
Disallow: /build/

# Specify the location of your XML sitemap
Disallow: /private
Allow: /
Sitemap: https://gityzer.vercel.app/sitemap.xml
21 changes: 11 additions & 10 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
>
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<url>
<loc>https://gityzer.vercel.app/</loc>
<priority>1</priority>
<loc>https://gityzer.vercel.app/</loc>
<lastmod>2024-11-07T12:29:12+00:00</lastmod>
</url>


</urlset>

0 comments on commit 5e5514a

Please sign in to comment.