{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://wisewhisper.ai/#organization",
            "name": "WiseWhisper",
            "url": "https://wisewhisper.ai",
            "logo": {
                "@type": "ImageObject",
                "url": "https://wisewhisper.ai/static/assets/logo/logo.png",
                "width": 512,
                "height": 512
            },
            "description": "AI-powered interview assistant that provides real-time coaching and answers during job interviews",
            "foundingDate": "2025",
            "sameAs": [
                "https://www.linkedin.com/company/wisewhisper",
                "https://x.com/WiseWhisperAI"
            ],
            "contactPoint": {
                "@type": "ContactPoint",
                "contactType": "customer service",
                "url": "https://wisewhisper.ai/support"
            }
        },
        {
            "@type": "WebSite",
            "@id": "https://wisewhisper.ai/#website",
            "url": "https://wisewhisper.ai",
            "name": "WiseWhisper - AI Interview Assistant",
            "description": "Undetectable AI interview assistant that listens to interviewer questions and provides perfect answers in real-time",
            "publisher": {
                "@id": "https://wisewhisper.ai/#organization"
            },
            "inLanguage": ["en", "es", "pt"]
        },
        {
            "@type": "SoftwareApplication",
            "@id": "https://wisewhisper.ai/#softwareapplication",
            "name": "WiseWhisper",
            "description": "AI interview assistant software that provides real-time coaching and answers during job interviews",
            "url": "https://wisewhisper.ai",
            "downloadUrl": "https://wisewhisper.ai/#download",
            "applicationCategory": "BusinessApplication",
            "operatingSystem": "Windows",
            "offers": {
                "@type": "Offer",
                "price": "29",
                "priceCurrency": "USD",
                "availability": "https://schema.org/InStock"
            },
            "publisher": {
                "@id": "https://wisewhisper.ai/#organization"
            },
            "featureList": [
                "Real-time interview coaching",
                "AI-powered answer generation",
                "Undetectable operation",
                "Multi-language support",
                "Screen sharing compatibility"
            ],
            "screenshot": {
                "@type": "ImageObject",
                "url": "https://wisewhisper.ai/static/assets/logo/logo.png"
            }
        },
        {
            "@type": "Service",
            "@id": "https://wisewhisper.ai/#service",
            "name": "AI Interview Coaching Service",
            "description": "Professional AI-powered interview preparation and real-time assistance service",
            "provider": {
                "@id": "https://wisewhisper.ai/#organization"
            },
            "serviceType": "Interview Preparation",
            "areaServed": "Worldwide",
            "hasOfferCatalog": {
                "@type": "OfferCatalog",
                "name": "Interview Assistance Plans",
                "itemListElement": [
                    {
                        "@type": "Offer",
                        "itemOffered": {
                            "@type": "Service",
                            "name": "Real-time Interview Assistant"
                        }
                    }
                ]
            }
        }
    ]
}
