Questions tagged [crawlable-ajax]
The crawlable-ajax tag has no summary.
30 questions
1 vote
1 answer
50 views
Should I change my Javascript API calls to a backend rendering system?
Currently I have an API setup where I fetch values from to populate items on the page. However, after reading many mixed voices about whether or not Javascript is executed by a crawler, I was ...
3 votes
1 answer
389 views
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 ...
1 vote
0 answers
72 views
Months after implementing JS redirects, hash bang URLs are still indexed in Google beside their replacements
We replaced our old site with a WordPress site around 6 months ago. Our old store plugin used links with AJAX fragments which were indexed in Google, like so: https://www.example.com/store.php#!/item/...
2 votes
2 answers
611 views
How can I get a web crawler to see dynamic data injected by JavaScript in 2019?
Originally posted this on stackoverflow and it got put as off-topic so posting here. I recently read this google webmasters article from 2015 on accessibility and SEO for web pages using AJAX. It ...
2 votes
1 answer
109 views
Getting usability issues in Google Search Console for the responses of API calls
Today I found an error that appeared in GSC recently. The URL of the affected page is not a page actually. That’s a example.com/api/v2/getcurrentuser API call that the JS is requesting to retrieve ...
0 votes
0 answers
60 views
Can I prevent loading some HTML body and head in PWA when javascript is enabled?
We have restricted resource and we can not use server side technology in our website.We are using PWA technology.What is our solution to pages indexed correctly in Google? Can we load some head tags ...
1 vote
0 answers
57 views
Does Google index ajax data that load after 1 second by setTimeout?
I use load Javascrpt and use Ajax for load content. And i should use setTimeout for run Ajax load function after 1 or 2 second(s). Does Google index and follow this content?
1 vote
1 answer
1k views
Allow Google to index content loaded by AJAX when clicked
I have read many articles about how Google handles AJAX loaded content, and I am aware that Google is now supposed to index your page like any modern browser now. However, I am still seeing much of ...
1 vote
0 answers
1k views
If “_escaped_fragment_” shows up in Search Console URL Parameters, should you “Let Googlebot decide”?
As far as we know, there should be no links to our site anywhere that include the _escaped_fragment_ parameter used for fetching HTML snapshot versions of our JavaScript-heavy pages. We use the ...
2 votes
0 answers
2k views
How is Google's indexing affected by history.pushState? When should it be called?
I am maintaining a single page app and I am trying to make it friendlier to search engines. The way the page works is that when a user clicks on an internal link, an AJAX request is made to fetch new ...
5 votes
2 answers
950 views
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://...
1 vote
1 answer
363 views
How to make search engines crawl and index dynamic AJAX pages? [closed]
I have a following website with some products: http://www.lay-z.net/beanbags.php When a user clicks on a product it makes a call to the database and fills the site with necessary information: http://...
2 votes
2 answers
596 views
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 ...
2 votes
0 answers
134 views
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 ...
2 votes
3 answers
2k views
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 ...