Moz analytics showing joomla tag feature as duplicate page content
-
Moz Analytics is showing Joomla 3 tag pages as Duplicate Page Content because many articles are tagged with multiple words and therefore show up on the same tag-pages.
example URL: www.domain.com/tag/tagID-tagname
I already added "tag" as a URL parameter with Crawl=No URLs.
Is there anything else I should do?
-
Sorry, I looked at the site after I sent that message. I have seen results where the full article was displayed in the tag page, and was causing a duplication issue. My mistake.
How are your tags set up? Are you using numbers or keywords to tag articles to categories? Here are a few I found:
http://transitionconsultants.com/tags
http://transitionconsultants.com/tag/3
http://transitionconsultants.com/tag/29
http://transitionconsultants.com/tag/60
http://transitionconsultants.com/tag/61
http://transitionconsultants.com/tag/48
http://transitionconsultants.com/tag/59
http://transitionconsultants.com/tag/65If you are using keywords, then the numerical version could be duplicated with the keyword version.
The query with the question mark in the url was found using the search function. If you search for an article, it will display the same content on both URL's. Since it is using the ? in the URL, I wouldn't worry about it as it is generated dynamically. Only if you see them start popping up in indexed results would I take action.
When I was looking around, I also found some links that looked like they were supposed to go somewhere, under "from our blog"
http://transitionconsultants.com/web-links/ -
Isn't the tag results page only showing the links to the articles. Example: http://transitionconsultants.com/tag/2-pain
Remind me what is creating the "?highlight=WyJyZWQiLCJmbGFncyIsInJlZCBmbGFncyJd" ?
-
I think the robots rule is a good place to start.
Since the tagging system was a selling point of the site, you could also consider setting up the tagging pages manually, in which the page only displays the links to the articles, not the full articles. It would function the same, and keep your client happy.
Are your URL's set to be SEF and canonical in Joomla?
It also looks like you have a duplication from using the search function.
http://transitionconsultants.com/articles/511-red-flags-for-practice-buyers
http://transitionconsultants.com/articles/511-red-flags-for-practice-buyers?highlight=WyJyZWQiLCJmbGFncyIsInJlZCBmbGFncyJd -
Should I add this to my robot.txt?
Disallow: /tag/
In order to prevent SEs from indexing these type of URLs: http://transitionconsultants.com/tag/2-pain
-
The Joomla tag system was a selling point for this site's functionality. So I can't remove it.
The url parameter was configured Apr 14, 2014. I thought that the URL parameter was the solution. How long should it take?
The other question is if I set the URL parameter to Crawl=No URLs and assume that google will not index these pages and therefore not get dinged for duplicate content, then will Moz analytics also stop warning me of duplicate content? I don't see a URL parameter for Moz analytics.
-
I understand your frustration. We use joomla 3.2 and newer almost exclusively and have ran into this before.
We stopped using the tag system, and started setting up our sites as basic as possible from a url and navigation standpoint. One article tied to one url, no tags, no front page blog layouts. This is one of the downfalls of using a cms, strange url creation.
For users, I can see how the tagging system can help find what you are looking for, but not for search engines, since you will have the same articles on more than one url
How long ago did you submit the request for the url parameter? If you don't see the results you want from that, I would remove the tags, and do a url removal request in webmaster tools.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Whats (Other) traffic in Google Analytics?
When I look through all our clients, a few are receiving the majority of their traffic from (other). [ Acquisition > Channels > (Other) ]. The only option in (other) is "website" or "offline", whatever that may be. And even weirder, the avg session duration is 0:00. Any idea what this may be?
Reporting & Analytics | | W2GITeam0 -
Whats the best way to move 30% of our content behind a paywall and still get indexed without penalties and without letting people see our content before they subscribe.
Hi all - We want to create a membership program so that they can get more great stuff from us and offers, deals, etc. but only if they qualify to be a member via a purchase for example. The question is we want to move only some of our content (c.30%) behind the membership curtain - will be a mix of SEO value content. There are few questions/ concerns I am hoping you the SEO community can help me with: How can i ensure Google continues to index it without getting penalized. If i tell google bot to index but not allow Google and other sites to see the membership content will that create a penalty? Is that considered a form of cloaking? How can i prevent having to reveal 3 pages a day under Google's First Click Free set-up. I suppose i want my cake and eat it and i suspect the answer is well i cant. Any help or insights that can help me make this decision better is gratefully accepted.
Reporting & Analytics | | Adrian-phipps0 -
Google Analytics - Adding a sub-domain
Hi I have a google analytics query.
Reporting & Analytics | | Niki_1
I have a main site with a google analytics tag and I have 2 forms that sit on a subdomain with a different GA code. As I would like to measure end to end tracking, I would like the same GA code on the subdomain. What is the best way for me to implement this? Would I need to make some changes to the GA code that sits on the main site or can I add the the GA code from the main site onto the subdomain? Thanks0 -
How do I set up goals in analytics to track the sales funnel when several pages of the steps required to checkout have the same url?
I have found this in Google Analytic but it makes no sense to me - is there are better resource which explains how you do this step by step ( or a good video perhaps?) Identical URLs Across Multiple Steps In some situations, the URL does not change across a sequence of activity. For example, a sign-up process might have the following URL path: Step 1 (Sign Up): www.example.com/sign_up.cgi Step 2 (Accept Agreement): www.example.com/sign_up.cgi Step 3 (Finish): www.example.com/sign_up.cgi To track visitors' progress through a funnel with the same URL for each step, modify the tracking code to create a virtual URL for each step in the sequence that you want to track. For details on how to use this in your tracking code, see Virtual Pageviews in the _Asynchronous Migration Examples_guide, which shows how to do this in all versions of the tracking code. The following example shows how you might fabricate 3 URLs using the asynchronous tracking code: _gaq.push(['_trackPageview', '/funnel_G1/step1.html']); _gaq.push(['_trackPageview', '/funnel_G1/step2.html']); _gaq.push(['_trackPageview', '/funnel_G1/step3.html']); You would then define your funnel and goal URLs using the ones you created in the tracking code modifications.
Reporting & Analytics | | pookiepro0 -
Set up Google Analytics by product category
Does anyone know if it's possible to set up Google Analytics data by product category? We sell roughly twenty product categories on our ecommerce site. We can look at our analytics performance for the site overall and drill down to specific pages, but what we really want to see is our performance by product category. Our product categories can include up to 5000 products. Any pointers on how to do this?
Reporting & Analytics | | ironpac0 -
AW Stats vs Google Analytics
Hey Moz Community, I am looking to get opinions on the best practice for analytics/traffic analysis. From experience I know that AW Stats reads high and Google Analytics reads low for traffic for reason in this article http://www.smartz.com/blog/2009/01/23/analytic-confusion-%E2%80%93-awstats-vs-google-analytics/ It drives me a little nuts how far off both are for some pages. I have one article that shows 100 views (GA) and AW stats shows 5 times that number of views. Any suggestions or systems you recommend? Thanks
Reporting & Analytics | | johnshearer0 -
Google Analytics Options
A couple of months ago, I read about a new web stats application that is real time but more importantly let's you track user actions on a page (i.e. which buttons were clicked for example). This information would obviously be very helpful in continuing to improve site performance. Anyone have suggestions or know the name of this application? I do not mind paying but am not looking for an enterprise class application.
Reporting & Analytics | | Mont0 -
Google analytics tracking
Is their a built-in or easy way to track the amount of times an exit link is clicked on a page and show that with other links of the page. For instance: I had a page with several external ad links on it and I want to track how many each got and rank them in google analytics
Reporting & Analytics | | insitegoogle0