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

1
vote
0answers
38 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
0answers
13 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 ...
0
votes
1answer
31 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
114 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
71 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
votes
1answer
260 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.
3
votes
2answers
90 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
vote
3answers
103 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 ...
2
votes
2answers
69 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
votes
1answer
71 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
73 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
126 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
0answers
85 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
4answers
147 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
104 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 ...

1 2 3 4 5 6
15 30 50 per page