@paragraphcms/seo 0.2.1 → 0.2.2
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 +5 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
# @paragraphcms/seo
|
|
2
2
|
|
|
3
|
+
|
|
3
4
|
SEO document generators for Paragraph CMS sites.
|
|
4
5
|
|
|
6
|
+
<p align="center">
|
|
7
|
+
<img src="./assets/paragraphcms-seo-hero.jpg" alt="@paragraphcms/seo" />
|
|
8
|
+
</p>
|
|
9
|
+
|
|
5
10
|
`@paragraphcms/seo` builds `robots.txt`, `sitemap.xml`, `rss.xml`, and `llms.txt` from a single `Client` instance from `@paragraphcms/client` plus your route definitions.
|
|
6
11
|
|
|
7
12
|
## Install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paragraphcms/seo",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "SEO document generators for Paragraph CMS sites.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Paragraph CMS",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"robots"
|
|
39
39
|
],
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@paragraphcms/client": "
|
|
41
|
+
"@paragraphcms/client": "4.1.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@paragraphcms/client": "
|
|
44
|
+
"@paragraphcms/client": "4.1.0",
|
|
45
45
|
"typescript": "^5.9.3"
|
|
46
46
|
}
|
|
47
47
|
}
|