Skip to content

a1local/adpages-webflow-schema-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdPages Schema Helper for Webflow

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.

What It Does

  • Generates a copyable LocalBusiness JSON-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.

Structure

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.

Local Checks

npm --prefix integrations/webflow/adpages-schema-helper run check
npm --prefix integrations/webflow/adpages-schema-helper run smoke

Webflow Development Notes

Webflow 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:

  1. Confirm final app name, icon, support URL, privacy URL, and publisher account.
  2. Decide whether this remains a static snippet helper or grows into a real Webflow API app.
  3. If API access is added later, request only the narrow scopes required for inserting custom code or reading the current page.
  4. Add screenshots and a marketplace listing that describes the app as a local SEO snippet helper, not a policy or ranking guarantee.
  5. Bundle with the Webflow CLI and test inside a development Webflow workspace.

Limitations

  • 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.

Publisher

Built by AdPages from A1 Local as a free, dependency-light resource for local-service marketers, web designers, and small business site owners.

About

Webflow local schema helper starter for LocalBusiness JSON-LD, UTM URLs, and metadata QA.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors