Issues

JavaScript: Uses Old AJAX Crawling Scheme Meta Fragment Tag

back to issues overview

Uses Old AJAX Crawling Scheme Meta Fragment Tag

URLs include a meta fragment tag that indicates the page is still using the Old AJAX crawling scheme which was officially deprecated as of October 2015.

How to Analyse in the SEO Spider

View URLs with this issue in the ‘JavaScript’ tab and ‘Uses Old AJAX Crawling Scheme Meta Fragment Tag’ filter and export all URLs using the ‘Export’ button.

The ‘Pretty URL’ is the URL that is displayed to users, while the ‘Ugly URL’ column highlights the URL that has been crawled.

Read our tutorial on ‘How To Crawl JavaScript Websites‘.

What Triggers This Issue

This issue is triggered when URLs include a meta fragment tag indicating that the page is still using the Old AJAX crawling scheme, which was officially deprecated as of October 2015.

For example:

https://www.screamingfrog.co.uk/

Has the meta tag:

<meta name="fragment" content="!">

How To Fix

Update URLs to follow JavaScript best practices on the web today. Consider server-side rendering or pre-rendering where possible, and dynamic rendering as a workaround solution.

If the site still has the old meta fragment tag by mistake, then this should be removed.

Further Reading

Back to top