0
votes
0answers
18 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: ...
1
vote
1answer
69 views

Ajax crawling : snapshot page dissimilar with user page

For ajax-crawling purpose I make snapshots pages. My problem is user view pages and snapshot pages are dissimilar (tags h1, h2...). Example: user view page: http://www.meomap.net/#!/place/1 ...
0
votes
1answer
49 views

Ajax Load More for Search Engine Bots

On my website I am only displaying 20 posts for visitors, when they scroll down it loads more. I want to know if will affect the ranking of my website in a negative way if I load, for example, 100 ...
0
votes
1answer
190 views

Do other search engines support Google's “hash bang” syntax for crawling AJAX applications?

Google has a really nice document explaining how web developers can get Google to crawl non-AJAX versions of their web applications to make it possible for Google to index AJAX-heavy websites. Do ...
2
votes
2answers
99 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 ...
3
votes
2answers
150 views

Proper Google Analytics setup for AJAX heavy page?

Lets say I have a website with a few pages. The purpose of each of those pages is to display live statistics for a real world event (for example, sports scores). Every 60 seconds, an Ajax call is made ...
2
votes
2answers
78 views

Ajax mixed with Server Side results for SEO purposes

Here is the issue. We are using a third party service to index our products and return results based on query parameters that we pass to the third party services server. I'm using Magento's ...
1
vote
1answer
81 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 ...
1
vote
1answer
139 views

How is the new Hulu not penalized for SEO?

I heard if you serve different content with Javascript disabled, search Bots can penalize you. I have been looking at the source of the new Hulu website and wanted to ask a few questions. I was told ...
2
votes
2answers
114 views

How to get search engines to properly index an ajax driven search page

I have an ajax-driven search page that will allow users to search through a large collection of records. Each search result points to index.php?id=xyz (where xyz is the id of the record). The initial ...
2
votes
3answers
741 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 ...
2
votes
1answer
126 views

Is making AJAX site crawlable AND degrading gracefully with JS turned off possible?

According to this spec, making AJAX site crawlable by Googlebot means that you have to use hashbang (#!) links in it which means it won't degrade gracefully when JS is turned off. This might mean that ...
3
votes
2answers
428 views

Google crawling the site but refusing to index dynamic content

I am trying to get Google to index an AJAX site (davidelifestyle.com). It's crawlable with JavaScript turned off and I have also recently implemented _escaped_content_ snapshot mechanism but all ...
2
votes
1answer
99 views

SEOs: mobile version using AJAX: how to be properly read by crawlers?

Before anything else, I'd like to emphasize that I've already read this and this. Here's what I can do: First choice: create classical web version with all products in that page - ...
2
votes
2answers
618 views

What about SEO in one page website with ajax loaded content? [duplicate]

Possible Duplicate: One page portfolio - Effect on SEO As my title I'd like to build a website with just one input text for searching restaurants and I would like to load via ajax in the ...
0
votes
2answers
176 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 ...
3
votes
1answer
121 views

Would using AJAX only “Add to Cart” buttons be wise?

I want to AJAX enable all of my Add To Cart buttons because search engine bots are indexing these and not paying attention to my robots file or site map. I just don't want to loose potential ...
7
votes
0answers
365 views

Why is honest cloaking for Ajax considered bad practice? [closed]

Ajax-only websites are laden with many problems. Search engine invisibility is merely a small problem. They are also unbookmarkable and unlinkable and they break the functionality of back- and ...
2
votes
1answer
89 views

If my URL's are static, but then parsed by Javascript, does that make it crawlable?

Lets say I have a link: <a href="/about/">About Us</a> But in Javascript [or jQuery] catches it and then adds the hash based off of the href attribute: $('a').click(function(e) { ...
2
votes
1answer
336 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
4answers
269 views

SEO optimization for AJAX site and dynamic HTML canvas

I have a site that uses AJAX to query the Last.fm database and then dynamically draws a graph of the results on an HTML canvas. In the search function, I have a command that sets window.location.hash ...
4
votes
2answers
461 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
303 views

Google analytics how will ajax calls affect time on site, time on page, etc

I am in the middle of redesigning a site and am concerned about how my new page design will compromise my google rankings. Essentially I am going to a single page site, using AJAX calls to reload ...
2
votes
2answers
228 views

Using AJAX on homepage to handle feeds, bad for SEO?

I'm running multiple feeds of loops on my homepage much like youtube.com and I want to use AJAX to load them instead of tabbed content with jQuery. Since most of my traffic comes from posts I'd like ...
2
votes
1answer
64 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 ...
3
votes
1answer
94 views

Could Ajax + Caching be seen as cloaking?

I have a website where we use a technique to speed up loading times based in a combination of AJAX + caching. Basically, when we have a section in a page with content which is slow to retrieve, we ...
1
vote
2answers
53 views

How to manually list set of urls for search engines to index

So I have created a video website which has thousands of videos and thousands of videos get added to it on a daily basis. Here is my problem :- I have created a website which basically loads the ...
3
votes
1answer
387 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 ...
9
votes
2answers
2k views

How to get Google to crawl AJAX pages without using #! URLs?

In Google's advice on "Making AJAX Applications Crawlable", they advise making AJAX URLs that aren't using hash-bang fragments (#!) crawlable by adding <meta name="fragment" content="!"> to the ...
13
votes
5answers
857 views

pros/cons of hash navigation from SEO perspective

I'm working on an application that implements navigation based on hashchange events. Content is mostly loaded through ajax calls after hash changes (and displayed by DOM injections). From a SEO ...
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 ...
2
votes
0answers
351 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 index by google). Goal I want to ...
3
votes
3answers
267 views

Will AJAX-fetched material be invisible to search engines?

With the new method of doing things that I've put together, my page content is not actually on index.html or any of the other pages. Instead, it is in index.txt and merely fetched by AJAX. Is my ...
4
votes
2answers
1k views

When creating HTML for _escaped_fragment_ AJAX pages, how correct does it have to be?

I have a javascript heavy site (It really couldn't be coded in any sensible way with progressive enhancement) and I am using Google's advice for making AJAX websites crawlable. (i.e. use ...
1
vote
1answer
480 views

Overriding link action with ajax - SEO

If I override default link href with onclick and ajax, for example link <a href="/mypage">, so onclick I load mypage through ajax, if javascript is disabled, or its a text browser or bot, I let ...
1
vote
3answers
558 views

Search Engine Crawler call ajax to crawl ajax returned content?

wondering if search engine crawlers see pages with links to ajax calls (using jQuery + Asp.Net MVC) if they follow these links to index the content. I found this question, but I am wondering ...
11
votes
4answers
426 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 ...