we used massive amount of JavaScript & AJAX for a website which we send data through JSON to JavaScript and it creates HTML page on user browser.
We have created an alternative Fully HTML pages with most SEO methods, which redirects non or disabled JavaScript browsers by following HTML tags to these HTML pages
<noscript>
<meta http-equiv="refresh" content="0; url=URL address/?html=y" >
</noscript>
this works great for above mentioned browsers but i want to know that, does it work same for crawlers, spiders,....?
does it redirect them to our HTML pages?
if not what is the solution? or are there any better solution?
thanks
We have created an alternative Fully HTML pages with most SEO methods, which redirects non or disabled JavaScript browsers by following HTML tags to these HTML pages
<noscript>
<meta http-equiv="refresh" content="0; url=URL address/?html=y" >
</noscript>
this works great for above mentioned browsers but i want to know that, does it work same for crawlers, spiders,....?
does it redirect them to our HTML pages?
if not what is the solution? or are there any better solution?
thanks







