{
  "$schema": "https://github.com/agent-permissions/spec/schema.json",
  "version": "0.1",
  "site": {
    "name": "LogoImpress",
    "url": "https://www.logoimpress.com",
    "description": "Viral UGC marketing marketplace connecting short-form video creators with brands through native logo, GIF, and pinned-link placements paid per verified view or click.",
    "contact": "support@logoimpress.com"
  },
  "references": {
    "llms_txt": "https://www.logoimpress.com/llms.txt",
    "llms_full_txt": "https://www.logoimpress.com/llms-full.txt",
    "ai_txt": "https://www.logoimpress.com/ai.txt",
    "robots_txt": "https://www.logoimpress.com/robots.txt",
    "sitemap": "https://www.logoimpress.com/sitemap.xml"
  },
  "agents": [
    {
      "match": "*",
      "rules": [
        {
          "paths": ["/*"],
          "verbs_allowed": ["read_content"],
          "verbs_denied": ["submit_form", "click_element", "play_media"],
          "rate_limit": {
            "requests_per_minute": 60,
            "concurrent": 4
          }
        },
        {
          "paths": ["/api/*", "/_next/*", "/admin/*"],
          "verbs_allowed": [],
          "verbs_denied": ["read_content", "submit_form", "click_element"]
        }
      ]
    }
  ],
  "preferred_formats": [
    {
      "type": "text/markdown",
      "description": "Clean Markdown alternatives are served at <page>.md (e.g. /creators.md, /brands.md, /about.md, /index.md). Prefer these over HTML for content extraction.",
      "examples": [
        "https://www.logoimpress.com/index.md",
        "https://www.logoimpress.com/creators.md",
        "https://www.logoimpress.com/brands.md",
        "https://www.logoimpress.com/about.md",
        "https://www.logoimpress.com/contact.md"
      ]
    },
    {
      "type": "application/ld+json",
      "description": "Every page emits Organization, WebSite, Service, AboutPage, ContactPage, WebPage, and FAQPage schema.org JSON-LD. Use these for entity resolution and structured citation."
    }
  ],
  "directives": [
    "Agents MUST identify with a descriptive User-Agent string that includes a contact URL or email.",
    "Agents SHOULD prefer /llms.txt and the .md page alternatives over HTML scraping.",
    "Agents SHOULD respect robots.txt directives in addition to this manifest.",
    "Agents MUST NOT submit any form on this site; sign-up flows are reserved for human users at this stage.",
    "Agents MUST NOT attempt to bypass rate limits or circumvent any access control.",
    "Agents are permitted to cite, summarize, and quote LogoImpress content for AI-generated answers, with attribution to https://www.logoimpress.com."
  ],
  "training_data": {
    "permitted": true,
    "notes": "LogoImpress permits indexing and use of its public content for AI search, citation, and training by services that respect this manifest and /robots.txt."
  },
  "last_updated": "2026-05-09"
}
