Skip to content

Commit

Permalink
Merge pull request #4447 from neeru24/patch-1
Browse files Browse the repository at this point in the history
Enhance SEO with Meta Tags
  • Loading branch information
sailaja-adapa authored Nov 2, 2024
2 parents 88f40f9 + e178365 commit 0b1559e
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,50 @@


<head>
<!-- Basic Meta Tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">

<!-- Title and Description -->
<title>SwapReads</title>
<meta name="description" content="SwapReads is a user-friendly platform that allows book lovers to swap books with others, fostering a community of readers.">

<!-- Keywords -->
<meta name="keywords" content="book swapping, book exchange, SwapReads, community, readers, books, literature, reading, literature exchange">

<!-- Author -->
<meta name="author" content="anurag verma">

<!-- Robots Meta Tag -->
<meta name="robots" content="index, follow">

<!-- Open Graph Meta Tags for Social Media -->
<meta property="og:title" content="SwapReads - Your Platform for Book Swapping">
<meta property="og:description" content="Join SwapReads and exchange your favorite books with fellow readers!">
<meta property="og:image" content="./assets/favicon_package_v0.16/favicon-32x32.png">
<meta property="og:url" content="https://github.com/anuragverma108/SwapReads">
<meta property="og:type" content="website">

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SwapReads - Your Platform for Book Swapping">
<meta name="twitter:description" content="Join SwapReads and exchange your favorite books with fellow readers!">
<meta name="twitter:image" content="./assets/favicon_package_v0.16/favicon-32x32.png">

<!-- Canonical Link -->
<link rel="canonical" href="https://github.com/anuragverma108/SwapReads">

<!-- Open Graph Site Name -->
<meta property="og:site_name" content="SwapReads">

<!-- Locale -->
<meta property="og:locale" content="en_US">

<!-- Additional Open Graph Tags -->
<meta property="og:image:alt" content="An image representing book swapping">
<meta property="og:determiner" content="the">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="exchangeHub.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
Expand Down

0 comments on commit 0b1559e

Please sign in to comment.