@masters-ws/react-seo 1.4.1 → 1.4.3

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 +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Total Downloads](https://img.shields.io/npm/dt/@masters-ws/react-seo.svg?style=flat-square)](https://www.npmjs.com/package/@masters-ws/react-seo)
1
2
  # @masters-ws/react-seo
2
3
 
3
4
  Professional high-performance SEO package for React and Next.js. **Zero-dependency core** for Next.js App Router + optional Helmet components for universal React support.
@@ -1462,6 +1463,16 @@ interface SEOData {
1462
1463
 
1463
1464
  ---
1464
1465
 
1466
+ ## 💙 Affiliate Program
1467
+
1468
+ Love this package? Join the **Outrank Affiliate Program** and earn **30% lifetime recurring commission** on every referral!
1469
+
1470
+ 1. **Join here:** [Outrank Affiliate Program](https://outrank.so/?via=shadi)
1471
+ 2. **Earn:** 30% commission for the lifetime of the customer.
1472
+ 3. **Bonus:** Use coupon code **`SHADI`** for **10% off** on all payments within the first month for your friends.
1473
+
1474
+ ---
1475
+
1465
1476
  ## License
1466
1477
 
1467
1478
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masters-ws/react-seo",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
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",