1
vote
1answer
173 views

Can I make my ajax website 'crawlable'?

I'm currently building a music based website and I want to build something like this template. It uses ajax and deep linking. (And it makes use of the History.js library - please notice how there's no ...
-1
votes
1answer
149 views

Ajax / Deep linking and Google indexing / SEO - Is it a bad idea? [closed]

I'm about to embark on building a music oriented website for a friend's band and I want to build something like this template. It uses ajax and deep linking. My worry is that this site will not be ...
3
votes
1answer
145 views

Does Googlebot Index CSS Background Images?

I have a page that displays images as background images, defined via css, to div elements. These images do not load dynamically via js, they are there on page load. Without getting into why it was ...
0
votes
0answers
49 views

Should I show none AJAX versions of my page to googlebot?

I have a site, lets say has a paged lists of products. The pagination is AJAX based, it degrades 100% without JavaScript. With JavaScript Turned on or off this Url will show the same content. (page ...
0
votes
1answer
115 views

How do I use a wildcard to block bots from indexing this?

I have the following URL format: example.com/page/m6aoeh/embed I want to block any bots from indexing any page with the url /page/*/embed I'm assuming there's some way to do wildcard URL block, but ...
0
votes
2answers
213 views

Restrict Google bot's access based on URL parameters

For example I have the following link: http://broodds.com/index.php/en/component/bet/?view=oddsdetails&bet_id=4e9dc53b96df3&odds=q1 I don't want to give access to the Google bot if the view ...
1
vote
3answers
303 views

Make search bots to not crawl a deleted page?

Currently we are using a Kentico CMS for out web site and we used to have a page called pages/page1.aspx. We removed that page but every day the google, bing and yahoo sarch robot tries to read that ...
0
votes
1answer
97 views

MSN bot appending wrong parameters to URLs

On my site http://www.mustseeindia.com/places-around-bangalore"" is valid URL. While crawling, MSN bot is appending a string to it and there by causing a crawl error. String appended by MSN bot ...
2
votes
2answers
159 views

Non-indexed file (?) still found in Google

How is it possible that my page /admin/login.asp is found in Google with the query "inurl:admin/login.asp" while it isn't with the "site:www.domain.xx" query? I've this line of code in my robots.txt: ...
6
votes
2answers
800 views

Why would Google (or Googlebot) index a page returning a 500 error?

Googlebot has been occasionally indexing one of our sites with a bad query string parameter. I am not sure how it is getting this query string parameter (there don't appear to be any sites linking to ...