node-ajax-seo
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "node-ajax-seo", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "It deals with the most popular crawlers, redirecting them to static directory and serving fresh pages to human users.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
node-ajax-seo | ||
============= | ||
Simple node plugin that deals with the most popular crawlers (Google, Facebook, Twitter, Baidu, LinkedIn), redirecting them to static snapshots while serves fresh pages to human users. **It doesn't generate your snapshots, only routes.** For that sort of things we have [some other nice modules](https://www.github.com/ericzon/node-ajax-printer) ;-) | ||
Simple node plugin that deals with the most popular crawlers (Google, Facebook, Twitter, Baidu, LinkedIn), redirecting them to static snapshots while serves fresh pages to human users. **It doesn't generate your snapshots, only routes.** For that sort of things we have [other nice modules](https://www.github.com/ericzon/node-ajax-snapshot) ;-) | ||
@@ -123,3 +123,3 @@ [npmjs page](https://www.npmjs.com/package/node-ajax-seo) | ||
* Connect with [node-ajax-printer](https://www.github.com/ericzon/node-ajax-printer) (WIP). | ||
* Connect with [node-ajax-snapshot](https://www.github.com/ericzon/node-ajax-snapshot) (WIP). | ||
10381