---
spec_name: "Webflow Claude Connector Prompts"
version: 1.0
description: "A set of prompts to manage a Webflow site via the native Claude Connector."
author: "Mike Kwal"
---

## Overview

This spec provides three production-ready prompts for use with the Webflow Claude Connector in Claude Desktop. These commands automate common agency tasks like SEO audits, bulk content updates, and design system maintenance.

To use, first connect your Webflow account in Claude Desktop settings under 'Integrations'. Once connected, you can use these prompts in any conversation.

--- 

## Prompt 1: Bulk SEO Audit

This prompt scans an entire Webflow site for common on-page SEO issues and outputs a clean, actionable table.

```
Connect to my Webflow site. Scan all published CMS pages and identify any pages missing a meta description or with a Page Title under 10 characters. Output a table with three columns: Page Name, Missing Element, and Suggested Fix.
```

--- 

## Prompt 2: CMS Content Update

This prompt performs a bulk update on multiple CMS items at once, saving significant manual effort.

```
Connect to my Webflow site. For the following 5 blog post slugs, update the 'summary' field to be a single, 150-character sentence that ends with a question.

Slugs:
- /blog/post-one
- /blog/post-two
- /blog/post-three
- /blog/post-four
- /blog/post-five
```

---

## Prompt 3: Design System Cleanup

This prompt helps maintain design consistency by finding and flagging deprecated CSS classes for replacement.

```
Connect to my Webflow site. Identify every instance of the CSS class `old-button-style-deprecated` used across the site. List the pages where this class is found. Then, suggest a plan to replace it with the correct design system class `button-primary-v2`.
```