Uses Old AJAX Crawling Scheme URLs
What This Means
URLs that are still using the Old AJAX crawling scheme (a URL containing a #! hash fragment) which was officially deprecated as of October 2015.
What Triggers This Issue
This issue is triggered when URLs are still using the old AJAX crawling scheme, characterised by a URL containing a #! hash fragment (also known as “hashbangs”). For example: https://www.getasky.com/# !
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.
Last updated on