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
-
Losing referrer data on http link that redirects to an https site when on an https site. Is this typical or is something else going on here?
I am trying to resolve a referral data issue. Our client noticed that their referrals from one of their sites to another had dropped to almost nothing from being their top referrer. The referring site SiteA which is an HTTPs site, held a link to SiteB, which is also an HTTPs site, so there should be no loss, however the link to SiteB on SiteA had the HTTP protocol. When we changed the link to the HTTPs protocol, the referrals started flowing in. Is this typical? If the 301 redirect is properly in place for SiteB, why would we lose the referral data?
Reporting & Analytics | | Velir0 -
Link Activity to site keeps decreasing
Recently I have started seeing daily declines in the total inbound links to my site. 4 of my top 5 sources are all experiencing pretty significant declines and in fact, Pinterest has declined from a high of 16,295 links in Nov '15 to a current number that is 8,479 on 1/6/16. Any ideas on what could be causing these declines? I did upload a new sitemap in Nov, could this be the cause?
Reporting & Analytics | | ctripp10100 -
Why do WMT's Search Analytics & GA's Real Time Keywords Differ?
I took a screen shot of the keywords from Google Analytics Real Time Keywords for Google / Organic. Then I waited a week and filtered Google Webmaster Tools' Search Analytics for queries with those keywords. None of them showed up. Why not? What I missing? Why do some keywords show up in Google Analytics RT for Google / Organic while most others are in Not Provided? I see WMT's Search Analytics says that it doesn't always show queries that "are made a very small number of times or those that contain personal or sensitive information." But most of my queries are like that. Anybody know any patterns / criteria that leads WMT to show some but not others? Thanks
Reporting & Analytics | | GilReich0 -
How can you add a rel canonical tag if you haven't created the wrong pages?
For one of our white paper campaigns we are getting multiple URL's some how but we only have one version of the page. So do I put the rel canonical tag on that one single page? Will that fix the other url's from being indexed? I'm assuming people are typing in the urls with underscores and capital or non-capital letters and it's showing up that way in analytics. Thanks!
Reporting & Analytics | | Sika220 -
Verifying Site Ownership & Setting Up Webmaster tools for clients who use Hubspot
We are a Hubspot partner agency. I'm trying to find the best route for managing Google's tools as an extra resource for insight, not the primary basis for marketing effort. I also want to explore adwords in more depth. Finding a lot of our clients don't have one or the other or both Analytics/Webmaster tools in place. Can I verify site ownership to set up webmaster tools simply by having admin access to their analytics account or will that require ownership of the analytics account? With Google merging things together these days I'm not sure of the best approach to take. Usually clients have their site hosted somewhere and built on some platform and ADD a Hubspot blog and the landing pages/cta's, Hubspot tools on a subdomain hosted by Hubspot. Hubspot has tools in it's website settings for adding google analytics (actually it's just a field to add code to the header area). If a client has universal analytics on their primary domain do I still need to go and add a separate analytics property for the subdomain and go through Hubspot's tools to install it on the subdomain? Or just use the same code from their primary domain and add it to the Hubspot header? What is the best route? Any additional thoughts on this subject are welcome - with so much updating and changing coming from Google (and Hubspot as we implement 3.0 - COS) I'm trying to avoid wasted effort, outdated methods, etc. Thanks!
Reporting & Analytics | | rhgraves651 -
Bing vs Google Keyword Research
Hi All, I have carried out keyword research based on Google Analytics, Keyword Planner, competitors and various other toolsets.
Reporting & Analytics | | Mark_Ch
My research has been based on performance metrics favored towards Google.
I'm looking to research keyword traffic metrics and suggestions based on Bing Ads Intelligence. My Logic
I have compiled my master list based on Google metrics.
I will carry out Bing search traffic metrics based on my Google master list.
I will carry out Bing keyword suggestions based on my Google master list. My Questions
#1 Will my logic yield me any favorable benefits based on the high number of Google users vs Bing users
#2 Should Bing favor a particular keyword with high search traffic compared to Google, is there a fear that creating a 'seo user friendly website page' could dilute link juice based on the high Google users. Any other useful advice would be welcome. Regards Mark0 -
What impact will Google's 10/18/2011 announcement of 'Making Search More Secure' have on the ability to track specific keyword queries via Analytics?
The full announcement is here: http://googleblog.blogspot.com/2011/10/making-search-more-secure.html My concern is that the ability for Google Analytics to parse information on specific keyword queries will be diminished. The article hints that Google Webmaster Tools will be exempt from the problem, and I've never relied on Webmaster tools as a go-to for tying specific keyword queries to Goal Tracking (form submissions and sales). The community's thoughts on this one are appreciated. 🙂
Reporting & Analytics | | MKR_Agency0 -
Will Bing/Google's engine index a page that has only been on social media?
Will Bing's engine index and rank a page that has only been seen on social media and has no inbound links? Will Google's? Are inbound links absolutely required to get a page indexed and ranking and getting traffic? If unknown, how would you go about testing this?
Reporting & Analytics | | SarahGoliger0