Skip to content

Commit

Permalink
Merge pull request #658 from Aman-G-upta/main
Browse files Browse the repository at this point in the history
Added SEO and Social Media Meta Tags
  • Loading branch information
YadavAkhileshh authored Nov 3, 2024
2 parents 29780ce + 8f33df2 commit bcc1b4e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Akhilesh Yadav">

<meta name="description" content="Alien Invasion Defense - A thrilling game where you defend Earth from alien invaders with power-ups like health boosts, shields, and speed boosts. Join the ultimate gaming experience!">
<meta name="keywords" content="Alien Invasion Defense, alien shooter game, arcade game, defense game, space invaders, alien attack, online gaming, power-ups, gaming experience">
<meta name="robots" content="index, follow">

<meta property="og:title" content="Alien Invasion Defense - Protect Earth from Alien Invaders!">
<meta property="og:description" content="Defend Earth against waves of alien invaders in this action-packed game. Utilize power-ups and upgrade your defenses to survive!">
<!-- <meta property="og:image" content="https://alienid.netlify.app//og-image.jpg">
<meta property="og:url" content="https://alienid.netlify.app/alien-invasion-defense"> -->
<meta property="og:type" content="website">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Alien Invasion Defense - Protect Earth from Alien Invaders!">
<meta name="twitter:description" content="Defend Earth against waves of alien invaders in this action-packed game. Use power-ups and strategies to survive!">
<!-- <meta name="twitter:image" content="https://alienid.netlify.app/twitter-image.jpg"> -->

<link rel="icon" href="favicon.png" type="image/x-icon">
<title>Alien Invasion Defense</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
Expand Down

0 comments on commit bcc1b4e

Please sign in to comment.