Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Meta tags added #1223

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,38 @@
<!-- For SEO -->
<meta
name="description"
content="ProjectsHut is an innovative platform that allows users to publish their projects for free."
content="ProjectsHut is an open-source platform for sharing and promoting projects. It fosters collaboration and innovation among creative individuals, providing an easy-to-use interface for publishing and connecting with like-minded users."
/>
<meta name="keywords" content="ProjectsHut, open source, good-first-issue, how to contribute to projectshut" />
<meta name="keywords" content="ProjectsHut, open source, good-first-issue, how to contribute to projectshut, web application, share projects, promote projects, publish projects, community, ideas, innovation, developer, connect with others" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="revisit-after" content="1 days" />
<meta name="author" content="Priyankar Pal" />

<!-- Primary Meta Tags -->
<meta name="title" content="ProjectsHut" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://projectshut.vercel.app/" />
<meta property="og:title" content="ProjectsHut" />
<meta
property="og:description"
content="ProjectsHut is an open-source platform for sharing and promoting projects. It fosters collaboration and innovation among creative individuals, providing an easy-to-use interface for publishing and connecting with like-minded users."
/>
<meta property="og:image" content="https://user-images.githubusercontent.com/88102392/243149476-6d99804f-14df-420b-9a4d-486953d59b11.png" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://projectshut.vercel.app/" />
<meta property="twitter:title" content="ProjectsHut" />
<meta
property="twitter:description"
content="ProjectsHut is an open-source platform for sharing and promoting projects. It fosters collaboration and innovation among creative individuals, providing an easy-to-use interface for publishing and connecting with like-minded users."
/>
<meta property="twitter:image" content="https://user-images.githubusercontent.com/88102392/243149476-6d99804f-14df-420b-9a4d-486953d59b11.png" />

<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Inter" rel="stylesheet" />
<title>ProjectsHut - A Place to find lots of cool Projects</title>
Expand Down