Skip to content

Commit 91a5923

Browse files
PAMulliganclaude
andcommitted
docs: Add Chrome Web Store listing and launch social posts
Add documentation for Chrome Web Store submission and launch day marketing materials including LinkedIn, Reddit, Twitter, and Webflow Community posts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5143e89 commit 91a5923

2 files changed

Lines changed: 256 additions & 0 deletions

File tree

docs/chrome-web-store-listing.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Chrome Web Store Listing
2+
3+
## Extension Name
4+
5+
AI SEO Copilot
6+
7+
## Short Description
8+
9+
Analyze any page's SEO and get an instant score with AI-powered title, meta description, and alt text recommendations.
10+
11+
## Category
12+
13+
Productivity
14+
15+
## Detailed Description
16+
17+
AI SEO Copilot analyzes any web page for SEO issues and gives you a clear score with actionable recommendations — powered by AI.
18+
19+
Enter your target keyword, click "Optimize my SEO," and instantly see what's working and what needs improvement across your titles, meta descriptions, headings, images, links, structured data, and more. Each check is labeled by priority (High, Medium) so you know exactly where to focus first.
20+
21+
**FEATURES**
22+
23+
— Instant SEO scoring: Get a visual score from 0–100 with a clear breakdown of passed checks vs. items to improve.
24+
25+
— Keyword optimization tracking: See how your target keyword is used across your title, meta description, headings, URL, image alt text, and body content.
26+
27+
— AI-powered recommendations: Connect your own OpenAI API key and get one-click suggested titles, meta descriptions, and alt text tailored to your page content and keyword. Uses GPT-4o-mini so each request costs fractions of a cent.
28+
29+
— Advanced Analysis mode: Toggle on page-type-aware analysis (Homepage, Blog Post, Product Page, etc.) for smarter, context-specific recommendations.
30+
31+
— Priority-labeled checks: Every issue is tagged High Priority or Medium so you can work through fixes in the right order.
32+
33+
— One-click copy: Copy any AI suggestion straight to your clipboard.
34+
35+
— Detailed check categories: Meta Tags, Headings, Images, Links, Content Quality, Structured Data (JSON-LD), Open Graph, and Twitter Cards.
36+
37+
— Works on any website: Analyze any live page in your browser — not limited to any specific platform.
38+
39+
— Side panel UI: Runs neatly in Chrome's side panel so you can see recommendations alongside the page you're optimizing.
40+
41+
**PRIVACY FIRST**
42+
43+
All analysis happens locally in your browser. No data is sent to our servers. Your OpenAI API key is stored in local Chrome storage and only used for direct calls from your browser to OpenAI's API. No accounts, no tracking, no cookies, no analytics.
44+
45+
Full privacy policy: https://github.com/die-Manufaktur/AISEOC-Chrome-Extension/blob/main/app/PRIVACY_POLICY.md
46+
47+
**FREE & OPEN SOURCE**
48+
49+
AI SEO Copilot is completely free to use and open source. View the source code, report issues, or contribute on GitHub:
50+
https://github.com/die-Manufaktur/AISEOC-Chrome-Extension
51+
52+
## Privacy Policy URL
53+
54+
https://github.com/die-Manufaktur/AISEOC-Chrome-Extension/blob/main/app/PRIVACY_POLICY.md
55+
56+
## Website
57+
58+
https://ai-seo-copilot.webflow.io/

