Article has multiple URL's

Discuss Search Engine Optimization in relation to Joomla! 2.5. This forum will also have discussions on SEF/SEO Joomla! 2.5 extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
User avatar
KRASH
Joomla! Apprentice
Joomla! Apprentice
Posts: 35
Joined: Wed Mar 22, 2006 3:50 am
Location: So Cal

Re: Article has multiple URL's

Post by KRASH » Tue Jan 15, 2013 3:44 pm

hatatitla wrote:
original:

Code: Select all

http://www.joomla.org/announcements/release-news/5471-joomla-3-0-2-released.html
versus:

Code: Select all

http://www.joomla.org/announcements/really-serious/5471-bullshit.html
Oh wow the bullshit url is already indexed in google.
You do not have the required permissions to view the files attached to this post.

Alex7011
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue Mar 15, 2011 12:06 am

Re: Article has multiple URL's

Post by Alex7011 » Fri Jan 18, 2013 7:09 pm

Yeah, I'm really fed up of this problem too.
Been trying to tackle it with mod_rewrite rules but it can't get it work properly.

Basically, if this problem doesn't get fixed, I'm going to drop Joomla altogether.

teokolo
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Wed Oct 10, 2012 12:52 pm

Re: Article has multiple URL's

Post by teokolo » Mon Jan 21, 2013 12:10 pm

This is a HUGE problem, since there are tons of websites linking with wrong url, and joomla is not giving 404

For example

site.xx/news/13341-google-has-been-hacked
site.xx/news/13341-google-has-been
site.xx/news/13341-google-has..
site.xx/news/13341-google-has-been-hacked-by-joomla
site.xx/news/13341-whatever

kschroder
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Mon Jan 28, 2013 5:01 pm
Contact:

Re: Article has multiple URL's

Post by kschroder » Mon Jan 28, 2013 9:21 pm

shockman wrote: i just implemented your tip. how long does it take to take effect and deindex the pages? how will i know they are deindexed?
Depends on your site. But you don´t be surprised if it takes 2 weeks.

dd5
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri May 18, 2012 8:47 am

Re: Article has multiple URL's

Post by dd5 » Sun Feb 24, 2013 3:39 pm

@rboersma

Sorry for a very late reply, i stoped checking these forums as there was no help from dev's regarding this, which is a very big issue.

As for robots.txt, i've disallowed url's, which were creating duplicate content as joomla is allowing spyders to visit a page, which shouldn't even exist.

