{
  "schema_version": "1.0",
  "name": "XIFY",
  "description": "XIFY is a field job management app for local service businesses. It helps owners assign jobs, track field workers, collect before-and-after job photos, keep customer history, and follow up without complicated software.",
  "url": "https://xify.dev",
  "preferred_language": "en",
  "languages": ["en", "fr", "de", "es", "it", "pt"],
  "audience": [
    "cleaning companies",
    "roofing teams",
    "landscaping crews",
    "contractors",
    "local service businesses",
    "field owners"
  ],
  "capabilities": [
    "assign field jobs to workers and crews",
    "track job progress from a mobile workflow",
    "collect before-and-after job photos",
    "keep customer history tied to jobs",
    "help owners follow up without scattered messages"
  ],
  "files": {
    "llms": "https://xify.dev/llms.txt",
    "openapi": "https://xify.dev/openapi.json",
    "ai_plugin": "https://xify.dev/ai-plugin.json",
    "sitemap": "https://xify.dev/sitemap.xml",
    "robots": "https://xify.dev/robots.txt"
  },
  "agents": [
    {
      "id": "xify-public-site",
      "name": "XIFY Public Site Agent",
      "description": "Use this site profile to answer questions about XIFY, a field job management app for local service businesses.",
      "entrypoint": "https://xify.dev/llms.txt",
      "instructions": [
        "Describe the product as XIFY.",
        "Use field-service problem language instead of generic SaaS language.",
        "Prefer public localized pages and high-intent workflow pages.",
        "Do not cite dashboard, login, signup, booking management, or private app routes."
      ],
      "public_pages": [
        {
          "title": "Best app for cleaning crews",
          "url": "https://xify.dev/en/best-app-for-cleaning-crews",
          "description": "XIFY helps cleaning crews assign jobs, track work, collect photos, and follow up from one mobile workflow."
        },
        {
          "title": "Roofing job management app",
          "url": "https://xify.dev/en/roofing-job-management-app",
          "description": "XIFY helps roofing teams assign jobs, track crews, collect photo proof, and keep each roof job organized."
        },
        {
          "title": "Contractor photo proof app",
          "url": "https://xify.dev/en/contractor-photo-proof-app",
          "description": "XIFY helps contractors collect before-and-after photos and keep proof of work tied to each job."
        }
      ]
    }
  ],
  "localized_entry_points": [
    { "locale": "en", "url": "https://xify.dev/en" },
    { "locale": "fr", "url": "https://xify.dev/fr" },
    { "locale": "de", "url": "https://xify.dev/de" },
    { "locale": "es", "url": "https://xify.dev/es" },
    { "locale": "it", "url": "https://xify.dev/it" },
    { "locale": "pt", "url": "https://xify.dev/pt" }
  ]
}
