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

Quick SEO wins #3424

Closed
benfurber opened this issue Apr 5, 2024 · 13 comments · Fixed by #3500, #3517, #3524, #3525 or #3529
Closed

Quick SEO wins #3424

benfurber opened this issue Apr 5, 2024 · 13 comments · Fixed by #3500, #3517, #3524, #3525 or #3529

Comments

@benfurber
Copy link
Member

There's a few quick wins we can do from a search and social prospective.

  1. Use heading tags correctly.
  2. Ensure all images have alt tags.
  3. Set more/better open graph tags.

Heading tags

The research, how-to and question titles should definitely be h1s rather than h2s. There might also be more semantic heading considerations.

Image alt tags

At the moment we don't ask users to provide alt tags for the images that upload. As a short-term fix, we should apply alt tags to research updates, how-to steps and questions which follow some kind of dynamtic structure, e.g. ' - '

Better open graph tags

At a minimum we need 'og:type' set to website in the postCraBuild.ts script, but there's probably more improvements we should make

@codisart
Copy link
Contributor

codisart commented May 9, 2024

For the Maps page, it seems that an h1 heading could be added but with a display:none;. What do you think ? If yes what should be the text ?

@benfurber
Copy link
Member Author

@codisart Good point. Let's not worry about the maps for the moment I think...

@onearmy-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.180.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@benfurber
Copy link
Member Author

Wrong auto action. There's still some to do right, @codisart?

@codisart
Copy link
Contributor

Yep at least Howto.

@benfurber
Copy link
Member Author

@codisart Questions all good?

@benfurber benfurber reopened this May 10, 2024
@codisart
Copy link
Contributor

There is many headings in user and user settings. I have begun working on it.

@benfurber
Copy link
Member Author

@codisart Amazing, thank you!

@benfurber
Copy link
Member Author

Also, @codisart - are you on our discord? I wish to send you more praise.

@onearmy-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.181.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@onearmy-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.182.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@onearmy-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.183.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@onearmy-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.182.0 🎉

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