π¦ ClawHub
Webflow SEO/GEO + API
by @jchopard69
Manage SEO and GEO content updates in Webflow by prioritizing with GSC, drafting content, creating patch JSONs, updating CMS via API, optimizing images and S...
TERMINAL
clawhub install webflow-seo-geoπ About This Skill
name: webflow-seo-geo description: End-to-end workflow for SEO/GEO content updates in Webflow: prioritize via GSC, draft/refresh content, create patch JSONs, update Webflow CMS via API, set images/alt/SEO, publish, and handle technical SEO fixes (canonical domain, redirects). Use for blog/service SEO refreshes and GEO/location page optimization.
Webflow SEO/GEO
Quick start (default workflow)
1) Prioritize: Use GSC exports + site plan docs. 2) Draft: Create/refresh copy (human tone, clear intent, strong CTA). Avoid AI-isms. 3) Patch JSON: Write Webflow item payloads in a local/out/ folder.
4) Publish via API: POST new items or PATCH existing items, then publish.
5) Images/alt/SEO: Set image-de-couverture, image---alt-text, meta description/title.
6) Tech checks: Canonical domain, redirects, sitemap status, GSC property.Where to look first
/webflow_items/)/out/ folderWebflow API (v2) β usage pattern
UseWEBFLOW_API_TOKEN env var.
POST /v2/collections/{collection_id}/itemsPATCH /v2/collections/{collection_id}/items/{item_id}POST /v2/collections/{collection_id}/items/publish with itemIdsGET /v2/collections/{collection_id}/items (paginate)Collection IDs
Important fields
name, slug, contenu-de-l-article, seo---meta-descriptionimage-de-couverture (object: fileId/url/alt)image---alt-textdate-de-redaction, categorieContent guidelines
GEO / Local pages
Technical SEO quick wins
Canonical domain (www vs nonβwww)
Sitemap
https://yourdomain.tld/sitemap.xmlrobots.txt contains the sitemap URLWhen to read references
references/webflow_api.mdreferences/seo_copy_patterns.mdreferences/patch_templates.md