- Posts: 3
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- Google Detects Duplicate Titles and Description Meta Tags with K2
Google Detects Duplicate Titles and Description Meta Tags with K2
- Darren Eiswirth
-
Topic Author
- Offline
- New Member
Here is an example -
bearing.us.com/products/item/19-cylindrical-roller-bearings.html
bearing.us.com/products/item/19-cylindrical-roller-bearings.html?tmpl=component&print=1
I'm not 100% sure this is a bug but if there is a way to fix this, please let me know!
Thanks!
Please Log in or Create an account to join the conversation.
- mehdi f
-
- Offline
- New Member
- Posts: 17
Regards
Please Log in or Create an account to join the conversation.
- Darren Eiswirth
-
Topic Author
- Offline
- New Member
- Posts: 3
?tmpl=component&print=1
Is this part of Joomla or is it coming from K2??
mehdi f said:Google says that there might be dupilcate links in cms sites for print pages,etc.and its ok.if u dont want it,so the devs of k2 should add nofollow link to buttons. Regards
Please Log in or Create an account to join the conversation.
- Darren Eiswirth
-
Topic Author
- Offline
- New Member
- Posts: 3
?tmpl=component&print=1
Google is not giving my page results because it's claiming duplicate title entries.
Please Log in or Create an account to join the conversation.
- Davide Lorenzon
-
- Offline
- New Member
- Posts: 4
Maybe I can still help you. I had the same problem today and found a solution. Please go to the line 114 in <joomlaroot>/components/com_k2/templates/default/item.php and change it to:
<a class="modal itemPrintLink" href="<?php echo $this->item->printLink; ?>" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=900,height=500,directories=no,location=no'); return false;" rel="nofollow">
Before this change the attribute rel was reserved with a handler which opens an iframe. But you need the attribute rel reserved with nofollow to let Google and other search bots know not to follow this link (like mehdi mentioned). What I did with the additional attribute onclick is to copy the behaviour of the normal Joomla! print button. A new window will be opened. Just try it out.
Please Log in or Create an account to join the conversation.
- Andrew Holden
-
- Offline
- New Member
- Posts: 15
I noticed something else that's a bit weird. I'm seeing a duplicate title on Google Web Master.
Displaying items by tag: design| WebSite Name
/component/k2/itemlist/tag/design
/green-community-blog/itemlist/tag/design
Strange, no?
Yet, when I do a link: search for the offending /component link on Yahoo, nothing shows. I'm going to watch this a bit and see what developers.
At the moment, I'm pretty close to just adding rel nofollow to the item.php area for tag links, so I don't have to worry about it.
Best,
HC
Please Log in or Create an account to join the conversation.
- Davide Lorenzon
-
- Offline
- New Member
- Posts: 4
1) I used K2 v2.2 without a SEF component at the beginning. I used the same tags for articles in different categories. Unfortunately the SEF handling of K2 v2.2 was really not the best. I had 7 categories and 7 different URLs (beginning with each category) for each tag. Try to use a SEF component. So you can get rid of this itemlist too.
After trying ARTIO JoomSEF and sh404sef I can only recommend AceSEF with the additional K2 extension. It has a better performance and it's easier to use than sh404sef and has a better K2 extension than JoomSEF. AceSEF is only lacking in the handling of unknown/not generated URLs. It doesn't always give a 404 Not Found back.
2) I had also URLs containing component in the index of search engines. I don't know why and when Joomla is answering with these generated URLs. One solution is to create a redirection (HTTP status 301 Moved permanently) with a SEF component. The other solution is to add Disallow: /component/ to your robots.txt for all user agents.
I hope I could help you further.
Best regards
Davide
Please Log in or Create an account to join the conversation.
- FidelGonzales
-
- Offline
- Premium Member
- Posts: 95
Either no follow or simply remove them in place of a widget such as AddThis.
Please Log in or Create an account to join the conversation.
- Andrew Holden
-
- Offline
- New Member
- Posts: 15
2) I had also URLs containing component in the index of search engines. I don't know why and when Joomla is answering with these generated URLs. One solution is to create a redirection (HTTP status 301 Moved permanently) with a SEF component. The other solution is to add Disallow: /component/ to your robots.txt for all user agents.
I had considered the same thing - using robots.txt with a wildcard - but I was concerned that I'd still be passing page rank on to the generated and indexed pages. Do you think this is a valid concern?
Regarding the SEF thing - As a longtime Mambo --> Joomla! user, I hate going 'off core'. So for SEF I've traditionally used the JoomlaAtWork Patch or just SEF mode with some adjustments.
Ultimately, my page title and article titles being the same isn't a concern - so what I've done is to use the simple 'web site name' plugin to append the site name to the page title. Works fine, and I'm seeing good indexing results from Google as I'm focusing more on unique content and trusted sources, anyway.
As far as I know I've always been online in SEF mode, so the components/k2 thing really bothers me. I may go ahead and try the robots, but I'm a bit concerned about messing up whatever generated page Google is reading (but I can't find.).
More immediately, I did setup the XMAP component on the site with the K2 plugin. Although this isn't canonical URLs yet, it does bring the site a step closer to validity in the sense of Google webmaster tools, etc.
Best,
HC
Please Log in or Create an account to join the conversation.
- Andrew Holden
-
- Offline
- New Member
- Posts: 15
re: Duplicate Page Titles (component/k2 & normal URL)
After submitting a site map (XMAP & K2 Plugin) to Google Web Master tools, and giving the issue some time, the 'component/k2' URL's were no longer being indexed as duplicate URL's and Page Titles by Google.
re: Duplicate Meta Descriptions (from tag links)
Still a problem. The tag-browse pages are indexed by Google, and have a good SEO value, but they (of course) use the web site's global meta description. Google considers then, the tag-browse pages to have a duplicate meta desciption.
Not sure how to address this..it's not like we want to write out meta descriptions for every tag in K2, and SEO value of the tags is actually pretty good. Anyone have any ideas?
Please Log in or Create an account to join the conversation.
- badrun badranaya
-
- Offline
- New Member
- Posts: 17
mysite/category/itemlist/tag/our_tag
mysite/category/sub-category/itemlist/tag/our_tag
mysite/category/sub-category/sub-category/itemlist/tag/our_tag
I think there should be a way to always make the URL address for tag view to be shortened such like this :
mysite/component/k2/itemlist/tag/our_tag
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
badrun badranaya said:I have so many duplicated content caused from tag view on the same tag. Because if we view a tag, the url varies depend on where we come from. mysite/category/itemlist/tag/our_tag
mysite/category/sub-category/itemlist/tag/our_tag
mysite/category/sub-category/sub-category/itemlist/tag/our_tag
I think there should be a way to always make the URL address for tag view to be shortened such like this :
mysite/component/k2/itemlist/tag/our_tag
Please Log in or Create an account to join the conversation.
- badrun badranaya
-
- Offline
- New Member
- Posts: 17
I just can't do that because too many tags on my site. And increased each day...
Duplication not only on the tag view, it also happened on user view.
Please Log in or Create an account to join the conversation.
- Andrew Holden
-
- Offline
- New Member
- Posts: 15
I'd say your best bet is to submit a site map to Google web master tools. It didn't *fully* fix the issue, but it did help a lot with our site.
Alternatively, you could specify a wildcard noindex, nofollow in your site's Robot.txt file, for tag-generated links. Or you could try to modify K2's PHP to describe canonical links for your articles, although I explored that and it seems to be a bit tricky - possibly more trouble than it is worth.
badrun badranaya said:Hi Lefteris, thanks for the alternative way you offered. I just can't do that because too many tags on my site. And increased each day...
Duplication not only on the tag view, it also happened on user view.
Please Log in or Create an account to join the conversation.
- Dumpy Man
-
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- Minitek.gr
-
- Offline
- New Member
- Posts: 4
You don't need to hack the core files of K2 for this.
Just put this in your robots.txt file:
Disallow: /*/item/*.html?tmpl=component&print=1
Please Log in or Create an account to join the conversation.
- B_Dark
-
- Offline
- Premium Member
- Posts: 126
Please Log in or Create an account to join the conversation.
- Russel Nicolaev
-
- Offline
- New Member
- Posts: 1
Thank you!
Please Log in or Create an account to join the conversation.
- fewleh
-
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- Konstantinos Patsogiannis
-
- Offline
- New Member
- Posts: 18
I have a similar problem which causes duplicate content as I can see from webmaster tools.
I want to create couple of Dissalow rules in robots.txt but I do not know the syntax I have to use
These are some examples of my problem (the links with "*" are these I want to be crawled)
/el/elenidis ****
/el/elenidis?tmpl=component&print=1
/el/agapitos ****
/el/agapitos?tmpl=component&print=1
/el/diaskedasi/mpouzoukia-zontanes-skines-thessalonikis/content/index.php?option=com_k2&view=item&layout=item&id=271&Itemid=782
/el/mouseio0leukou-purgou ****
I believe the last solution is to add in robots file all the pages one by one
I would be really hapy if someone can help me.
Thank you in advance
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- Google Detects Duplicate Titles and Description Meta Tags with K2