Skip to content

Commit

Permalink
Updated open graph and google verification
Browse files Browse the repository at this point in the history
  • Loading branch information
vrushabhgawas14 committed Nov 19, 2024
1 parent 12767eb commit ce9273f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,32 @@
<meta name="author" content="Vrushabh Gawas" />
<title>Vrushabh Gawas</title>

<meta property="og:title" content="Vrushabh Gawas" />
<!-- Open Graph -->
<meta property="og:title" content="Portfolio of Vrushabh Gawas" />
<meta
property="og:description"
content="Porfolio Website of Vrushabh Gawas"
content="Explore the portfolio of Vrushabh Gawas, showcasing skills and projects."
/>
<meta
property="og:image"
content="https://vrushabhgawas14.github.io/coverpage.png"
/>
<meta property="og:image" content="coverpage.png" />
<meta property="og:url" content="https://vrushabhgawas14.github.io/" />
<meta property="og:type" content="website" />

<!-- Sitemap.xml -->
<link
rel="sitemap"
type="application/xml"
title="Sitemap"
href="/sitemap.xml"
/>

<!-- Google -->
<meta
name="google-site-verification"
content="tzvkKvzs1cQ-mNpV7eEBB3fEyVNYHUA3MI-fl_j7d9Q"
/>
</head>

<body
Expand Down

0 comments on commit ce9273f

Please sign in to comment.