A static Webflow Designer Extension starter for local-service builders who need copy-ready snippets while building a Webflow site.
The helper runs entirely in the Designer extension panel. It does not implement OAuth, request Webflow API access, call external services, or store secrets.
- Generates a copyable
LocalBusinessJSON-LD snippet for Webflow page settings or custom code embeds. - Creates lightweight OG/meta checklist notes for title, description, canonical, social image, H1, and local trust signals.
- Builds UTM-tagged URLs for Webflow buttons, nav links, and campaign CTAs.
integrations/webflow/adpages-schema-helper/
package.json
webflow.json
README.md
src/
index.html
app.js
webflow.json points Webflow at src as the extension public directory. The HTML uses only relative local assets, matching Webflow Designer Extension packaging expectations.
npm --prefix integrations/webflow/adpages-schema-helper run check
npm --prefix integrations/webflow/adpages-schema-helper run smokeWebflow recommends initializing and bundling Designer Extensions with the Webflow CLI. This scaffold is intentionally minimal so it can be imported into a CLI-generated app later or bundled after the final Webflow app identity is chosen.
Expected next steps:
- Confirm final app name, icon, support URL, privacy URL, and publisher account.
- Decide whether this remains a static snippet helper or grows into a real Webflow API app.
- If API access is added later, request only the narrow scopes required for inserting custom code or reading the current page.
- Add screenshots and a marketplace listing that describes the app as a local SEO snippet helper, not a policy or ranking guarantee.
- Bundle with the Webflow CLI and test inside a development Webflow workspace.
- This starter does not insert code into Webflow pages automatically.
- It does not validate live schema.org output or Google Search eligibility.
- It does not test whether Webflow page settings are already configured correctly.
- UTM generation is a string helper only; it does not provide analytics or attribution storage.
- Meta checklist feedback is heuristic and should be reviewed before client delivery.
Built by AdPages from A1 Local as a free, dependency-light resource for local-service marketers, web designers, and small business site owners.