@masters-ws/react-seo 1.5.2 → 1.5.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -299,11 +299,11 @@ export default function Page() {
|
|
|
299
299
|
|
|
300
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
|
-
🚀 **Get Started:** [
|
|
302
|
+
🚀 **Get Started:** [outrank.so](https://outrank.so/?via=shadi)
|
|
303
303
|
🎁 **Exclusive:** Use code **`SHADI`** for **10% off** your first month.
|
|
304
304
|
|
|
305
305
|
---
|
|
306
306
|
|
|
307
307
|
## License
|
|
308
308
|
|
|
309
|
-
MIT
|
|
309
|
+
MIT © [Shadi Shammaa](https://github.com/shammaa)
|
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.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",
|