Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilchovatiya authored Sep 19, 2024
1 parent ba727b6 commit d74ba02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta property="og:description"
content="Explore blogs, portfolio, and social media links by Harshil Chovatiya. Learn more about Flutter, Python, and Web development.">
<meta property="og:image" content="https://harshilchovatiya.github.io/harshil-chovatiya.png">
<meta property="og:url" content="https://harshilchovatiya.github.io/LinkStream/">
<meta property="og:url" content="https://harshilchovatiya.github.io/LinksStream/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Harshil Chovatiya | Flutter, Python, and Web Developer">
<meta name="twitter:description"
Expand All @@ -24,7 +24,7 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="popup.css">
<link rel="stylesheet" href="styles.css">
<link rel="canonical" href="https://harshilchovatiya.github.io/LinkStream/">
<link rel="canonical" href="https://harshilchovatiya.github.io/LinksStream/">
<meta name="robots" content="index, follow">

<!-- Structured Data -->
Expand All @@ -33,7 +33,7 @@
"@context": "https://schema.org",
"@type": "Person",
"name": "Harshil Chovatiya",
"url": "https://harshilchovatiya.github.io/LinkStream/",
"url": "https://harshilchovatiya.github.io/LinksStream/",
"image": "https://harshilchovatiya.github.io/harshil-chovatiya.png",
"description": "Flutter Developer | Python Developer | Web Developer. Explore blogs, portfolio, and social media links.",
"sameAs": [
Expand All @@ -52,15 +52,15 @@
"@type": "WebPage",
"name": "Harshil Chovatiya's Blogs & Social Links",
"description": "Explore the latest blogs and social links from Harshil Chovatiya, a Flutter, Python, and Web developer.",
"url": "https://harshilchovatiya.github.io/LinkStream/"
"url": "https://harshilchovatiya.github.io/LinksStream/"
}
</script>
</head>

<body>
<div class="container">
<div class="profile">
<a href="https://harshilchovatiya.github.io/LinkStream/" target="_blank" rel="noopener noreferrer">
<a href="https://harshilchovatiya.github.io/LinksStream/" target="_blank" rel="noopener noreferrer">
<img alt="Harshil Chovatiya - Flutter Developer, Python Expert, Web Developer"
src="https://harshilchovatiya.github.io/harshil-chovatiya.png" />
</a>
Expand Down Expand Up @@ -170,4 +170,4 @@ <h3>HTML, CSS, and JavaScript Demystified</h3>
<script src="popup.js"></script>
</body>

</html>
</html>

0 comments on commit d74ba02

Please sign in to comment.