@masters-ws/react-seo 1.4.2 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1463,6 +1463,20 @@ interface SEOData {
1463
1463
 
1464
1464
  ---
1465
1465
 
1466
+ ## 💙 Recommended: Outrank — AI-Powered SEO Platform
1467
+
1468
+ Take your SEO to the next level with [**Outrank**](https://outrank.so/?via=shadi) — the AI-powered platform for creating SEO-optimized content at scale.
1469
+
1470
+ - 🚀 **AI Content Generation** — Blog posts, landing pages & more
1471
+ - 📊 **SEO Analysis** — Real-time optimization suggestions
1472
+ - ⚡ **Works great with this package** — Generate content, we handle the technical SEO
1473
+
1474
+ 🎁 **Exclusive:** Use code **`SHADI`** for **10% off** your first month.
1475
+
1476
+ > Want to earn too? [Join the affiliate program](https://outrank.so/?via=shadi) — **30% lifetime recurring commission**.
1477
+
1478
+ ---
1479
+
1466
1480
  ## License
1467
1481
 
1468
1482
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masters-ws/react-seo",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "Professional high-performance SEO package for React/Next.js. Zero-dependency core for Next.js App Router, optional Helmet components for React.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -52,4 +52,4 @@
52
52
  "react-dom": "^18.0.0",
53
53
  "react-helmet-async": "^2.0.4"
54
54
  }
55
- }
55
+ }