Mobile app version of vmapp.org
Login or Join
Berumen354

: Does Google support structured data in crawlable AJAX? We've got a page, developed using AngularJS, that uses Pre-render as a service in order to serve static HTML to bots. This is using HTML5

@Berumen354

Posted in: #CrawlableAjax #Google #Seo #StructuredData

We've got a page, developed using AngularJS, that uses Pre-render as a service in order to serve static HTML to bots. This is using HTML5 mode in Angular, so the URLs look like standard urls. Essentially, how it works is, if a request comes in with an _escaped_fragment_ argument, we service a static HTML file.

Within this static HTML are all the structured data markup. We're trying to test this with the structured data helper. If I request a page with example.com/thisismypage, the structured data helper doesn't pick up anything. If I request it with example.com/thisismypage?_escaped_fragment_, it picks up all my structured data.

However - How can I confirm that this is the way Google will request my page? I was thinking the structured data helper would request the page the same way google would (ie. append the escaped_fragment bit transparently, but that does not seem to be the case).

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Berumen354

1 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

It appears that Google is either executing javascript (and not requesting via _escaped_fragement_), or requesting via _escaped_fragment, since I can view my structured data (ratings, etc) in Google's results for my page. I'm not sure which it is yet.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme