Skip to content

krunalg/seo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Seo Server is a command line tool a nodejs server that allows Crawlers or Bots to crawl your heavily Javascript built websites.

Getting started

  • 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

Credits

This code is based on a tutorial by Thomas Davis and on https://github.com/moviepilot/seoserver

About

SEO Server built with NodeJS and PhantomJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published