{
  "version": "1.0",
  "site": "https://linkarchitect.in",
  "actions": [
    {
      "id": "submit-seo-audit-brief",
      "name": "Submit SEO Audit Brief",
      "description": "Submit a website link-building brief and request a private SEO/DR audit. LinkArchitect will review the domain metrics, budget range, and objectives, and reply with custom link-building opportunities within 24 hours.",
      "method": "declarative",
      "url": "/contact",
      "schema": {
        "type": "object",
        "properties": {
          "website": {
            "type": "string",
            "format": "uri",
            "description": "The absolute URL of the website to be audited (e.g., https://example.com)."
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "The business email address to receive the audit and follow-up communication."
          },
          "dr": {
            "type": "integer",
            "minimum": 0,
            "maximum": 100,
            "description": "The current Ahrefs Domain Rating (DR) of the website (optional)."
          },
          "phone": {
            "type": "string",
            "description": "Contact phone number including country code (optional)."
          },
          "linkedin": {
            "type": "string",
            "format": "uri",
            "description": "The URL of the contact person's personal or company LinkedIn profile (optional)."
          },
          "budget": {
            "type": "string",
            "enum": ["$2,500–$5,500 /mo (Foundation)", "$5,500–$11,000 /mo (Authority)", "$11,000+ /mo (Scale)"],
            "description": "The monthly SEO/link-building budget range."
          },
          "goal": {
            "type": "string",
            "description": "Brief description of the primary B2B or SaaS link-building goals in 1-2 sentences."
          }
        },
        "required": ["website", "email", "budget", "goal"]
      }
    }
  ]
}