I had problems with url's containing numbers in them and categories, which i solved with inserting the following lines into robots.txt:
Disallow: /*1
Disallow: /*2
Disallow: /*3
Disallow: /*4
Disallow: /*5
Disallow: /*6
Disallow: /*7
Disallow: /*8
Disallow: /*9
Disallow: /*0
Disallow: /*category-name-1
Disallow: /*category-name-2
Disallow: /*category-name-3
Disallow: /*category-name-4

But i also wanted to keep few pages, which contained numbers in the url, so for them i've used:
Allow: /some-page-1$

Be aware: When you upgrade Joomla, it will rewrite modified robots.txt to it's original, so if you don't pay attention (like i didn't), you'll get duplicate url's again as spyders will crawl newly default robots.txt.

It has been 9 months since i've had this issue and i didn't had any problems since then (see the post with a solution which worked for me). It's delirious that we have to go thro all this self exploring fixes just to make something work, which supposed to work out of the box in the system that is used so widely.

I've started using Joomla long time ago, but since i had this, i've moved most of my clients and my projects away from it as there is obvious a flaw in url system or i just don't know how to setup it right - doesnt matter.
Anyway, as for a huge lack of support from dev's (doesn't include the community), i don't recommend Joomla to anyone anymore.

CarLease UK
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Feb 26, 2013 3:49 pm

Re: Article has multiple URL's

Post by CarLease UK » Tue Feb 26, 2013 4:03 pm

I am also experiencing what seems like self-generated duplicate URL's, has anybody come up with a fix for this? My home page is the main concern, it has 3 "clones", my understanding is that from an SEO point of view this is a NO NO!!!!, any help appreciated. My site is www.carlease.uk.com, and can be found for example under /#, ??????

exps1
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Mar 04, 2013 1:54 pm

Re: Article has multiple URL's

Post by exps1 » Mon Mar 04, 2013 2:35 pm

I have run into this problem where the Google Bot seems to be indexing non-existent pages causing duplicate url error in WebMaster tools. Joomla 2.5.9 SEF /htaccess enabled.

Example:
You have a URL http://www.mysite.com/good-link , which works no issues

You get a bunch of seemingly non-existent and concatenated links like:
http://www.mysite.com/good-link/8-category
http://www.mysite.com/good-link/8-categ ... -good-link (two valid links concatenated to make a bad link)
http://www.mysite.com/good-link/22-category

The issue is that you never intended the category view to get indexed, but it has.

In our case we did the following to correct:
1) set robots value to "no-index no-follow" on categories (or any menu items you don't want indexed)
2) set all menu items SSL to "Off" to force absolute URLs (seems to have stop link concatenation)
3) only have one menu item pointing directly to an article, any other menu item pointing to the same article uses an External menu item type (more on this below) using the SEF link copied from the site.
4) do not try to correct in Redirect Manager - let the bad links drop out of Google index naturally

It seems that in our case the problem of indexed category views was caused by switching menu items from type Single Article to Alias and not clearing the alias value before saving. This causes the URL to display a Categories View which is completely unexpected, however bot does mind indexing and following.

To reproduce:
- create two menus
- create menu item for single article on menu 1
- create menu item for same article on menu 2
- save and check links, might be something like http://mysite.com/subject/my-article on menu 1 (top nav) and http://mysite.com/my-article on menu 2 (side nav)
note: This maybe undesirable for SEO because you have created two links for the same thing
- now change menu 2 item to be of type alias point to menu 1 item for the article but don't change the alias. The link http://mysite.com/my-article will now display a categories view. However, the menu link on the site works correctly so you will not see the problem unless you enter the URL directly.
- now change menu 2 item by clearing the alias and saving. The link http://mysite.com/my-article will now throw 404.

I suspect that there are other ways in which the url routing is causing the categories view to be returned on what should be invalid links. At the end of the day not a Google Bot or WebMaster Tools issue.

exps1
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Mar 04, 2013 1:54 pm

Re: Article has multiple URL's

Post by exps1 » Mon Mar 04, 2013 3:57 pm

I forgot one thing. We added the following code to top of the template index.php file to force 404 on indexed URLs that include category and /or concatenated URL's

/**
* Following code is used to force search engine indexed links to pages that
* do not exist on the indexed URL to throw a 404 error (page not found).
*
* Issue occurs when JRoute returns a page result on a URL that should be invalid
*
* Requires: SEF / htaccess enabled
*/
$menu = JSite::getMenu();
//the menu item requested
$active = $menu->getActive();

//full SEF URL requested
$page_url = JURI::current();

//create full SEF URL from menu item
$compare_url = JURI::root().$active->route;

if($compare_url != $page_url && $page_url != JURI::root()){
$app = JFactory::getApplication();
//Redirect to non-existent page to throw 404 - specify 301
$app->redirect(JURI::root().'badcatindex.html','Indexed URL not valid', 'message', true);
}

What this code does is force the URL indexed by search engine to be an actual SEF URL, otherwise throw 404 to tell search engine to drop URL.

User avatar
Stockypotty
Joomla! Explorer
Joomla! Explorer
Posts: 252
Joined: Sun Feb 08, 2009 2:22 pm

Re: Article has multiple URL's

Post by Stockypotty » Wed Mar 06, 2013 8:48 pm

Has anyone been able to address this in a more efficient way?

I currently have it set up as:

mysite.com/arcade/game1

Which can then be accessed by changing the category:

mysite.com/puzzle/game1
mysite.com/action/game1
mysite.com/strategy/game1
mysite.com/sports/game1
mysite.com/racing/game1

How the hell has Joomla been created to create all these additional url's when it's not specified?

How is this not a major problem in joomla?

Hopefully we can find something soon

Wootah
Joomla! Explorer
Joomla! Explorer
Posts: 332
Joined: Thu Aug 11, 2011 5:00 am

Re: Article has multiple URL's

Post by Wootah » Wed Mar 20, 2013 10:46 am

anyone of the long term forum members able to help this issue and explain what we should do?

Wootah
Joomla! Explorer
Joomla! Explorer
Posts: 332
Joined: Thu Aug 11, 2011 5:00 am

Re: Article has multiple URL's

Post by Wootah » Wed Mar 20, 2013 10:49 am


Eibelius
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Mar 20, 2013 4:30 pm

Re: Article has multiple URL's

Post by Eibelius » Wed Mar 20, 2013 4:32 pm

Hi,
any news on that problem. I do experience exactly the same kind of behaviour.

Did solve it by use of .htaccess and a permanent redirect, but it takes *too much* of my time!

Best regards
Eibelius

richbrown360
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Thu Jul 07, 2011 3:22 pm

Re: Article has multiple URL's

Post by richbrown360 » Wed Apr 17, 2013 9:32 am

I've got exactly the same problem after an upgrade from 1.5 to 2.5 using jupgrade!

I have a few other sites that do not have this problem and the only difference between them is they were never upgraded using jupgrade. So I am fairly sure this is the problem.

I think what i will try is to delete all categories and articles then remake them under a new name / alias ids. Then i will redirect old urls to these new ones.

Well i will redirect as long as I dont get the same problem for new artcles as well.

If that happens >:( >:( >:( :(

I don't think this is gonna work.....

Any one have any solutions other than reinstalling joomla?

prophotodx
Joomla! Intern
Joomla! Intern
Posts: 76
Joined: Tue Feb 23, 2010 5:36 pm

Re: Article has multiple URL's

Post by prophotodx » Fri Apr 19, 2013 7:36 pm

Here is the tracker for this issue...not sure if this was posted before. Originally reported October 2012.

http://joomlacode.org/gf/project/joomla ... m_id=29428
Why are there so many d-bags around here? Joomla is about community AND a CMS! Don't be a d-bag, explain how to fix the person's issue not just 'go look here and read xyz.com'.

Remember, there is a PERSON behind that username that NEEDS HELP!

vadkos
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu May 30, 2013 11:30 am

Re: Article has multiple URL's

Post by vadkos » Thu May 30, 2013 12:06 pm

I,ve SOLVED my problem

The Joomla 2.5 was creating new non-existing paths and non-existing articles which was combination from few items.
I found that all new items comes throughout blank main menu ( text separator )
In MySQL #__menu in "component_id" column was 22 instead of 0

Hope it will help someone

2cheez
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Thu Aug 26, 2010 9:15 pm

Re: Article has multiple URL's

Post by 2cheez » Thu May 30, 2013 4:44 pm

Vadkos - could you please expand on your answer. I'm not clear on what you changed / edited.

skatercorpse
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Sun Mar 27, 2011 12:07 am

Re: Article has multiple URL's

Post by skatercorpse » Thu Oct 24, 2013 3:52 pm

Is there any news about this problems? I noticed something similar also in Joomla 3.x...

2cheez
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Thu Aug 26, 2010 9:15 pm

Re: Article has multiple URL's

Post by 2cheez » Thu Oct 24, 2013 4:13 pm

I personally still have not found a solution to this problem.

User avatar
changlee
Joomla! Explorer
Joomla! Explorer
Posts: 470
Joined: Tue Nov 20, 2007 11:05 am
Location: Greece
Contact:

Re: Article has multiple URL's

Post by changlee » Wed Oct 30, 2013 8:56 am

I found the solution using the method of creating 2 menus. Also, I usually create a default NOT published menu for that purposes.
If you do not programm your life, someone else will do it for you.
SMTP Newsletter APP: https://www.emailbat.com

User avatar
kuknoor
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 101
Joined: Wed Sep 01, 2010 6:18 am
Location: hyderabad,india
Contact:

Re: Article has multiple URL's

Post by kuknoor » Mon Dec 09, 2013 4:15 pm

Me too experiencing the same problem tried a lot to get rid of this problem but failed to do so ,anyone from the joomla community can help us out with detailed explanation of the problem..

Thanks in advance
Srinivas Kuknoorpalli,
Freelance Jommla & Drupal Developer in hyderabad.
http://www.antar.in

yadayada14
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Mon Sep 26, 2011 11:18 am

Re: Article has multiple URL's

Post by yadayada14 » Mon Dec 09, 2013 4:45 pm

Agreed, this is a mess and a serious problem for a CMS like Joomla. Joomla is creating URLs that have not been specified by the site admins. I can't see how these are being linked to and/or how Google is finding them, but the following URLs are the biggest problem:

http://www.domain.com/component/content ... rticlename

They're all getting indexed by Google. It's a mess.

Is there any update on this? Has it been investigated by Joomla team?

User avatar
changlee
Joomla! Explorer
Joomla! Explorer
Posts: 470
Joined: Tue Nov 20, 2007 11:05 am
Location: Greece
Contact:

Re: Article has multiple URL's

Post by changlee » Mon Dec 09, 2013 5:13 pm

What is your problem exactly?
If you do not programm your life, someone else will do it for you.
SMTP Newsletter APP: https://www.emailbat.com

tappy52dog
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 115
Joined: Sat Dec 17, 2011 7:45 pm

Re: Article has multiple URL's

Post by tappy52dog » Sun Jan 19, 2014 1:13 am

Hatatitla, that is such a major SEO flaw with Joomla, it's almost hilarious. Joomla has had this duplicate url problem for a long time now, I just don't think the developers really care.. I mean how in the heck can a fake url like: http://www.joomla.org/announcements/rea ... lshit.html

Still show this page succcessfully: http://www.joomla.org/announcements/rel ... eased.html

The only common part of the url structure that is correct is the 5471, the urls are completely different otherwise.. Imagine all the duplicate content penalties from Google right there. Huge, yet such an obvious glitch that wrecks havoc with SEO.

Daniel Will
I've been banned!
Posts: 11
Joined: Mon Jan 20, 2014 9:37 am
Location: USA

Re: Article has multiple URL's

Post by Daniel Will » Mon Jan 20, 2014 9:50 am

1. Add canonical tags
2. Make sure the page is internally linked with the desired URL that you wishes to get indexed

wirkkalaj
Joomla! Intern
Joomla! Intern
Posts: 64
Joined: Sat Oct 20, 2012 7:25 pm

Re: Article has multiple URL's

Post by wirkkalaj » Fri Feb 28, 2014 5:39 am

This is a serious problem and I have yet to see an official acknowledgement from the Joomla team that the problem even exists. Has anyone made any headway on a better fix other than dd5's? Why is there no official help here? Can anyone confirm that upgrading to Joomla 3.x will fix the problem?

wirkkalaj
Joomla! Intern
Joomla! Intern
Posts: 64
Joined: Sat Oct 20, 2012 7:25 pm

Re: Article has multiple URL's

Post by wirkkalaj » Thu Mar 13, 2014 3:35 am

Daniel Will wrote:1. Add canonical tags
2. Make sure the page is internally linked with the desired URL that you wishes to get indexed
Well this seems like a far to easy of a fix. Will this really work for eliminating the hundreds of duplicate pages that Google has indexed?

counselor09
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Wed May 07, 2014 2:26 am

Re: Article has multiple URL's

Post by counselor09 » Wed May 14, 2014 11:17 am

It appears that Google follows links present on the pages from one page to another when a "site:www.mydomain.com" is entered on the Google home page. Category blog menu items place links under "more articles" and "pagination", whereas if one places a single article type of entry no such entries are placed. Of course, one can turn off these functions, if one wants to do category blog types for menu items.

Comments please.

dorsa
Joomla! Apprentice
Joomla! Apprentice
Posts: 30
Joined: Mon Jul 29, 2013 5:46 am

Re: Article has multiple URL's

Post by dorsa » Fri May 30, 2014 9:37 am

do you need to change the number representing the article id in the URL according the the article ID that you are currently viewing?

piXieDust
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Jun 23, 2014 8:07 am

Re: Article has multiple URL's

Post by piXieDust » Mon Jun 23, 2014 8:11 am

This is a serious and perplexing problem for me. Many, many pages are found by Google that simply do not (and have never) existed. Joomla happily serves up these false links with a mash of mismatched category headings, article content and listings that look very unprofessional...

User avatar
Tritonus
Joomla! Apprentice
Joomla! Apprentice
Posts: 49
Joined: Thu Mar 12, 2009 8:20 pm
Contact:

Re: Article has multiple URL's

Post by Tritonus » Thu Aug 07, 2014 1:58 pm

Same issue here. Joomla 3.2.1 is creating non-existing url's which are being indexed by Google.

My only temporary solution is to block the following url's through robotx.txt:
Disallow: /forum/
Disallow: /10-musikipedia/
Disallow: /106-musikipedia/
Disallow: /13-musikipedia/
Disallow: /4-musikipedia/
Disallow: /7-musikipedia/

All pages on my site are "Single articles". I do not have a blog, and I do not even have a folder called "forum" or a menu link set to the url "forum". Weird...


Locked

Return to “Search Engine Optimization (Joomla! SEO) in Joomla! 2.5”