Skip to content

Commit 30af880

Browse files
bpamiriclaude
andauthored
Add wheels-seo-suite v2.0.0 (#4)
Complete SEO solution for Wheels 4.x. Meta tags, Open Graph, Twitter Cards, canonical URLs, XML sitemaps, robots.txt, and an in-page debug/ admin panel. Mixes into the controller target (covers views as well). Depends on wheels-dev/wheels-seo-suite#3 landing + v2.0.0 tag before the mirror workflow can fill in tarball + sha256. Refs wheels-dev/wheels#2267. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e67c839 commit 30af880

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# wheels-seo-suite
2+
3+
Complete SEO solution for Wheels apps. Meta tags, Open Graph, Twitter Cards, canonical URLs, XML sitemaps, robots.txt, and an in-page debug/admin panel. Mixes into controllers (and views).
4+
5+
- **Source:** https://github.com/wheels-dev/wheels-seo-suite
6+
- **License:** MIT
7+
- **Wheels:** >= 4.0
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "wheels-seo-suite",
3+
"description": "Complete SEO solution for Wheels apps — meta tags, Open Graph, Twitter Cards, canonical URLs, XML sitemaps, robots.txt, and an in-page debug/admin panel.",
4+
"homepage": "https://github.com/wheels-dev/wheels-seo-suite",
5+
"documentation": "https://wheels.dev/packages/wheels-seo-suite",
6+
"license": "MIT",
7+
"maintainers": [
8+
"@bpamiri"
9+
],
10+
"tags": [
11+
"seo",
12+
"meta-tags",
13+
"open-graph",
14+
"sitemap",
15+
"canonical",
16+
"robots"
17+
],
18+
"source": {
19+
"type": "github",
20+
"repo": "wheels-dev/wheels-seo-suite"
21+
},
22+
"versions": [
23+
{
24+
"version": "2.0.0",
25+
"publishedAt": "2026-04-24T00:00:00Z",
26+
"wheelsVersion": ">=4.0",
27+
"sourceTag": "v2.0.0",
28+
"tarball": null,
29+
"sha256": null
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)