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

Updated the meta tags #267

Closed
wants to merge 2 commits into from
Closed
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
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
<meta property="og:title" content="DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More" />
<meta property="og:description"
content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta property="og:image" content="URL_TO_IMAGE" />
<meta property="og:url" content="YOUR_SITE_URL" />
<meta property="og:image" content="https://www.devtoolsarena.xyz/assets/devtoolareabanner.png" />
<meta property="og:url" content="https://www.devtoolsarena.xyz/" />
<meta property="og:type" content="website" />

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:card" content="https://www.devtoolsarena.xyz/assets/devtoolareabanner.png" />
<meta name="twitter:title" content="DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More" />
<meta name="twitter:description"
content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta name="twitter:image" content="URL_TO_IMAGE" />
<meta name="twitter:image" content="https://www.devtoolsarena.xyz/assets/devtoolareabanner.png" />

</head>

Expand All @@ -53,4 +53,4 @@
<script type="module" src="/src/main.jsx"></script>
</body>

</html>
</html>