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

x/website: google search results have incorrect title for documentation pages #47805

Closed
prashantv opened this issue Aug 19, 2021 · 3 comments
Closed
Labels
Documentation FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@prashantv
Copy link
Contributor

What did you do?

Search google for "golang net http",
https://www.google.com/search?q=net+http+golang

What did you expect to see?

The first result to be the documentation for net/http and the title of the result to be the title of the page, http · net/http · pkg.go.dev

What did you see instead?

The first result was the correct URL, but the title is incorrect: Documents - The Go Programming Language

Screenshot:
image


This problem seems to affect subpackages, and different searches have different results. E.g., searching for ioutil,
https://www.google.com/search?q=ioutil+golang
has a title of io.ioutil.ReadAll - The Go Programming Language (picks a specific function).

I think this change is related to the stdlib being redirected to pkg.go.dev (referenced in https://go.dev/blog/tidy-web)

@gopherbot gopherbot added this to the Unreleased milestone Aug 19, 2021
@mknyszek mknyszek changed the title x/website: Search results via google have incorrect title for documentation pages x/website: google search results have incorrect title for documentation pages Aug 19, 2021
@mknyszek mknyszek added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 19, 2021
@mknyszek
Copy link
Contributor

@seankhliao
Copy link
Member

I think this can be closed now? Google search appears to have updated the indexed titles

@dmitshur
Copy link
Contributor

Agreed, nothing more to do here.

@golang golang locked and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

5 participants