0
votes
0answers
12 views

Using Ajax #! for Google but site is not being crawled any more

We used to have all links in a normal way (thus with parameters?), we changed to Ajax loading cause we installed a music player. Here's an example: Old links: ...
2
votes
2answers
79 views

Asynchronous page loading and SEO

To speed up my website (or at least the time to first byte (TTFB)), I'd like to only send the layout of the page and then get the page content with an asynchronous request. This way, the TTFB will be ...
1
vote
1answer
77 views

Website constructed using a JS application no longer indexed as per google's AJAX Crawling spec. Whats the issue?

I have two sites that should be compliant to googles AJAX Crawling spec (https://developers.google.com/webmasters/ajax-crawling/docs/getting-started) . One domain (http://auroraliveaboard.com) was ...
2
votes
3answers
658 views

Crawling an ajax based page with both a hash fragment and a meta tag

According to google's documentation on crawling ajax based web pages, if a url contains a hash fragment, or something at the end of an url that looks like #helloworld, and if there is an ! after the ...
0
votes
2answers
171 views

SEO when loading items through AJAX

Let's say I have standard scenario of commerce site that has categories on the left and items on the right. What I would like to do is that when user clicks on category it will pass it's ID to js, js ...
0
votes
1answer
389 views

How to let Google know about dynamic content?

I'm looking for the best practice to let Google know about a vast number of dynamically created content. Let's say (I mean - dream) that I'm Facebook, and I want to let Google to index all the users' ...
2
votes
1answer
321 views

Can I use a 302 redirect to serve up static content from a url with escaped_fragment?

We would like to serve up seo-friendly ajax-driven content. We are following this documentation. Has anyone ever tried to write a 302 redirect into the htaccess file, that takes the ...
3
votes
1answer
191 views

Advice for using Google AdSense

The banners on my website are generated by $.ajax() call to the server after the page load is complete ($(window).load() event). I want to to integrate ads from google to fill in empty banners when ...
4
votes
2answers
457 views

Understanding Ajax crawling of search site

I have a couple of questions about Ajax crawling of a website, which is kind of search engine itself. The base article explains the mechanism of making AJAX applications crawlable. All this stuff ...
2
votes
1answer
63 views

Is there a penalty for opposite of cloaking?

Let's assume I have 100 different web pages with original and good content. But I want to publish on these pages same advert content (text video flash pictures) If I decided to use ajax and jquery ...
1
vote
2answers
283 views

AJAX website doesn't get indexed properly

Why http://anuary.com doesn't get indexed properly? I've submitted the sitemap ( http://anuary.com/?sitemap=true ) almost a month ago. However, 0 pages appear in Google index. I've also prepared the ...
3
votes
1answer
373 views

What is the best SEO method for a single page website on which all content is loaded with initial page load

I'm developing a single page website that will have all it's content available by scrolling down and showing/hiding various DOM elements. Most of the discussion I've seen on SO on this topic is ...
3
votes
1answer
91 views

Can we Use Google's Ajax Proposal?

In October 2009 on Google's blog (see this link) there was a proposal presented to make ajax websites crawlable. Does anyone know if this got past the proposal stage and is it safe to use the methods ...
3
votes
2answers
1k views

Hijax == sneaky Javascript redirects? Will I get banned from Google?

Question Will I get penalised as "sneaky Javascript redirects" by Google if I have the following Hijax setup (which requires a JavaScript redirect on the page indexed by google). Goal I want to ...
3
votes
1answer
107 views

Indexing dynamic loading page

Does Google index dynamic loading page? For example index.html <div id="dynamic_message"></div> index.html after few seconds <div id="dynamic_message">Hello Google, do you see ...
11
votes
4answers
421 views

Status of Crawlable Ajax?

I saw that Google had a nice proposal/standard for making Ajax applications crawlable, via #! (hash bang). http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html ...
17
votes
2answers
846 views

Where can I find the full list of Google/Microsoft CDN hosted AJAX files?

While Google hosts this list and Microsoft hosts this one there are several files missing such as jQuery UI CSS. Where can I find a complete listing of all the resources offered for major AJAX CDNs, ...