Skip to content

Commit

Permalink
Updated Sitemap and title
Browse files Browse the repository at this point in the history
  • Loading branch information
vrushabhgawas14 committed Nov 23, 2024
1 parent 1d1c8a8 commit 50626b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion generate-sitemap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require("fs");
const path = require("path");

const urls = ["https://vrushabhgawas14.github.io/"];
const urls = ["https://vrushabhgawas14.github.io"];

// current timestamp in ISO 8601 format
const now = new Date().toISOString();
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
name="keywords"
content="Vrushabh Gawas, React, Web Developer, BSc IT, Portfolio, Website"
/>
<meta name="author" content="Vrushabh Gawas | Full Stack Developer" />
<title>Vrushabh Gawas | Portfolio</title>
<meta name="author" content="Vrushabh Gawas" />
<title>Vrushabh Gawas | Web Developer</title>

<!-- Open Graph -->
<meta property="og:title" content="Portfolio of Vrushabh Gawas" />
<meta property="og:title" content="Vrushabh Gawas | Portfolio Website" />
<meta
property="og:description"
content="Explore the portfolio of Vrushabh Gawas, showcasing skills and projects."
Expand Down
1 change: 1 addition & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://vrushabhgawas14.github.io/sitemap.xml
5 changes: 3 additions & 2 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
<loc>https://vrushabhgawas14.github.io/</loc>
<lastmod>2024-11-18T18:23:57.785Z</lastmod>
<loc>https://vrushabhgawas14.github.io</loc>
<lastmod>2024-11-23T11:34:53.453Z</lastmod>
</url>
</urlset>

0 comments on commit 50626b8

Please sign in to comment.