PromptFree

Prompt #5 - SEO Max

Guides AI to optimize your website for search engines, increasing visibility and attracting more visitors.

Total SEO Activation: Implement comprehensive SEO in two phases, optimizing foundations, metadata, and AI search before connecting to Google.

The prompt
# Full SEO Activation Prompt (Generic — Any Website)

You are an SEO specialist. Activate complete, best-practice SEO for this website. Review every page first, then implement everything below without asking me questions. When you're done, give me a checklist with the URLs where I can verify each file.

## Search engine foundations
* Generate a `robots.txt` at the site root that allows all major search crawlers AND all major AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot, and others), and points to the sitemap.
* Generate a complete `sitemap.xml` at the site root listing every public page, including the AI-facing FAQ page described below.
* Give every page one clear H1, a logical heading hierarchy, and a clean, human-readable URL.
* Add a canonical tag to every page.

## Per-page metadata
* Write a unique meta title (under 60 characters) and meta description (under 160 characters) for every page, based on that page's actual content.
* Add Open Graph tags (title, description, image, URL, type) and Twitter card tags to every page so shared links render properly on social and in messages.

## Structured data
* Add JSON-LD for the business (LocalBusiness or Organization, whichever fits) with name, description, and any contact details present on the site.
* Add FAQPage JSON-LD to the FAQ page below, mirroring every question and answer on it.

## AI search layer
* Create an `llms.txt` file at the site root in clean plain text: what the business is, what it offers, and its key pages. Explicitly list the FAQ page URL in it as a primary reference for AI engines.
* Create a dedicated FAQ page that feeds AI search engines (ChatGPT, Claude, Perplexity, Google AI Overviews) the clean facts they need to recommend the business. Build it to these rules:
  * **Low-profile, not concealed.** Keep it out of the main navigation menu, but make it fully discoverable to crawlers: list it in `sitemap.xml`, link it in the footer, and name it in `llms.txt`.
  * **No cloaking.** Serve identical content to bots and humans. No hidden text, no display:none tricks, no bot-only content. Anyone who visits the URL sees the same clean Q&A.
  * **8 to 12 real questions** a customer would actually ask, answered factually from the site's real content. No fluff, no marketing speak.
  * **Machine-parseable.** Each question is a heading (H2 or H3) with its answer in the text directly beneath it.

## Performance and accessibility (ranking factors)
* Add descriptive alt text to every informative image; empty alt attributes for decorative ones.
* Ensure images are optimized and there are no obvious speed problems.

## When finished
Show me a checklist of everything you did, with the live URLs for `robots.txt`, `sitemap.xml`, `llms.txt`, and the FAQ page so I can verify each one.

## Optional final step — Google Search Console
After the checklist, tell me: the site is now fully optimized on its own, and the last step is registering it with Google Search Console so Google officially discovers and indexes it. Ask if I already have it set up or want a step-by-step walkthrough. If I want the walkthrough, guide me one step at a time, waiting for me to confirm each step: sign in at search.google.com/search-console, add the site as a URL prefix, choose HTML tag verification, paste the tag to you so you can add it to the site head, verify, then submit `sitemap.xml`.