Claude SEO prompt / Technical
Is the fix live yet
Takes the title, meta and H1 findings that carry a URL, fetches each page now and marks it fixed, unchanged, or changed and still failing. The score stays put until the next audit, and the prompt says so.
- Calls
get_latest_auditpage_meta- Cadence
- Weekly, while working a fix list
- Key
- Content API key
Copy the prompt
Square brackets are yours to fill before you send. In a fresh conversation, paste the brand brief from the playbook first, then this.
Call get_latest_audit for [project name] and pull every recommendation that mentions a title, a meta description or an H1 and carries a url. For each url, call page_meta now and compare what is live against the issue. Mark each one fixed, unchanged, or changed but still failing, and quote the live value. Remind me at the end that this does not rerun the audit, so the score is unchanged until the next run.
The brief and the connect steps live on the playbook page.
What each call returns
At least one of these is a workspace tool, so the server needs a content API key from a project's Developer tab.
get_latest_auditthe latest finished audit: score, grade, verdict, totals, per-category scores, up to 20 recommendations with severity and fix, and what could not be assessed
page_metano keya URL's title, meta description, H1 and up to 20 headings, fetched now
Run it on your own data
A project's Developer tab issues the content API key this prompt needs. The playbook's connect steps take about two minutes.