Questions tagged [crawlable-ajax]

30 questions
5
votes
2 answers

"Fetch as Google" doesn't find the HTML snapshot for my AJAX content

For my webpage I generate the content via JavaScript, so I want to use ?_escaped_fragment_ to redirect Google to my HTML snapshot. I have a RewriteRule for my Apache RewriteEngine on RewriteCond %{REQUEST_URI} ^/$ RewriteCond %{QUERY_STRING}…
5
votes
2 answers

What URL will Googlebot crawl when you use the meta fragment tag with a regular hash URL?

my client wants to use AJAX crawling (I know that it is deprecated But he wants it to use because of another search engine that still support it such as yandex.ru) So I have URL like this: http://example.com/#/card/card_slug?category=car I feel it…
user2950593
  • 270
  • 3
  • 12
4
votes
1 answer

How to make page content crawlable when it is usually requested via AJAX on page load

I hope that the contents which is pulled on page load could be crawled by google robot, how to do that ? I went to Google Webmasters tool to ensure that whether Google crawler could see the content pulled by the script or not, but sadly the crawler…
Radian Jheng
  • 151
  • 3
3
votes
2 answers

Workaround for appearing to change the URL of an infinite scrolling page when pushState is not available due to analytics

I'm building a website and they want it to be an infinite scroll single page design, and to be as SEO friendly as possible. Just to give you an example: Here is an example URL structure: com com#something com#something1 com#something2 But here is…
Josip Ivic
  • 3,888
  • 2
  • 24
  • 51
3
votes
2 answers

Google only index main page

My site is a single page application built using AngularJS. My aim is to make it crawl-able (https://developers.google.com/webmasters/ajax-crawling/docs/specification). This is what I have been using:- Pages without hash fragments AngularJS…
wfaa
  • 73
  • 5
3
votes
2 answers

Can my single page application deliver an HTML snapshot to search engines?

I’ve SPA (Single Page Application) project that works 100% using AngularJS, with all of it’s content dynamically generated through JavaScript on the client side! As you know this means no crawlability, and I don’t need to use headless browsers to…
3
votes
1 answer

Will Google index AJAX content as part of the page when it loads into the page on click and Googlebot crawls the content at its hash bang URL?

I'm trying to implement ajax calls to load parts of a page only when a user gets to that part of the page and make sure at the same time that Google is able to read the content. Here is what I have done: created a link "view comments" on my page…
Laurent
  • 133
  • 4
2
votes
2 answers

SEO failure: AmazonS3 + AngularJS + Many pages not being crawled or indexed

I've looked over various threads here but nothing that seems to be the same issue. We're currently facing two problems at the moment. If I can address the first problem then it would definitely help diagnose the second issue. Also, I've posted this…
2
votes
0 answers

Can the Google Search Appliance crawl AJAX pages?

I have page which loads content using AngularJS via AJAX calls but we also use the Google Search Appliance (GSA) for search in the website. Is it possible to crawl the content loaded using AJAX in GSA?
Rajesh G
  • 147
  • 1
2
votes
3 answers

Can URLs containing hashtags now be used in site maps and indexed by Google?

We are working on an Ajax application that will dynamically load content. It will be embedded in other people's site, so we were thinking of using hashtags to denote parameters for content IDs (and color scheme IDs). Would Google be able to index…
David Nunn
  • 23
  • 4
2
votes
1 answer

Google-SEO-friendly ajax site since Oct 2015

Since Oct 2015, Google have been able to crawl ajax sites automatically (so the recommendations made in former articles like this are officially deprecated). But I'm still having trouble getting Google to recognize new pages. My homepage,…
2
votes
2 answers

Is possible, feasible or even recommended (if possible), to change the title or the keywords of a page using Google Tag Manager?

Does Google Tag Manager could or should be used to change content in a page, like title, keywords or description?
2
votes
2 answers

Is my ajax content crawlable with the Masonry Append method?

Quick note: I couldn't make up my mind which section to post this question on - Webmasters or SO but considering this is more to do with SEO, I decided to post it here so forgive me if I have indeed made this mistake. Right, so I've been using the…
2
votes
0 answers

Rich snippets created via AJAX not shown in Webmaster tools

I have a page with rich snippets. On here I load the reviews via AJAX. However, when I test that page in Google Webmaster tools I get: Error: If count is specified in review aggregate, page should contain reviews. Otherwise you may want to use…
Adam
  • 737
  • 10
  • 25
2
votes
3 answers

Where does Google connect the AJAX-fetched content?

A lot was written about how Google indexes AJAX. I'm reading up. For instance, this experiment in Oct 2013 was insightful. It appears that Google does index the content when it's loaded in $(document).ready(...). Google does that without special…
Nick Alexeev
  • 195
  • 1
  • 10
1
2