Skip to main content

Webflow

Site ID: 669e9035529a7f101e149eca
Site Name: Pacing.Agency
Domain: www.pacing.agency

Purpose: Primary site CMS and front-end for marketing pages; houses collections for Services, Case Studies, Tools, Blog, etc.

Current use​

  • Collections and fields documented in architecture (services, case studies, tools, sub-services, FAQs, blog, processes, testimonials, clients).
  • Webflow hosts the public site; embeds GTM loader (via Stape) and custom form scripts for _c_pca.
  • Webflow Ecommerce detected; confirm scope.

CMS Collections​

Comprehensive documentation for all CMS collections is available in the workspace. This includes:

  • Tone of voice guidelines for each collection
  • Content types and usage patterns
  • Keyword optimization strategies
  • To-do lists for content maintenance
  • Cross-collection linking strategies

Main Collections​

CollectionIDSlugPurpose
Services676058e3b03e90853d8d8cebservicesMain service offerings
Sub-Services682b1fbd6c6612118937bd6esub-servicesDetailed service breakdowns
Case Studies68763c05b86dd4610d8d02b5case-studiesClient project showcases
Blog Posts669e9035529a7f101e149f62postBlog content
Tools6846f16677c2090f3a234e1etoolsMarketing tools documentation
FAQs682b4ac67f18d4b67ac2573bfaqsCommon questions
Testimonials68f8b252cedf970a559665ddtestimonialsClient feedback
Clients68763c19276771c33e72e281clientsClient logos and info
Processes68d1c1156a3f8fbcca06ca01processWorking methodologies
Landing Pages6904dcb47ebff962cc495004lp1Campaign landing pages
Contact LP1s69121374a47442d74f41201bc-lp1Contact-focused pages
Callouts691214529959af0aee59ca74calloutsReusable CTA snippets

MCP Tools and Automation​

Webflow MCP (Model Context Protocol) prompts for automating common tasks with Cursor AI. See Webflow MCP Prompts for full documentation and usage instructions.

Available MCP Prompts​

  1. SEO Metadata Auditor - Audit and optimise SEO metadata across pages
  2. Keyword Optimizer - Optimise content for target keywords
  3. Link Auditor And Fixer - Find and fix broken/insecure links
  4. Variables Refactor - Migrate styles to use variables
  5. Breakpoint Style Migrator - Move styles between breakpoints
  6. Breakpoint Styles Updater - Update styles across all breakpoints
  7. Slider Builder - Build interactive sliders with Swiper.js

Prompt files are downloadable from the Webflow MCP Prompts page.

API Access​

API Key: Stored in the root .env file as WEBFLOW_API_KEY (read-only). Provides access to all sites in the account.

Note: Never commit API tokens to version control.

Permissions: Read-only access to Assets, CMS, Comments, Components, Forms, Pages, Sites, Site activity, and site config.

Backup and Export Scripts​

Automated Python scripts for backing up and exporting Webflow data. See Webflow Scripts for full documentation.

  • backup_cms.py: Backs up all CMS collections and items to timestamped JSON files
  • scrape_all_data.py: Comprehensive data scraper for all available endpoints (pages, assets, forms, components, comments, etc.)
  • import_cms.py: Import script for restoring CMS data (requires write permissions, currently read-only)
  • setup.sh: Setup script to install the webflow Python library

Requirements:

  • Python 3.7+
  • Webflow Python library (pip install webflow or run setup.sh)

See Webflow Scripts for script documentation and usage.

Resources​

Dependencies​

  • GTM web container, Termly CMP, form helper scripts.
  • OpnForm embeds and native Webflow forms rely on hidden field population.

n8n Automations​

Automatic Cache Clearing on Publish​

Webflow publish events trigger automatic Cloudflare cache clearing via n8n workflows:

SiteWorkflow IDWebhook PathPurpose
Pacing WebsiteN11idwXDFWNwGYDh327a6ca0-16d8-4a75-9cad-688bd6a3736cClears Cloudflare cache on publish
TTL WebsiteKowT1FqN6Xk6UoRE(TTL webhook)Clears Cloudflare cache on publish
HML WebsitelQvLaJJihWpebP6c(HML webhook)Clears Cloudflare cache on publish

Setup:

  • Webflow webhooks configured to trigger n8n workflows on site publish
  • Workflows automatically purge Cloudflare cache to ensure fresh content is served
  • No manual intervention required after initial setup

Benefits:

  • Immediate cache invalidation after content updates
  • Ensures visitors see latest content without waiting for cache expiry
  • Automated process reduces manual cache management

See n8n for complete workflow documentation and Cloudflare for cache clearing details.

Content Guidelines​

Tone of Voice (Universal)​

  • Direct and Conversational: Clear, straightforward language without fluff
  • Results-Focused: Emphasise measurable outcomes and ROI
  • Confident but Not Boastful: Expertise shown through results, not claims
  • Problem-Solution Oriented: Address real business challenges first
  • Human-Centric: Focus on making clients' lives easier

Writing Style Rules​

  • British English spellings throughout (realise, analyse, optimise, colour, etc.)
  • NO EM DASHES - use commas, periods, or parentheses instead
  • Active voice and direct language
  • Short paragraphs (2-3 sentences maximum)
  • Natural keyword integration - avoid keyword stuffing
  • Specific, measurable results (percentages, numbers, timeframes)
  • Internal links to relevant services, tools, and case studies naturally integrated

Detailed per-collection guidelines are documented in the workspace CMS Collections document.

Snippets & Reusable Patterns​

Small HTML embeds and page-level scripts for Webflow. Full docs in the Webflow Snippets & Hacks section.

SnippetDescriptionDocs
Back ButtonBrowser history navigation via a single onclick embed.Back Button
Scroll to TopFixed button that appears on scroll and returns to page top.Scroll to Top
Active Nav HighlightAdds w--current to nav links matching the current URL.Active Nav Highlight
Form Disable on SubmitDisables the submit button on first click to prevent double-submissions.Form Disable on Submit
Reading TimeEstimates reading time from CMS rich text word count.Reading Time
External Link TreatmentAuto-adds target="_blank" and rel="noopener noreferrer" to outbound links.External Links
Text HighlightingCMS-driven word/phrase highlighting in headings via a pipe-delimited field.Text Highlighting
Swiper CarouselHorizontally scrollable card carousel with numbered pagination bullets.Swiper Carousel
Cal.com Multi-WidgetSingle script managing all Cal.com booking pop-ups via a shared singleton modal.Third-Party Embeds & Tracking

TODO​

  • Verify all sections are managed in Webflow CMS (blog, marketing, ecommerce).
  • Document publish workflow and environments.
  • Map Webflow fields to tracking/dataLayer needs (form IDs, classes).
  • Complete CMS collection content audits (see workspace CMS Collections documentation for to-do lists).
  • Run SEO metadata audit using MCP tools.
  • Optimise keywords across all collections.
  • Audit and fix broken links.