Bing Won't Index Site - Help!
-
For the past few weeks I’ve been trying to figure out why my client's site is not indexed on bing and yahoo search engines.
My Google analytics is telling me I’m getting traffic (very little traffic) from Bing almost daily but Bing webmaster tools is telling me I’ve received no traffic and no pages have been indexed into Bing since the beginning of December.
At once point I was showing ranking in Bing for only one keyword then all of a sudden none of my pages were being indexed and I now rank for nothing for that website. From Google I’m getting over 1200 visits per month. I have been doing everything I can to possibly find the culprit behind this issue.
I feel like the issue could be a redirect problem. In webmaster tools on Bing I’ve used “Fetch as Bingbot” and every time I use it I get a Status of “Redirection limit reached.”. I also checked the CRAWL Information and it’s saying all the URL’s to the site are under 301 redirect. A month or so ago the site was completely revamped and the canonical URL was changed from non www to www. I have tried manually adding pages to be indexed multiple times and Bing will not index any of the sites pages. I have submitted the sitemap to Bing and I am now at a loss. I don’t know what’s going on and why I can’t get the site listed on Bing.
Any suggestions would be greatly appreciated.
Thanks,
Stephen -
You have been extremely helpful. Thank you for all your help. I will get right on this to get resolved.
-
Okay, so the crawler is seeing it for the www. version but not for the non www version.
If we look in a browser at:
http://dunninggolf.com it redireects to www.dunninggolf.com
If I look in webbug at the headers it does not redirect and returns a 200 Okay status code for the non www version of the URL.
I think this could be the issue here and that for some reason, when bing visits the site is giving out some strange 301 response which then sends out a loop of 302 redirects.
Okay, there is a tool here that lets you visit the site as if you were bing bot and get the HTTP headers:
http://view-http-headers.gishan.net/fetch-as-bing-bot-tool.jsp
You have to select bingbot rather than IE6 from list of user agents.
If you visit the www.dunninggolf.com version then it returns a 200 OK
If you visit the http://dunninggolf.com version then it returns a 301 redirect (which in turn seemingly issues the loop of 302 temp redirects that never go anywhere).
Okay, there is your issue. The site has some issue with bingbot (and possibly others) when visited via the http://dunninggolf.com URL. This issue is not visible in webbug or a browser. That said, we do seem to get some redirection from http://dunninggolf.com to http://www.dunninggolf.com.
So, taking a stab in the dark, I would say there is some kind of meta refresh or something going on after the page has been returned as a HTTP 200 result. I am not on my windows PC so can't examine the headers more closely but this is certainly your issue here.
You need to find out the following.
1. How are they doing the redirect?
2. why are they redirecting this way?
3. why are they serving up these 301 / 302 loops via http://dunninggolf.com
Ultimately, this is an issue for the developers. You should advise them on correct protocol (a 301 via the HTTP headers from http://dunninggolf.com to http://www.dunninggolf.com and not via this whacky redirect they currently have in place).
Wowzers, that was a tricky one!
Hope this helps and sorts out your headache!
Marcus
-
I have used SEO analyzer before and i did it again just now and it gave me some weird error.
This is the result:
<label class="error" for="seoUrl">The URL has too many redirects</label>
| ! Redirects detected for the current URL |
I also have submitted the URL in the "submit URL toolbox page" a couple times.
I will get working on the robots.txt and make sure it's put in place.
I don't do any of the development work on the site i just perform the SEO duties. Seeing those redirect errors is part of what im talking about with it saying there are to many redirects. Any idea what that's all about if its showing everything should be working properly?
I just scanned it again and based on the URL i enter i get different results.
those redirect errors come when i analyze dunninggolf.com. But when i analyzed www.dunninggolf.com I only 2 errors on homepage for missing alt tags on images and no H1 tag. -
Hmm, five months is a bit long.
Lets look at what we do know.
1. Bing is telling you that the page it is trying to fetch is redirecting and the bingbot does not follow redirects (1).
2. If I fetch your page in a browser or a even just the headers in webbug I get a HTTP 200 OK status code and no 301 redirect.
So, the site itself seems fine. The pages are serving up fine and they are returning the correct HTTP status codes.
So.. have you tried analysing the page in the SEO Analyser? http://www.bing.com/webmaster/help/seo-analyzer-97615e21
If so, what does that tell you? It should detail the HTTP response codes that bing is seeing.
One possiblity is that there is something whacky going on for the bing user agent but fetching the page as bingbot also returns a 200 status code.
There is no robots.txt so I would put that straight first up as suggested and at the very least go with:
User-Agent: *
Allow: /Without access tp webmaster tools and digging further it is hard to see what is going on but 5 months seems too long. That said, there are no issues preventing crawling or indexation in so far as a 15 minute look can identify.
Daft question but have you submitted the URL via:
http://www.bing.com/toolbox/submit-site-url
I have just submitted it just in case you have only done via webmaster submit.
Anyhow, it's not secret that bing can be horribly slow and it seems that it still believes you have 301 in place for some reason and I could not find one.
Maybe one for Bing Webmaster Support as it seems there is no good reason why they would not index this site and the tools at your disposal are not working as they should: http://www.bing.com/webmaster/help/webmaster-support-24ab5ebf
References
1. http://www.bing.com/webmaster/help/fetch-as-bingbot-fe18fa0d
-
I have been working on getting some new links and have gotten a couple but nothing substantial as of yet.
This client is new for me and i am only aware of this site being around since June or July of last year.
I've been waiting for bing to show search results for the site for almost 5 months now and nothing has changed. I am getting to the point where i feel the culprit lies somewhere else besides saying bing indexing slowly as being an excuse.
-
It looks like the site was down for a long period of time and was redirecting to another site: http://web.archive.org/web/20090615041707/http://dunninggolf.com/
It also then looks like there was a holding page up for a while.
I can't see the complete history on archive.org and nothing since Feb 2011 but it looks like these historical redirects are your problem.
Few questions
How long has the new site been up?
Have you won any new links?
It seems that Bing still believes this site is redirecting somewhere else so you may just have to wait a while till they update their index. You could ask them to remove all of the links that they do currently hold.
If Bing webmaster tools is anyting like Google Webmaster tools the information there is horribly out of date so it may just be a matter of waiting this out till they recrawl the site and refresh everything.
A good use of your time may be just getting your on page ducks in a row and making sure everything else is okay.
- The canonical looks fine.
- There are no 301's on the pages I visited
- You have no robots.txt file
- Google is indexing it okay
Ultimately, I think this is a case of waiting it out. If you want to speed things up, try to get some fresh links to the site from well ranking sites to help drive the crawlers your way.
Hope that helps!
Marcus -
Yeah, the URL is http://www.dunninggolf.com/
-
I did check a small handful of pages and i did see rel="canonical" in the page source code. I only saw it on product pages and category pages etc. blog and other pages not advertising product i didn't see it.
But like i said i only checked about 8 pages and 6 out of the 8 had that tag on it.
-
Hey Stephen
Can you post a URL so we can take a look? Anything else would be a complete shot in the dark.
Marcus
-
Double check that the recent rel=can update for the main URL / homepage (your non-www to www) has not been accidentally applied to ALL the pages. That single mistake can hoark a site's indexing 100%.
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
-
Page Speed or Site Speed which one does Google considered a ranking signal
I've read many threads online which proves that website speed is a ranking factor. There's a friend whose website scores 44 (slow metric score) on Google Pagespeed Insights. Despite that his website is slow, he outranks me on Google search results. It confuses me that I optimized my website for speed, but my competitor's slow site outperforms me. On Six9ja.com, I did amazing work by getting my target score which is 100 (fast metric score) on Google Pagespeed Insights. Coming to my Google search console tool, they have shown that some of my pages have average scores, while some have slow scores. Google search console tool proves me wrong that none of my pages are fast. Then where did the fast metrics went? Could it be because I added three Adsense Javascript code to all my blog posts? If so, that means that Adsense code is slowing website speed performance despite having an async tag. I tested my blog post speed and I understand that my page speed reduced by 48 due to the 3 Adsense javascript codes added to it. I got 62 (Average metric score). Now, my site speed is=100, then my page speed=62 Does this mean that Google considers page speed rather than site speed as a ranking factor? Screenshots: https://imgur.com/a/YSxSwOG **Regarding: **https://six9ja.com/
Reporting & Analytics | | Kingsmart1 -
Tool to check page size for multiple url's at once
In Google Analytics under Site Speed > Page Timings, you can see all pages and their loading time compared to the average. This is very handy to check which pages maybe need some optimization. I would also like to check the size for these pages in a similar way. There are multiple tools out there like GTmetix and Pingdom that give specific information and performance insights. The problem is that they are limited to check one url at a time. Does someone know about a tool to check the page size of multiple url’s at once (and if possible to easily export to Excel)? That way I can check which pages are big in size and research/optimize them. Thanks in advance
Reporting & Analytics | | Mark.0 -
Help Blocking Crawlers. Huge Spike in "Direct Visits" with 96% Bounce Rate & Low Pages/Visit.
Hello, I'm hoping one of you search geniuses can help me. We have a successful client who started seeing a HUGE spike in direct visits as reported by Google Analytics. This traffic now represents approximately 70% of all website traffic. These "direct visits" have a bounce rate of 96%+ and only 1-2 pages/visit. This is skewing our analytics in a big way and rendering them pretty much useless. I suspect this is some sort of crawler activity but we have no access to the server log files to verify this or identify the culprit. The client's site is on a GoDaddy Managed WordPress hosting account. The way I see it, there are a couple of possibilities.
Reporting & Analytics | | EricFish
1.) Our client's competitors are scraping the site on a regular basis to stay on top of site modifications, keyword emphasis, etc. It seems like whenever we make meaningful changes to the site, one of their competitors does a knock-off a few days later. Hmmm. 2.) Our client's competitors have this crawler hitting the site thousands of times a day to raise bounce rates and decrease the average time on site, which could like have an negative impact on SEO. Correct me if I'm wrong but I don't believe Google is going to reward sites with 90% bounce rates, 1-2 pages/visit and an 18 second average time on site. The bottom line is that we need to identify these bogus "direct visits" and find a way to block them. I've seen several WordPress plugins that claim to help with this but I certainly don't want to block valid crawlers, especially Google, from accessing the site. If someone out there could please weigh in on this and help us resolve the issue, I'd really appreciate it. Heck, I'll even name my third-born after you. Thanks for your help. Eric0 -
Discovering broken links to my site
How do I find out if other websites are trying to link to my website using a misspelled URL or broken link?
Reporting & Analytics | | AccuraCast-UK0 -
When one of my sites returns a ranking that consistently reads "No Data", what does that say about the site?
I am getting "No Data" reads for some of my sites - I personally think it has to do with the site's construction - especially the landing page... I inherited this site to do SEO - it was not created with on site SEO in mind - please help if you can sites are: www.storagesanangelo.com www.storagemidland.com Should I get webmaster to remove the big map graphic and add text and pics instead... Sure appreciate brilliant thoughts - even about yetis and beer
Reporting & Analytics | | creativeguy0 -
How can you tell if your new content has been indexed?
Other than simply doing a search in each case, is there any way I can tell (in Webmaster Tools, for example) if the 500-1000 new pages of content I have added have been indexed and are now appearing in search results? My traffic hasn't risen much, but I know at least a few of them are in there... How can I tell when they're all in?
Reporting & Analytics | | corp08030 -
Any updates regarding 'not provided' organic keyword referrals in Google Analytics?
I know that the encrypted searches done by people logged into their Google accounts is causing the error, is there any workaround or any update from Google as to IF they will give us our keyword data back? I'm currently losing data on about 20% of my daily searches . . .
Reporting & Analytics | | nsauser0 -
222.mydomain.com... I'm stumped....
Hi, I'm stumped by this one and am hoping I can get some advice/guidance. I've seen this pop up in my stats where the www.mydomain.com/page is appearing as 222.mydomain.com/page. I have no clue what's going on... This google return displays the same page 2 ways (see first image). And when I click on the 222. link I get a prompt (see 2nd image). Any idea what's going on? Thanks! Peter ipHKt.png o0ZeB.png
Reporting & Analytics | | peterdbaron0