You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial efforts from the first SEO were good, but the bigger issue here is that google is having a hard time finding our pages. Because React is a SPA SEO becomes a little more tricky, because of how client side rendering works.
The main focus of SEO V2 will be google bot discoverability, which means
Creating a site map so google can find all our feed pages ex: feeds/mdb-125
Adding canonical link references in the head so google knows these pages are distinct
Preventing google from crawling DEV / QA environments
Improving the HTML structure on Mobile (since thats how google crawls)
Link the MobilityDatabase from Mobilitydata.org
The text was updated successfully, but these errors were encountered:
Detailed documentation here: https://docs.google.com/document/d/1beFarbPOLr_RgWqJIlc1AtlGaoFSOXlShCUfYPPNedE/edit?usp=sharing
Initial efforts from the first SEO were good, but the bigger issue here is that google is having a hard time finding our pages. Because React is a SPA SEO becomes a little more tricky, because of how client side rendering works.
The main focus of SEO V2 will be google bot discoverability, which means
ex: feeds/mdb-125
The text was updated successfully, but these errors were encountered: