Two Questions
-
1) The PA in the SEOmoz toolbar for ldnwicklesscandles.com/scentsy-uk/ is completely different to http://www.ldnwicklesscandles.com/scentsy-uk. I think in link building I've occasionally left the / off and vice versa. Is google seeing these as two different sites and how can I combine the two so the PA is no longer different? I initially tried a 301 redirect from the less PA to the higher one but it didn't work. Suggestions please.
- I'm trying to rank for the term Scentsy UK. Was told on here that it was unnecessary to get a .co.uk and that if I just link build for my scentsy-uk site which I have been doing. Woke up this morning and my page ldnwicklesscandles.com/scentsy-uk was no where to be seen on Google. I can still do site: and Link: for my main .com and I'm still ranking first page for other things so don't think I've been penalised at all. However when I try the site: and link: on the .com/scentsy-uk its no where to be found. There was no messages in Google webmaster tools either.
Is this an algorithm thing or have I been penalised?
Also....its now pulling up <cite>www.ldnwicklesscandles.com/blog/tag/scentsy-uk</cite> for the higher ranking results. Have I confused google with having this blog tag as well? Any suggestions to help would be appreciated. Losing a lot of sleep on this website at the moment. x
-
I've asked squarespace for help and they basically said they wont alter any of the httaccess file for me, asked around in the squarespace community and they started saying that this was SEOmoz's crawlers which are completely different to Google and as long as two url's weren't showing up in Google (which they aren't...just two different PA's on the SEOmoz toolbar)...then to not worry about it. They said that Google is smart enough to decide between the two and that from now on I should just focus on one URL for link building.
Feeling a bit deflated....maybe I shouldn't worry about it though. Wish squarespace wasn't so limiting on controls TBH.
Christine
-
Hi Christine,
It could be an issue with the toolbar that's causing the PA of 1 to show up for the first (UK) url you mentioned, but the other two are likely correct.
At the moment you have two distinct pages:
www.ldnwicklesscandles.com/scentsy-uk
and
www.ldnwicklesscandles.com/scentsy-uk/
that have the exact same (duplicate) content, and both of which likely have links pointing to them. The same goes for every page on your site, so you're definitely losing some ranking power.
All of your pages should either end with a slash or not end with a slash... it doesn't really matter which one you choose, it just needs to be constant throughout the site. I checked your HTML and there are no Canonical tags, so I'd recommend asking SquareSpace to go ahead and add the first Rewrite I posted earlier to your .htaccess file. I'm sure they've had many similar requests, so it shouldn't be too much of a hassle. Once that's finished you should be good to go!
Let me know if you have any other questions.
-Anthony
-
The site is through squarespace so I've contacted support to ask whether any of this is possible. I don't believe we are given access to our .htaccess files but have asked to double check.
The only reason why I noticed the different PA's is I happened to type in the different versions of the address in my own location/address bar on the top of Firefox. I did a quick look on Google and only one seems to be getting indexed which funny enough seems to be slightly different as well.
So to clarify:
www.ldnwicklesscandles.com/scentsy-UK/
Showing up on google, clicked on it and the PA in the toolbar in my browser was showing as 1
www.ldnwicklesscandles.com/scentsy-uk/
shows up as a PA of 17
www.ldnwicklesscandles.com/scentsy-uk
shows up as a PA of 20
Could it just be a problem with the toolbar? I guess I'm just worried that all these sites are showing as different PA when what I want is just one PA throughout any of the variations people may come across.
-
If you're site is still serving both the URL with a trailing slash and a duplicate URL without it, that is definitely something that should be remedied as soon as possible, as your authority from external links is likely being split between the two URLS.
There's two ways to do this... 301 redirection and rel canonical tags. In my opinion a site-wide 301 redirect rule is absolutely the best solution to this problem. The code below will uses Apache's Rewrite Engine to redirect traffic and "linkjuice" to the URL with a trailing slash, which is what I would suggest.
Just add this to the .htaccess file located in the root directory of your domain.
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://yourdomain.com/$1/ [L,R=301]
_It's possible that the first two lines are already present, in which case you should paste lines 3 - 5 as they are above. _*****Replace 'yourdomain.com' with your domain.
You can be sure that the rule is working correctly by going to 'yourdomain.com/page' and confirming that you're redirected to 'yourdomain.com/page/'.
I also noticed in your question that you used both 'WWW.yourdomain.com' and 'yourdomain.com' when describing your issue. If you're seeing both WWW and non-WWW versions of your pages in search results, it's possible that you have another duplicate content issue, potentially allowing Google to index 4 duplicate versions of the same page... looks like you're good to go though ... I just checked and all non-WWW URLs are redirecting to the WWW versions, so just make sure you add the WWW to the last line of code above (**www.**yourdomain.com).
For other potential readers:
Site-wide non-WWW to WWW 301 redirects can be implemented by adding:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
The opposite (WWW to non-WWW) can be implemented by adding:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]
*****Replace **'yourdomain.com' **with your domain and omit Line 1 if it is already present.
It'll take a little time for Google to account for the changes, but if you're redirected when you do the test I mentioned, you can sit back and relax.
Hope this helps and good luck!
- Anthony
-
The seomoz PA only gets updated every no and them it seems.
If the only difference is a / I don't think it would make any difference, as long as both get to the same page.
Site: and link: isn;t indicitive of google penalties. There are many different penalties that can be dished out and you will almost always be left in the dark about them.
If you have been link building, check that. Google is huge on unnatural linking now.
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
-
Duplicate content across two websites
Hi. I'm looking at ways to compare duplicate content across two different websites instead of one, as with the Moz crawler. Instead it will flag up up duplicates present on both site A and B.
Moz Pro | | Blink-SEO0 -
How to change a Discussions post to a Question
I've opened two discussions recently but they really happen to be more like questions. They were both answered but both posts are still opened : http://www.seomoz.org/q/reading-suggestions-for-a-local-french-small-biz-website http://www.seomoz.org/q/should-i-block-wordpress-archive-and-tag How can I change them back to Question so I can mark them as close? Thanks 🙂
Moz Pro | | Akeif0 -
Page authority questions?
I've been analyzing some IT communities ...in order to check how relevant is the page authority vs PageRank. I found one main site which is organized by "communities'..and every community is a sub-domain. The root domain has an authority of 90/100 which it should be great......so the sub-domains "inherit" part of this authority.... Until here everything seems to be perfect. However, I went deeper and I picked one of these communities. Analyzing the "Linking Root Domain" I discovered it only has only 5 root domains pointing to its home page. Those 5 Root Domains have generated more than 134k links. That doesn't seem to be "natural". Checking those 5 Root Domains I discovered that they have been registered by the same Root Domain site. Ex: Main domain: Domain.com Community1.domain.com Community2.domain.com.... Linking Root Domains: DomainXY.com DomainABC.com DomainRST.com DomainFGH.com DomainOPQ.com It seems to me that it is easy to cheat the authority domain score. Just creating others sites developing the same topic and generating back links to your main domain
Moz Pro | | SherWeb0 -
Question about SEOMoz Pro and Root Domain vs. Subdomain tracking
I currently have two Pro campaigns set up. They are both tracking the root domains of two different e-commerce sites. I also am tracking three competitors for each company, in each campaign. I have those set up by subdomains, like so www.Competitor.com. So in my Historical link analysis I am getting MyRootDomain.com, compared to www.competitor1.com, www.competitor2.com and www.competitor3.com Is this a problem? Would it be better for me to switch my company campaigns to track subdomains too, or to switch my competitor tracking to root domains. This is probably pretty rudimentary, but it never even occurred to me until just now. I realize that if I switch to subdomains for my own company tracking this would necessitate setting up a completely new campaign. This would be a problem because I am maxed out on my 1,000 keywords. Last but not least, does the fact that I have been tracking my own site root domains compared to competitors subdomains mean all of my competitive domain and link analysis is, well, garbage?...because I haven't really been comparing the same things?
Moz Pro | | danatanseo1 -
Question About Moz Reports
Hey guys Is it possible to change the date/time that SEOmoz runs its ranking reports? I put together ranking reports each Monday which I need to feedback to the business and it would be good if I could schedule these for late Sunday or early Monday mornings for me coming in to the office.
Moz Pro | | EwanFisher0 -
Not really a question.
Hello Mozzers, I just logged into my account and after what has felt like a few months of on site work I finally see ZERO errors across the board for my main campaign with SEO Moz! I just wanted to share that with everyone because at one point above the errors were in the 5,000 range. It was causing penalties and weight in serps, but now thanks to SEO Moz and the help that I have received in the Q&A section, I have corrected all the errors! So, thank you to SEOMOZ and the pro community very very much!!! As a discussion though, how are the errors with most other users? Are you typically always seeing no errors, a few errors or a lot of errors for your campaigns? Thanks! Jesse
Moz Pro | | getrightmusic1 -
Question about difficulty score of keywords
I have a question regarding keyword selection and the difficulty score. I get the idea that you need to temper your desire to go after keyword phrases that generate lots of traffic with the reality of competition for that keyword, which is conveyed by the difficulty score. But how do we know when the difficulty score is too high? And isn't this relative to a website? If my website is in the top 1% of traffic, can't I go after more difficult keywords than if my traffic is in the top 10%? Are there guidelines or best practices to help with this decision? How do I know whether my website is "strong" enough to compete for a keyword that has a high difficulty score. If we already rank on page one of Google for numerous keywords with difficulty scores of 50 or so, is that an indicator that we can try to rank for other keywords with a difficulty score of 50? When do we know that we can start trying to rank for more diffcult keywords?
Moz Pro | | espressob2b0 -
How do I find questions with new responses?
I'm really enjoying hanging out here so far. I was wondering if there is an easy way to find out which of the discussions that I am taking part in have new responses in them. I know I get an email whenever a question I have subscribed to gets an answer, but is there a way to see this when I am on the website? I see that I can go to "My questions" and "Questions I have asked" or "Questions I have answered" but on that screen it doesn't tell me which one(s) of those questions have new answers. Am I missing something?
Moz Pro | | MarieHaynes1