{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "NewsMediaOrganization",
      "@id": "https://shataghninews.com/#organization",
      "name": "Shataghni News",
      "alternateName": "శతఘ్ని న్యూస్",
      "url": "https://shataghninews.com",
      "logo": {
        "@type": "ImageObject",
        "url": "https://shataghninews.com/shataghni-icon.svg",
        "width": 200,
        "height": 60
      },
      "description": "Leading news source for Andhra Pradesh and Telangana, providing breaking news, politics, sports, and entertainment coverage in Telugu and English.",
      "foundingDate": "2024",
      "address": {
        "@type": "PostalAddress",
        "addressRegion": "Andhra Pradesh",
        "addressCountry": "IN"
      },
      "areaServed": [
        {
          "@type": "State",
          "name": "Andhra Pradesh"
        },
        {
          "@type": "State",
          "name": "Telangana"
        }
      ],
      "publishingPrinciples": "https://shataghninews.com/editorial-guidelines",
      "diversityPolicy": "https://shataghninews.com/diversity-policy",
      "ethicsPolicy": "https://shataghninews.com/ethics-policy",
      "masthead": "https://shataghninews.com/about",
      "missionCoveragePrioritiesPolicy": "https://shataghninews.com/coverage-policy",
      "verificationFactCheckingPolicy": "https://shataghninews.com/fact-checking-policy",
      "unnamedSourcesPolicy": "https://shataghninews.com/sources-policy",
      "actionableFeedbackPolicy": "https://shataghninews.com/feedback-policy",
      "correctionsPolicy": "https://shataghninews.com/corrections-policy",
      "ownershipFundingInfo": "https://shataghninews.com/funding-info",
      "sameAs": [
        "https://www.facebook.com/shataghninews",
        "https://twitter.com/shataghninews",
        "https://www.instagram.com/shataghninews",
        "https://www.youtube.com/c/shataghninews"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://shataghninews.com/#website",
      "url": "https://shataghninews.com",
      "name": "Shataghni News",
      "description": "Latest breaking news from Andhra Pradesh and Telangana",
      "publisher": {
        "@id": "https://shataghninews.com/#organization"
      },
      "potentialAction": [
        {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://shataghninews.com/search?q={search_term_string}"
          },
          "query-input": "required name=search_term_string"
        }
      ],
      "inLanguage": ["en-IN", "te-IN"]
    }
  ]
}