node-ajax-seo
Advanced tools
Comparing version 1.0.3 to 1.2.1
@@ -0,1 +1,5 @@ | ||
## 1.2.1 (2015-11-30) | ||
Add Flipboard to crawler set. | ||
## 1.2.0 (2015-01-14) | ||
@@ -2,0 +6,0 @@ |
@@ -38,3 +38,3 @@ | ||
var fragment = req.query._escaped_fragment_; | ||
var crawlers = ['FacebookExternalHit', 'Twitterbot', 'Pinterest', 'Baiduspider', 'LinkedInBot']; | ||
var crawlers = ['FacebookExternalHit', 'Twitterbot', 'Pinterest', 'Baiduspider', 'LinkedInBot', 'FlipboardProxy']; | ||
@@ -41,0 +41,0 @@ // google crawler checking |
{ | ||
"name": "node-ajax-seo", | ||
"version": "1.0.3", | ||
"version": "1.2.1", | ||
"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
10457