{
    "name": "DevSprinters Services Catalog",
    "description": "Catálogo estructurado de servicios consumible por LLMs y agentes IA. Cada Service incluye precio desde, knowsAbout, URL canónica y referencia a la organización.",
    "lang": "es",
    "available_langs": [
        "es",
        "es-PE",
        "pt-BR"
    ],
    "currency_note": "price_from_usd es referencial; cotización exacta requiere análisis de alcance.",
    "organization": {
        "@id": "https://devsprinters.site/#organization"
    },
    "total_services": 3,
    "services": [
        {
            "@context": "https://schema.org",
            "@type": "Service",
            "serviceType": "Web Development",
            "provider": {
                "@id": "https://devsprinters.site/#organization"
            },
            "inLanguage": "es",
            "name": "Desarrollo Web Corporativo",
            "slug": "desarrollo-web",
            "category": "Web Development",
            "url": "https://devsprinters.site/servicios/desarrollo-web",
            "description": "Sitios web corporativos profesionales con CMS administrable, SEO técnico, schema markup y diseño 100% custom mobile-first.",
            "price_from": {
                "currency": "PEN",
                "value": 1500
            },
            "price_from_usd": {
                "currency": "USD",
                "value": 400
            },
            "knowsAbout": [
                "Sitio Corporativo",
                "CMS",
                "SEO Técnico",
                "WordPress",
                "Laravel",
                "React",
                "WPO Core Web Vitals"
            ],
            "long_tail": [
                "https://devsprinters.site/servicios/desarrollo-web-corporativo/",
                "https://devsprinters.site/servicios/desarrollo-a-medida/",
                "https://devsprinters.site/servicios/landing-pages/"
            ],
            "offers": {
                "@type": "Offer",
                "priceCurrency": "PEN",
                "price": 1500,
                "availability": "https://schema.org/InStock"
            }
        },
        {
            "@context": "https://schema.org",
            "@type": "Service",
            "serviceType": "E-commerce Development",
            "provider": {
                "@id": "https://devsprinters.site/#organization"
            },
            "inLanguage": "es",
            "name": "Tiendas Virtuales y E-commerce",
            "slug": "tiendas-virtuales",
            "category": "E-commerce Development",
            "url": "https://devsprinters.site/servicios/tiendas-virtuales",
            "description": "E-commerce a medida o WooCommerce con pasarelas locales (Yape, Plin, Izipay, Mercado Pago), facturación SUNAT y multi-marketplace.",
            "price_from": {
                "currency": "PEN",
                "value": 3000
            },
            "price_from_usd": {
                "currency": "USD",
                "value": 800
            },
            "knowsAbout": [
                "E-commerce",
                "WooCommerce",
                "Pasarelas LATAM",
                "Yape",
                "Plin",
                "Izipay",
                "Mercado Pago",
                "Facturación SUNAT"
            ],
            "offers": {
                "@type": "Offer",
                "priceCurrency": "PEN",
                "price": 3000,
                "availability": "https://schema.org/InStock"
            }
        },
        {
            "@context": "https://schema.org",
            "@type": "Service",
            "serviceType": "Enterprise Software",
            "provider": {
                "@id": "https://devsprinters.site/#organization"
            },
            "inLanguage": "es",
            "name": "Software Empresarial ERP/CRM",
            "slug": "software-empresarial",
            "category": "Enterprise Software",
            "url": "https://devsprinters.site/servicios/software-empresarial",
            "description": "Sistemas ERP, CRM y software empresarial a medida con integración SUNAT, dashboards BI, multi-empresa y automatización de procesos.",
            "price_from": {
                "currency": "USD",
                "value": 2000,
                "note": "cotización personalizada"
            },
            "knowsAbout": [
                "ERP",
                "CRM",
                "BI",
                "Automatización",
                "SUNAT",
                "NF-e",
                "Laravel",
                "NestJS",
                "PostgreSQL"
            ],
            "offers": {
                "@type": "Offer",
                "priceCurrency": "USD",
                "price": 2000,
                "availability": "https://schema.org/InStock"
            }
        }
    ]
}