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

Added SEO and Social Media Meta Tags #658

Merged
merged 1 commit into from
Nov 3, 2024
Merged

Added SEO and Social Media Meta Tags #658

merged 1 commit into from
Nov 3, 2024

Conversation

Aman-G-upta
Copy link
Contributor

@Aman-G-upta Aman-G-upta commented Nov 3, 2024

This pull request improves the SEO and social media optimization for the Alien Invasion game by adding and refining meta tags in the HTML section. This will enhance search engine visibility, improve social media sharing, and contribute to a better user experience when links are shared across platforms.
Fixes: #605
Changes made :
Added essential SEO meta tags, including description, keywords, and robots.
Added Open Graph tags (og:title, og:description, og:image, og:url, etc.) to optimize how the page appears when shared on social media platforms like Facebook.
Added Twitter card tags to improve appearance on Twitter.
Cleaned up the section by organizing tags for readability and maintainability.

Before

<title>Alien Game</title>

After

<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://example.com/og-image.jpg">
<meta property="og:url" content="https://example.com/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://example.com/twitter-image.jpg">
<title>Alien Invasion Defense</title>
<link rel="icon" href="favicon.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="Alien.css">
Please merge it @YadavAkhileshh

Copy link

github-actions bot commented Nov 3, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our chaotic CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

netlify bot commented Nov 3, 2024

Deploy Preview for thunderous-starlight-9c463d ready!

Name Link
🔨 Latest commit 8f33df2
🔍 Latest deploy log https://app.netlify.com/sites/thunderous-starlight-9c463d/deploys/6727c3b8ee01dc0008d08bef
😎 Deploy Preview https://deploy-preview-658--thunderous-starlight-9c463d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Nov 3, 2024

Deploy Preview for alienid ready!

Name Link
🔨 Latest commit 8f33df2
🔍 Latest deploy log https://app.netlify.com/sites/alienid/deploys/6727c3b87a7a6100080a9875
😎 Deploy Preview https://deploy-preview-658--alienid.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Aman-G-upta Aman-G-upta changed the title Update index.html Added SEO and Social Media Meta Tags Nov 3, 2024
@YadavAkhileshh YadavAkhileshh merged commit bcc1b4e into YadavAkhileshh:main Nov 3, 2024
9 checks passed
@YadavAkhileshh YadavAkhileshh added gssoc-ext New feature or request level2 labels Nov 3, 2024
Copy link

github-actions bot commented Nov 3, 2024

🎉🎉 Thank you for your contribution! Your PR #658 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext New feature or request level2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Meta Tags for SEO and Social Sharing
2 participants