AJAX (Asynchronous Javascript And XML) is a popular technique for creating interactive websites, though other technologies (e.g. JSON) are often used instead of XML.

learn more… | top users | synonyms

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 ...
2
votes
2answers
106 views

Best approach to creating self-updating content - i.e. chat rooms, shoutboxes and so on

The only way I can think of to have a shoutbox or similar element update itself when somebody posts a new 'shout' and it needs to be loaded in everyone else's browsers is to have Javascript check ...
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 ...
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 ...
0
votes
0answers
6 views

Reload Markers in Google Maps without reloading Map [migrated]

I am using Artem Google Maps Control for my project. I have added a map and a marker the following way: <body> <form id="form1" runat="server"> <asp:ScriptManager ...
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 ...
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 ...
2
votes
1answer
106 views

How do I make an AJAX block crawlable?

I have a block with a few tabs. When the user clicks the tab the content of that block get loaded. Now I would like to make it crawlable by the search engines and at the same time I want to maintain ...
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: ...
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 - ...
0
votes
1answer
446 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' ...
0
votes
0answers
20 views

Speed up XHR requests [closed]

I have a Yii project (PHP framework) running on Apache2, where I use AngularJS for the front-end. I have some AJAX requests, but they are kind of slow... sometimes it reaches 2.5 sec. I'd like to ...
0
votes
0answers
18 views

How to do I redesign a Flash based table page into something AJAX? [closed]

Shortly, I will be redesigning this page: https://www.misoenergy.org/MarketsOperations/RealTimeMarketData/Pages/LMPContourMap.aspx It currently uses a Flash object to draw the table you see from the ...
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 ...
-1
votes
1answer
416 views

Does anyone knows a good Facebook chat script? [closed]

I'm looking for a facebook chat script.. that can handle a large number of users.. does anyone knows one? I need one urgent and please post one that you had experience with.
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
3answers
114 views

Bootstrap dynamic content

I am building a website powered by twitter's bootstrap. I have created a landing page with menus and text. The next thing I want to do is create a About page, but what is the easiest way to create a ...
1
vote
3answers
298 views

Is there a third party JavaScript that adds Facebook Chat style messaging to a site?

I'm looking for a service (happy to pay) that will provide Facebook style chat to users of my website. I'd expect it to work somewhat like Disqus but probably require a bit more work to implement user ...
-1
votes
1answer
95 views

How can I remove plus sign in jquery string [closed]

How can I remove + sign from string in Jquery $('#sender_name'). val(). If I entered any space then it include a + sign So in my controller I cant get accurate value due to + sign (I am using Ajax ...
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 ...
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 ...
1
vote
2answers
289 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 ...
0
votes
2answers
179 views

How to progressively display images on websites

I want to display images on my websites just like Facebook and other websites display images now - progressively i.e a complete blurred image first and then the whole sharp images loads. I am not ...
0
votes
4answers
188 views

Can I include a robots meta tag outside of the head in HTML snippets indeded to be AJAXed?

I have a number of files in my site which are not intended for independent viewing, but rather to be AJAXed into content within the site. They obviously don't meet HTML standards (no body, head, etc.) ...
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 ...
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 ...
2
votes
3answers
743 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 ...
1
vote
1answer
129 views

Framework for interaction between web-page and server-side script

I want to make a web-page that will have several controls elements, among which there are elements like check-boxes, radio-buttons, "range selectors" (one can specify the min and max value, like it is ...
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 ...
0
votes
0answers
51 views

I need a chat script like the one used in Rencontre-professionnel.com?

I found a website using a good chat system . It doesn't use a room, even it's multi-user. Does any one knows who does it work? Is it using an open source script? Can you find it for me, I really need ...
1
vote
2answers
623 views

How to identify the client is a search robot?

I have built my entire site using AJAX (indeed it's GWT). I have also implemented AJAX crawling proposed by Google. However, after the implementation, I found that neither Yahoo , Bing, nor Baidu ...
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 ...
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 ...
1
vote
1answer
322 views

Should I be looking for an alternative to Zen Cart as my business grows?

I created a business website for a family business which is growing. It's my family, and I'm a software developer, but I don't want to rebuild the wheels or be a shopping cart programmer. For this ...
2
votes
2answers
86 views

Why my website subpage displays “www.domainname.com/#!home/” why “/#!”

i am taking over a webpage from a previous webpage designer, and i am wondering why does the website display "#!"? eg. www.domainname.com/*#!*home/mainPage. How do I change this so that it doesn't ...
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 ...
13
votes
5answers
859 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 ...
12
votes
1answer
1k views

Google+ Style “Send Feedback”

Does anyone know a service that offers a google+ style feedback system? It seems that it would be a great way to get feedback from users. If you have not seen it before. I've attached a screen shot. ...
1
vote
1answer
138 views

Commenting System For A Website

I hope this is the right place for such a question. I am developing a website that has no users system. I am looking for a commenting system for the website. Requirements: Ajax commenting ...
2
votes
1answer
90 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) { ...
1
vote
1answer
95 views

what is standard approach to create a responsive website using javascript,php ajax and perhaps zend framework [closed]

I am working on a web system currently and plans to heavily use javascript with ajax to make the user interface more friendlier, not fancy as such. The javascript will be used for client side form ...
4
votes
1answer
314 views

https & ajax crawling

We made on our webpage https://www.1point618.com a transition to ssl and now we using nearly entirely ajax to load the content. Therefore all urls of existing pages have changed. We used the 301 ...
1
vote
1answer
50 views

Website forwarding - actions do not seem to work

I have the following website up and running: www.posti.sh The website is actually on www.myskoob.com/postish/, but I use domain forwarding so that when the user types in www.posti.sh it stays that way ...
3
votes
1answer
197 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
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 ...

1 2