Open
Description
Go version
n/a
Output of go env
in your module/workspace:
n/a
What did you do?
I performed Google searches for various documents that I know are hosted on go.dev. Example search queries:
golang doc comments
golang 1.23 release notes
What did you see happen?
The copy of the document on tip.golang.org was the first Google search result each time.
Here are the two examples:
(I noticed this on my personal Google account, but I took those two screenshots from a Chrome incognito window.)
What did you expect to see?
I expect the canonical version of these documents to be the first search result, or at least near the top.
golang doc comments
:- https://tip.golang.org/doc/comment is the first result
- https://go.dev/doc/comment isn't anywhere in the first two pages of search results
golang 1.23 release notes
:- https://tip.golang.org/doc/go1.23 is the first result
- https://go.dev/doc/go1.23 isn't anywhere in the first two pages of search results
- Weirdly, the second search result is a go.dev URL, the "Go 1.23 is released" blog post at https://go.dev/blog/go1.23.
I guess for most projects I probably wouldn't file an SEO ticket, but you folks are mostly paid by Google, so I figure you ought to be able to sort it out :)