Making WordPress.org

Opened 10 years ago

Closed 9 years ago

#870 closed defect (bug) (fixed)

Lowercase P in Google search results for developer.wordpress.org

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by:
Milestone: Priority: normal
Component: Developer Hub Keywords:
Cc:

Description

Most of function reference pages are indexed by Google with lowercase P for WordPress in the title (see the screenshot). That doesn't match the actual <title> tag of those pages.

First noticed this a couple of months ago, and it has not changed since then.

This is pretty trivial, but maybe it's something we can fix?

Attachments (1)

meta-870.png (53.7 KB) - added by SergeyBiryukov 10 years ago.

Download all attachments as: .zip

Change History (12)

#1 @atimmer
10 years ago

On the live site WordPress is capitalised correctly, so I think this should be fixed as soon as Google re-indexes.

#2 follow-up: @SergeyBiryukov
10 years ago

Yeah, but maybe we can trigger the re-indexing somehow?

#3 in reply to: ↑ 2 @DrewAPicture
10 years ago

Replying to SergeyBiryukov:

Yeah, but maybe we can trigger the re-indexing somehow?

Depending on how the sitemaps are structured, we could resubmit the sitemap(s).

This ticket was mentioned in Slack in #meta-devhub by atimmer. View the logs.


10 years ago

#5 follow-up: @iandunn
10 years ago

@nickhamze pointed out that it's also happening for the plugin repo description. That text isn't being pulled from the page, though; is it also from the site maps?

https://cloudup.com/files/iOno6GPwANG/download

#6 in reply to: ↑ 5 @joostdevalk
10 years ago

Replying to iandunn:

@nickhamze pointed out that it's also happening for the plugin repo description. That text isn't being pulled from the page, though; is it also from the site maps?

https://cloudup.com/files/iOno6GPwANG/download

That's actually a different bug. It's using the description from DMOZ, which we could prevent by adding a noodp meta robots tag to the head. I've opened ticket #1095 to fix this.

#7 @joostdevalk
10 years ago

So this problem is caused by the fact that Google thinks it can create a better title for the page than we can and thus generates one itself. The reason for that is that the title we're generating is too long, it would look like this in the search results:

http://uploads.yoast.nl/Yoast_SEO_Content_Analysis_1B4026A3.png

I think we could prevent this by generating a title that's shorter, something like

wp_delete_file() Function | WordPress Developer Resources

To be honest, I don't even think we need the (), and that this could still be too long with longer function names, so an even better option would be this:

wp_delete_file function | WordPress Developer

Happy to provide more input if needed. This article I wrote a couple of years ago might give more input too.

This ticket was mentioned in Slack in #meta by joostdevalk. View the logs.


10 years ago

#9 @joostdevalk
10 years ago

  • Cc joost@… added

This ticket was mentioned in Slack in #meta by sergey. View the logs.


9 years ago

#11 @coffee2code
9 years ago

  • Resolution set to fixed
  • Status changed from new to closed

The site looks to have been re-indexed by Google and this no longer appears to be an issue.

Note: See TracTickets for help on using tickets.