docs/launch-social-posts.md

Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
# Launch Day Social Media Posts
2+
3+
## LinkedIn
4+
5+
### Post 1 — Announcement
6+
7+
I just shipped my first Chrome extension: AI SEO Copilot.
8+
9+
It analyzes any web page for SEO issues and gives you a score from 0–100 with actionable recommendations. Enter your target keyword, and it shows you exactly what's working and what needs fixing across titles, meta descriptions, headings, images, links, structured data, and more.
10+
11+
The AI part: connect your own OpenAI API key and get one-click suggested titles, meta descriptions, and alt text — tailored to your page content. Uses GPT-4o-mini, so each request costs fractions of a cent.
12+
13+
Built this because I got tired of switching between multiple SEO tools that either cost too much or required accounts just to see basic recommendations.
14+
15+
It's free, open source, and privacy-first — all analysis happens locally in your browser.
16+
17+
[Chrome Web Store link]
18+
19+
---
20+
21+
### Post 2 — Behind the Build
22+
23+
Shipped something new today: AI SEO Copilot, a free Chrome extension for on-page SEO analysis.
24+
25+
What it does:
26+
• Instant SEO score (0–100) with priority-labeled issues
27+
• Keyword tracking across title, meta, headings, URL, alt text, and content
28+
• AI-powered suggestions for titles, meta descriptions, and alt text (bring your own OpenAI key)
29+
• Works on any website — runs in Chrome's side panel
30+
31+
What made this project different:
32+
• Privacy-first: no accounts, no tracking, no data sent anywhere
33+
• Open source: MIT licensed, contributions welcome
34+
• Built with React + TypeScript + Vite as a Chrome extension
35+
36+
If you work with SEO or just want to improve your site's search visibility, give it a try and let me know what you think.
37+
38+
[Chrome Web Store link]
39+
40+
---
41+
42+
## Reddit
43+
44+
### r/SEO
45+
46+
**Title:** I built a free, open-source Chrome extension for on-page SEO analysis — AI SEO Copilot
47+
48+
**Body:**
49+
50+
Hey r/SEO,
51+
52+
I built a Chrome extension that analyzes any web page for SEO issues and gives you a score from 0–100 with actionable recommendations.
53+
54+
**What it does:**
55+
- Enter your target keyword and click "Optimize my SEO"
56+
- See how your keyword is used across title, meta description, headings, URL, image alt text, and body content
57+
- Get a breakdown of passed checks vs. items to improve
58+
- Every issue is labeled High Priority or Medium so you know where to focus
59+
60+
**AI features (optional):**
61+
- Connect your own OpenAI API key
62+
- Get one-click suggested titles, meta descriptions, and alt text
63+
- Uses GPT-4o-mini — each request costs fractions of a cent
64+
65+
**Categories it checks:**
66+
Meta Tags, Headings, Images, Links, Content Quality, Structured Data (JSON-LD), Open Graph, and Twitter Cards
67+
68+
**Privacy:**
69+
All analysis happens locally in your browser. No accounts, no tracking, no data sent to any server. Your API key stays in local Chrome storage.
70+
71+
It's completely free and open source (MIT license).
72+
73+
[Chrome Web Store link]
74+
75+
GitHub: https://github.com/die-Manufaktur/AISEOC-Chrome-Extension
76+
77+
Would love feedback from this community — what checks would you want to see added?
78+
79+
---
80+
81+
### r/webflow
82+
83+
**Title:** Free Chrome extension for SEO analysis — works great with Webflow sites
84+
85+
**Body:**
86+
87+
Hey Webflow community,
88+
89+
I built a Chrome extension called AI SEO Copilot that I've been using to optimize my Webflow projects. Thought I'd share it here since it's free and might be useful for others.
90+
91+
**What it does:**
92+
- Analyzes any page for SEO issues and gives you a 0–100 score
93+
- Enter your target keyword and see how it's used across your title, meta description, headings, URL, and content
94+
- Checks meta tags, Open Graph, Twitter Cards, structured data, image alt text, and more
95+
- Issues are labeled by priority so you know what to fix first
96+
97+
**AI features:**
98+
- Connect your own OpenAI API key (optional)
99+
- Get suggested titles, meta descriptions, and alt text with one click
100+
- Uses GPT-4o-mini — costs almost nothing per request
101+
102+
Runs in Chrome's side panel, so you can see recommendations while viewing your live Webflow page.
103+
104+
All analysis happens locally — no accounts, no tracking.
105+
106+
[Chrome Web Store link]
107+
108+
It's open source if anyone wants to check out the code or contribute: https://github.com/die-Manufaktur/AISEOC-Chrome-Extension
109+
110+
---
111+
112+
### r/SideProject
113+
114+
**Title:** I shipped my first Chrome extension — AI SEO Copilot (free, open source)
115+
116+
**Body:**
117+
118+
Just launched AI SEO Copilot on the Chrome Web Store.
119+
120+
**The problem:** I was tired of using multiple SEO tools that either required paid accounts or sent my data to their servers just to get basic on-page recommendations.
121+
122+
**The solution:** A Chrome extension that:
123+
- Analyzes any web page for SEO issues
124+
- Gives you a 0–100 score with priority-labeled recommendations
125+
- Runs entirely in your browser (no data sent anywhere)
126+
- Optionally connects to OpenAI for AI-generated title, meta description, and alt text suggestions (bring your own API key)
127+
128+
**Tech stack:**
129+
- React + TypeScript
130+
- Vite for building
131+
- Chrome Extension Manifest V3
132+
- Vitest for testing
133+
134+
**What I learned:**
135+
- Chrome extension development has some quirks with content scripts and side panels
136+
- Building something privacy-first actually simplifies a lot of decisions
137+
- Shipping is the hardest part
138+
139+
It's MIT licensed and open source: https://github.com/die-Manufaktur/AISEOC-Chrome-Extension
140+
141+
[Chrome Web Store link]
142+
143+
Would love feedback — what features would make this more useful for you?
144+
145+
---
146+
147+
## Twitter/X
148+
149+
🚀 Just shipped AI SEO Copilot — a free Chrome extension for on-page SEO analysis.
150+
151+
Enter your keyword, get a 0–100 score, and see exactly what to fix across titles, meta, headings, images, and structured data.
152+
153+
AI-powered suggestions (bring your own OpenAI key). Privacy-first. Open source.
154+
155+
[Chrome Web Store link]
156+
157+
---
158+
159+
## Webflow Community
160+
161+
**Title:** Free Chrome Extension for SEO Analysis — AI SEO Copilot
162+
163+
**Body:**
164+
165+
Hey everyone,
166+
167+
I built a Chrome extension that I've been using alongside my Webflow projects and wanted to share it with the community.
168+
169+
**AI SEO Copilot** analyzes any web page for SEO issues and gives you a clear score with actionable recommendations.
170+
171+
**How it works:**
172+
1. Open any page (including your published Webflow site)
173+
2. Enter your target keyword
174+
3. Click "Optimize my SEO"
175+
4. Get a 0–100 score with a breakdown of what's working and what needs improvement
176+
177+
**What it checks:**
178+
- Meta tags (title, description)
179+
- Headings (H1, H2 structure)
180+
- Images (alt text, optimization)
181+
- Links (internal, external, broken)
182+
- Content quality
183+
- Structured data (JSON-LD)
184+
- Open Graph and Twitter Cards
185+
186+
**AI features (optional):**
187+
Connect your own OpenAI API key and get one-click suggestions for titles, meta descriptions, and image alt text. Uses GPT-4o-mini, so each request costs almost nothing.
188+
189+
**Privacy:**
190+
All analysis runs locally in your browser. No accounts, no tracking, no data sent anywhere.
191+
192+
It's completely free and open source.
193+
194+
[Chrome Web Store link]
195+
196+
GitHub: https://github.com/die-Manufaktur/AISEOC-Chrome-Extension
197+
198+
I'd love to hear what SEO checks would be most useful for Webflow users specifically. Happy to add features based on feedback!

0 commit comments

Comments
 (0)