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

Update basic SEO properties #26

Open
13 of 19 tasks
yochrisbolton opened this issue Aug 20, 2022 · 0 comments
Open
13 of 19 tasks

Update basic SEO properties #26

yochrisbolton opened this issue Aug 20, 2022 · 0 comments

Comments

@yochrisbolton
Copy link
Member

yochrisbolton commented Aug 20, 2022

Aggregate SEO tips from the following resources:

Things to improve:

  • Specify social images
  • Category should have SEO friendly URLs
  • Add a H1 heading to pages
  • Add Canonical Tag
  • Use 301 to drive traffic to one version of the site (www vs non www)
  • Incorrect Server Response Code Instead of the Expected 404 Code
  • Eliminate render-blocking resources
  • Throw 404 status on lost page
  • target="_blank" links need rel="noopener" or rel="noreferrer" attribute
  • This webpage has some errors caught by the Chrome DevTools Console!
  • Set favicon
  • No microdata on page
  • Sitemap not in robots file
  • Add title to a tags

Things that should be handled in new tasks:

  • Image related:

    • This webpage is not serving images in a modern format. Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption.
    • Add alt tags to images (use Azuer Computer Vision?)
    • You are serving images that are larger than needed for the size of the user's viewport.
    • Not all image display dimensions match the natural aspect ratio
      • First Contentful Paint too high on mobile
      • Largest content paint too high on mobile
  • Other:

    • Avoid internal links with dynamic URL params

Can't replicate:

  • Mixed content, not all is HTTPS
  • DOM has too many elements
    • document.getElementsByTagName('*').length 1108
@yochrisbolton yochrisbolton moved this from Done to New in GodotAssetLibrary Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

No branches or pull requests

1 participant