Janith Widarshana
Janith Widarshana

Reputation: 3483

Configure prerender io for Angularjs app running on IIS

I have developed a angular js web app and hosted in the IIS server. My web app developed only by using javascript, css and html. But the problem is my web pages are not crawlers on the Google search. I have set the meta tags using javascript for each pages.

Can any one please explain me how to configure prerender middleware for IIS hosted web site.

Upvotes: 1

Views: 1981

Answers (1)

Grant
Grant

Reputation: 447

You're going to want to use Prerender to cache your pages on its website, it caches html snapshots and then sends those to google for google to use during SEO, now, you say you've already got your meta tags done on each page, this means you can go right ahead and get prerender set up for angular, I'd recommend this awesome tutorial scotch made on getting setup with prerender while using angularJS.

Upvotes: 0

Related Questions