Skip to content

Commit

Permalink
Add schema markup and fix issues
Browse files Browse the repository at this point in the history
Signed-off-by: RakeshPotnuru <rakeshpotnuru321@gmail.com>
  • Loading branch information
RakeshPotnuru committed Jul 2, 2022
1 parent b2d32b5 commit 7264966
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Portfolio Website

> **Warning**
>
> Please change script tags (Google analytics, clarity traking code, chatwoot and schema markup) in `index.html`
[![Netlify Status](https://api.netlify.com/api/v1/badges/9791dc74-ed3e-40c5-bc3d-0a823a64cebc/deploy-status)](https://app.netlify.com/sites/pensive-jennings-c50ca9/deploys)

Visit - [itsrakesh.co](https://itsrakesh.co)
Expand Down
18 changes: 17 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-208626422-2');
gtag('config', 'G-E2DYDXJGE1');
</script>

Expand Down Expand Up @@ -134,6 +133,23 @@
</script>
<!-- End of Chatwoot widget Script -->

<!-- Schema Markup -->
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Rakesh Potnuru",
"image": "https://ik.imagekit.io/itsrakesh/WhatsApp_Image_2022-03-15_at_3.57.34_PM_YW08WVekx.jpeg?ik-sdk-version=javascript-1.4.3&updatedAt=1656766756019",
"url": "https://itsrakesh.co",
"jobTitle": "Student",
"worksFor": {
"@type": "Organization",
"name": "Lovely Professional University"
},
"sameAs": ["https://www.instagram.com/rakesh_at_insta/", "https://www.linkedin.com/in/itsrakeshdotco/", "https://twitter.com/rakesh_at_tweet"]
}
</script>

</body>

</html>
2 changes: 1 addition & 1 deletion src/pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Home = () => {
return (
<React.Fragment>
<Helmet>
<title>its rakesh</title>
<title>its rakesh - Rakesh Potnuru</title>
<meta
name="description"
content="Hi! I'm Rakesh - a web developer, technical writer and a passionate learner. I love participating in hackathons, contributing to open source projects and find pleasure in helping folks around me."
Expand Down

0 comments on commit 7264966

Please sign in to comment.