# Tool: Create Prompt for Technical SEO Site Audit

> Generates prompts for parsing Google Search Console error logs, canonical tag conflicts, crawl budget waste, and Core Web Vitals performance issues into actionable engineering tickets.

**Category**: prompts-writer | **Target AI Models**: Gemini 3.1 Pro, GPT-4o

## Domain Parameters:
- `auditFocus` (select): Audit Focus Area (Default: "Indexability")
- `devJiraTickets` (toggle): Format Output as Developer Jira Tickets (Default: "true")
- `severityScoring` (toggle): Severity Impact Prioritization (Default: "true")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "create-prompt-for-technical-seo-site-audit",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
