avatar mbabker
mbabker
25 Nov 2015

Older URI schemes are still being linked to and indexed. For those cases, an .htaccess rule should be implemented. For the other stuff that's just bad routes, not much to do about that.

screen shot 2015-11-25 at 12 48 24

avatar mbabker mbabker - open - 25 Nov 2015
avatar zero-24
zero-24 - comment - 26 Nov 2015

So what is The plan? Redirect them to The CMS Tracker? or issues.joomla.org? What of them are formaly good routes? They all Looks bad to me?!

avatar mbabker
mbabker - comment - 26 Nov 2015

301 /tracker/joomla-cms-3-issues* /tracker/joomla-cms* for example

301 /tracker/jtracker-bugs* /tracker/jtracker* the other main one

avatar b2z
b2z - comment - 18 Feb 2016

@mbabker can you give a list of all this incorrect URLs? And what "Older URI schemes" do you mean?

avatar mbabker
mbabker - comment - 18 Feb 2016

The two schemes I pointed out above are the common ones (before we renamed the aliases for the CMS & issue tracker to what they are now). Just fixing those two then letting Google re-index should make the remaining results more usable.

avatar b2z
b2z - comment - 18 Feb 2016

Have you tried to apply the rules above to .htaccess? :)

avatar mbabker
mbabker - comment - 18 Feb 2016

Nope. I have a hard enough time with .htaccess rules on my own. I *THINK* these might work, but someone who understands .htaccess better than me should verify.

RewriteRule /tracker/joomla-cms-3-issues^(.*)$ https://issues.joomla.org/tracker/joomla-cms$1 [R=301,L]
RewriteRule /tracker/jtracker-bugs^(.*)$ https://issues.joomla.org/tracker/jtracker$1 [R=301,L]
avatar mbabker mbabker - reference | 0d17fc5 - 13 Mar 16
avatar b2z
b2z - comment - 21 Mar 2016

Did your commit help?

avatar mbabker
mbabker - comment - 21 Mar 2016

Well, Search Console isn't giving me any crawl errors right now so I'd say yes.

avatar mbabker mbabker - change - 25 Mar 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-03-25 20:03:24
Closed_By mbabker
avatar mbabker mbabker - close - 25 Mar 2016

Add a Comment

Login with GitHub to post a comment