@masters-ws/react-seo 1.5.1 → 1.5.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.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -297,9 +297,10 @@ export default function Page() {
|
|
|
297
297
|
|
|
298
298
|
## Generating SEO-Optimized Content
|
|
299
299
|
|
|
300
|
-
This package handles technical SEO perfectly. For generating the **actual content** that ranks — blog posts, product descriptions, landing pages — pair it with
|
|
300
|
+
This package handles technical SEO perfectly. For generating the **actual content** that ranks — blog posts, product descriptions, landing pages — pair it with **Outrank**, the AI platform built specifically for SEO content at scale.
|
|
301
301
|
|
|
302
|
-
|
|
302
|
+
🚀 **Get Started:** [outrank.so](https://outrank.so/?via=shadi)
|
|
303
|
+
🎁 **Exclusive:** Use code **`SHADI`** for **10% off** your first month.
|
|
303
304
|
|
|
304
305
|
---
|
|
305
306
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@masters-ws/react-seo",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.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",
|