Seo Server is a command line tool a nodejs server that allows Crawlers or Bots to crawl your heavily Javascript built websites.
-
Edit configuration file
lib/config.js
file with required parameters. -
Install npm dependencies
npm install
-
Install PhantomJS
npm install -g phantomjs
-
Install Forever
npm install -g forever
Forever Help -
Start Server
forever start src/run-seoserver
-
It will start server on default port configured on configurations
lib/config.js
-
Test output with
curl -v http://localhost:3000
This code is based on a tutorial by Thomas Davis and on https://github.com/moviepilot/seoserver