Prerender Io Giving 404 Error
I created an angulerjs web application and set the SEO tags for each pages like Angularjs website not indexing on google My web application is hosted in IIS server. So I changed m
Solution 1:
I could solve this problem by changing Action type Rewrite to Redirect as follows.
<action type="Redirect" url="http://service.prerender.io/http://yourwebsite.com/{R:2}" />
Edited
But action type Redirect will effect to social sharing of your web site. So keep it as Rewrite and install Application Request Routing to the IIS server and enable proxy.
This would help to someone :)
Post a Comment for "Prerender Io Giving 404 Error"