-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Generative title wrongly indexed by Google #1425
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
Comments
Thanks for reporting! I have noticed this but I'm not sure how to fix it. I really don't know a ton about search engine indexing and SEO. Any suggestions or ideas about how to fix this are very welcome 😄 |
One suggestion would be: don't write the sketch name into the page title until: a) the user clicks save, or Bots never click save or run, so no bot will never index or cache a page with "Sleepy Wheelchair" etc. in the title. |
Wow thank you! I didn't realize this would be so simple to fix, I'm on it! |
Fixes #1425 - Removes sketch title from <title> for unsaved, new sketch
Nature of issue?
Details about the bug:
Currently the Google search engine indexes the web editor along with its generative title. So, for example, it is currently listed as: "p5.js web editor | Stormy moss"
This makes the entry look like a link to a specific sketch -- or to something specific -- when it is not, it is the editor homepage.
Change:
It would be nice to alter the time / conditions under which generated titles are added to the title bar so that robots (such as the Google crawler) do not index them, but instead list only "p5.js web editor"
The text was updated successfully, but these errors were encountered: