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

Improve SEO #371

Open
1 of 2 tasks
Th3S4mur41 opened this issue Jan 27, 2023 · 3 comments · Fixed by #716
Open
1 of 2 tasks

Improve SEO #371

Th3S4mur41 opened this issue Jan 27, 2023 · 3 comments · Fixed by #716
Labels

Comments

@Th3S4mur41
Copy link
Owner

Th3S4mur41 commented Jan 27, 2023

  • Add keywords: 'mh', 'manuel', 'hamel'
    image

  • Add Schema markup

<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "LocalBusiness",
  "name": "Your Business Name",
    "description": "A short description about your business.",
  "url" : "https://www.yourdomain.com",
  "address":
    {
      "@type": "PostalAddress",
      "streetAddress": "123 Street Name",
      "addressLocality": "City",
      "addressRegion": "State",
      "postalCode": "12345",
      "addressCountry": "USA"
    },
  "sameAs":[
  "https://www.facebook.com/yourbusiness/",
  "https://www.linkedin.com/company/your-business/",
  "https://twitter.com/yourbusiness/"
  ]
}
</script>
@Th3S4mur41 Th3S4mur41 added this to the vNext milestone Jul 29, 2023
@Th3S4mur41 Th3S4mur41 modified the milestone: vNext Aug 25, 2023
@Th3S4mur41
Copy link
Owner Author

@Th3S4mur41
Copy link
Owner Author

Add dedicated keywords and social meta info for each page

@Th3S4mur41
Copy link
Owner Author

🎉 This issue has been resolved in version 2.7.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant