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
-
Question about inbound links
Hi, When i run a scan for inbound links for the domain denverhongkongcafe.com/. One of the inbound links does not have the website denverhongkongcafe.com on its page. I viewed the source code and couldnt't find anything. But denverhongkongcafe.com links to that "inbound" link. Just to summarize everything. This link https://www.beyondmenu.com/40371/denver/hong-kong-cafe-denver-80014.aspx?r=40371 is an inbound link but does not have denverhongkongcafe.com anywhere in the site. But when i go to denverhongkongcafe.com it goes to https://www.beyondmenu.com/40371/denver/hong-kong-cafe-denver-80014.aspx?r=40371 . I am not sure how https://www.beyondmenu.com/40371/denver/hong-kong-cafe-denver-80014.aspx?r=40371 is an inbound link?
Moz Pro | | eldan880 -
Trailing forward dash question
This might be a very newbie technical SEO question, but here goes.This page, with no trailing forward slash:idearocketanimation.com/whiteboard-animation-oHas a Moz page authority of 45 while this page:
Moz Pro | | Wagster
idearocketanimation.com/whiteboard-animation-o/Has a Moz page authority of 1. Right now, the former is forwarding to the latter. Might Google not see the links I've built up to it, like Moz isn't? Can this be fixed in WordPress?I appreciate your responses.0 -
Question for Moz developers - Highcharts?
So, I see that Moz is using Highcharts as it's charting display engine. What made you decide to use them instead of some of the other solutions out there, like FusionCharts or Google Charts, even creating your own home-made creation?
Moz Pro | | MrSchadow
Our company is starting over from scratch with reports/charts and are looking at other solutions than what we currently are using (fusioncharts/fusion widgets). And I wanted to get feedback on why you chose this route over any other. Thanks!!0 -
Fresh Web Explorer Question
Hi, I have been using the FWE tool currently in the SeoMoz toolbox but can't seem to do something. I want to search for say 'Flower Pots' but only return results with the extension .co.uk. Is this possible using the operators? Thanks
Moz Pro | | Bondara0 -
I am trying to find inbound links for one of my site urls. My question is does SEOMoz able to track all internal links as the Open Site Explorer shows 0 internal links?
It shows 0 internal links when I am pretty sure we have multiple internal links.Should we use absolute urls or relative urls for internal links?
Moz Pro | | SulekhaUSLLC0 -
Summarize your question.Is it possible to request another unscheduled crawl?
We have just sorted a couple of issues on the website which threw the crawl into spasm and gave us hundreds of hugely long URLs. We are pretty sure that we have corrected this and do not want to wait another week to check what SEOMOZ comes up with. Is there anyway that we can request a special crawl of the website so that we can hopefully just be left any legitimate remaining issues?
Moz Pro | | dmckenzie4560 -
Is ther any wordpress pluggin to ad a foro question like this blog or like yahoo answers to my site
Is ther any wordpress pluggin to ad a foro question like this blog or like yahoo answers to my site
Moz Pro | | maestrosonrisas0 -
Is there a way to see all SEOMoz questions, comments, posts, responses that I've given a "thumbs up" to?
Lots of times I'll Thumbs Up a question, blog post or response not only if I think it's high quality but if I think I'd like to revisit it in the future. Essentially, I want to use a the SEO Moz Thumbs Up as a bookmark. Is there any way to see all the SEO Moz content that I have given a "Thumbs Up" to? I know I can review all the questions I've asked or answered in the "My Q&A" page. Perhaps, I'm just missing a "Thumbs Up" page somewhere on my profile?
Moz Pro | | TaitLarson2