Google Inbound Links much higher than SEOMOZ
-
I just started here and really like everything the community and tools so far. One question. My SEOMOZ dashboard shows only one inbound link while Google Web Tools shows 300+. My site has been up for 3 months now and I'm curious about the lack of indexing. Any help, tips or feedback is greatly appreciated.
http://CrossTrainingandFitness.com
Robb Jarrett
-
In your case your site is indexed with www, but is also available without, so I would use this rewrite rule instead, to ensure www is added every time.
adds www
RewriteCond %{HTTP_HOST} ^martinspencephotography.co.uk [NC]
RewriteRule ^(.*)$ http://www.martinspencephotography.co.uk/$1 [L,R=301]
-
Hi Riplash
I'm new to this - how can I tell if my site:
www.martinspencephotography.co.uk also needs to redirect to martinspencephotography.co.uk?
Do I have any glaring problems?
Thanks
Martin
-
Awesome info Riplash...thanks for the .htacess code. I'll put it in.
-
When you say Google Web Tools I'm assuming you mean Google Webmaster Tools. Google have access to their entire index, so they can see all the backlinks they show in GWT (and some that they don't). Quite often this will be a number in excess of that shown by other tools.
If I run the URL through ahrefs, I see 653 backlinks from 14 domains.
SEOmoz's metrics are based based on their own, more limited data, which prioritises sites to decide which should or shouldn't make the cut (as I understand it). It is updated once every month or so. You will probably discover that most of the sites which link back to you so far aren't themselves in the Mozscape data, so aren't showing as backlinks in SEOmoz toolbar or OSE.
An additional point which I noted whilst prodding your site, is that your website shows for both www and non-www URLs. This is an SEO nono, is considered duplicate content (across the entire site in this case), and is watering down your rankings. In addition, it can skew the backlink count shown using various tools (though this doesn't seem to be the case here).
In your case, it appears redirecting to non-www will probably be best, as this is the URL Google has been indexing. Also appears you are using Wordpress, hopefully on a normal Linux/Apache server. If so, you should be able to use this rule in your .htaccess file.
removes www
RewriteCond %{HTTP_HOST} ^www.crosstrainingandfitness.com [NC]
RewriteRule ^(.*) http://crosstrainingandfitness.com/$1 [L,R=301]
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
-
Does Google really care about cheaters?
In analysing my competitors website I have discovered that they have over 600 fake pages that appear to have been created by some sort of internal search engine software, all pages are exactly alike except for the keyword and the words "no results found" on every page. I have discovered, elsewhere, that their duplicate content is abnormally high, and that their pages are stuffed with keywords.(in on page grader) I come out top in every section in Moz open site explorer, except internal links and total links. Yet they sit at number 1, while my site is number 2, I believe that copying their antics would surely make me fall foul of Google, and certainly would never risk it. but with the keyword only getting 30 searches a month, are google bothered about them doing this, should I resign myself to not being number 1 and is there anyone on this Forum who believes that I should use the same tactics, to get above them.
Moz Pro | | jefftracey1 -
Why does Seomoz report other values then Google Webmaster?
Dear Seomoz Community I check my Seomoz ranking from time to and today I saw a big discrepancy between the reported domains linking to my site in the Site Explorer and Google Webmaster tools. Seomoz reports 19 linking domains
Moz Pro | | menelik
Google shows 150 domains linking to my site. Is there an explanation for this discrepancy? Thank for helping me out 😉0 -
Is seomoz rogerbot only crawling the subdomains by links or as well by id?
I´m new at seomoz and just set up a first campaign. After the first crawling i got quite a few 404 errors due to deleted (spammy) forum threads. I was sure there are no links to these deleted threads so my question is weather the seomoz rogerbot is only crawling my subdomains by links or as well by ids (the forum thread ids are serially numbered from 1 to x). If the rogerbot crawls as well serially numbered ids do i have to be concerned by the 404 error on behalf of the googlebot as well?
Moz Pro | | sauspiel0 -
How often does SEOMoz refresh their link analysis data?
I know that my link profile has changed within the last month, yet both SEOMoz campaign link analysis and Open Site Explorer have shown the exact same number of links for more than a month. Majestic SEO fluctuates as I would expect, but Moz data is unchanged.
Moz Pro | | Aggie0 -
Links listed in MozPro Crawl Diagnostics
Ok, seeing as I'm getting to the end of my first week as a Pro Member, I'm getting more and more feedback regarding the pages on my site. I'm slightly concerned though that, having logged in this morning, I'm being shown 407 warnings for pages with 'Too Many On Page Links.' According to the blurb at the top of the page, 'Too Many' is generally defined as being over 100 links on a page ... but when I look at the pages which are being thrown up in the report, none of them contain anywhere near 100 links. I seriously doubt there is a glitch with the tool which has led me to think that maybe there's an issue with the way my site is coded. Is anyone aware of a coding problem that may lead Google and SEOMoz to suspect that I have a load of links across my site? P.S. As an aside, when this tool mentions 'Too Many Links' is it referring purely to OBL or does it count links to elsewhere on my domain too? Cheers,
Moz Pro | | theshortstack0 -
How do you track links over time?
I'm new to SEOmoz and I'm really enjoying the fact that I can track all my keywords in a single place and monitor the changes. Is there a way to do the same with no my links? I mean: I'm using Open Site Explorar to track my links, but I want to know my link building performance overtime. Is there a way to do this automatically with SEOmoz? In case of a negative answer, how do you track your links over time? Thanks in advance!
Moz Pro | | Nauweb0 -
Why does SEOMoz Pro only do Rankings Once a Week?
Not sure I understand why the SEOMoz PRO report of rankings only occurs once a week? Any ideas? Seems like it would be easy to just pull that ranking report at any time.
Moz Pro | | findachristianjob0 -
Help with SEOmoz API
Hi guys, I'm trying to make API requests from my webserver via PHP. I'd like to retrieve data from the SEOmoz URL Metrics API. Unfortunately I always get the error response "unauthorized" even when I copy and paste the Sample Valid API Signature generated by your system into the browser. Is Signed Authentication not longer supported? I even tried the sample PHP Code SignedAuth.php but there's the same problem, too. If signed authentication is not longer available, do you have a code example for the basic http authorization? Thanks, Brandon
Moz Pro | | thegreatpursuit1