node-ajax-seo
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,5 @@ | ||
## 1.2.2 (2015-12-02) | ||
Add Whatsapp to crawler whitelist. | ||
## 1.2.1 (2015-11-30) | ||
@@ -17,3 +21,3 @@ | ||
## 0.1.0 (2015-01-13) | ||
## 0.1.0 (2015-01-13) | ||
@@ -25,2 +29,1 @@ Add basic Readme.md and first lib version. | ||
Initial commit with contributors. | ||
Eric Lara <ericzon@gmail.com> | ||
Santi P�rez <santiperezfernandez@gmail.com> | ||
Santi Pérez <santiperezfernandez@gmail.com> |
@@ -38,3 +38,3 @@ | ||
var fragment = req.query._escaped_fragment_; | ||
var crawlers = ['FacebookExternalHit', 'Twitterbot', 'Pinterest', 'Baiduspider', 'LinkedInBot', 'FlipboardProxy']; | ||
var crawlers = ['FacebookExternalHit', 'Twitterbot', 'Pinterest', 'Baiduspider', 'LinkedInBot', 'FlipboardProxy', 'WhatsApp']; | ||
@@ -41,0 +41,0 @@ // google crawler checking |
{ | ||
"name": "node-ajax-seo", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10530