[wp-meta] [Making WordPress.org] #121: Support forum topics with Cyrillic titles cannot be found via Google

Making WordPress.org noreply at wordpress.org
Sun Jun 28 14:07:55 UTC 2015


#121: Support forum topics with Cyrillic titles cannot be found via Google
-----------------------------+----------------------------------
  Reporter:  SergeyBiryukov  |      Owner:
      Type:  defect          |     Status:  new
  Priority:  normal          |  Component:  International Forums
Resolution:                  |   Keywords:
-----------------------------+----------------------------------

Comment (by joostdevalk):

 I think the issue is caused because we do a 302 redirect from the URL to
 the url encoded version of the URL:

 {{{
 curl -i https://ru.forums.wordpress.org/topic/логин-не-может-содержать-
 символ-__
 HTTP/1.1 302 Found
 Server: nginx
 Date: Sun, 28 Jun 2015 14:00:37 GMT
 Content-Type: text/html; charset=UTF-8
 Transfer-Encoding: chunked
 Connection: keep-alive
 Location:
 https://ru.forums.wordpress.org/topic/%d0%bb%d0%be%d0%b3%d0%b8%d0%bd-%d0%bd%d0%b5-%d0%bc%d0%be%d0%b6%d0%b5%d1%82-%d1%81%d0%be%d0%b4%d0%b5%d1%80%d0%b6%d0%b0%d1%82%d1%8c-%d1%81%d0%b8%d0%bc%d0%b2%d0%be%d0%bb-_
 X-Frame-Options: SAMEORIGIN
 X-nc: MISS lax 250
 }}}

 Removing that redirect (as it's completely unneeded from a technical
 perspective) would fix it, but it might be easier to "just" switch to a
 newer version of bbPress ;)

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/121#comment:6>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list