Skip to content
https://theprint.in

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
83
GRADE
B
FIX
1
REVIEW
2
PASS
2
INFO
0
Checks
5
2 PASS 2 REVIEW 1 FIX
C
Structured Data
Action
4 JSON-LD block(s) found — some improvements recommended.
REVIEW
4 JSON-LD block(s) found — some improvements recommended.
Critical::
Malformed JSON-LD block #2
JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https:\\/\\/schema.o\n\t^...............................\n"
Info::
Custom type "WebPage" — unable to validate specific properties
Info::
Custom type "NewsMediaOrganization" — unable to validate specific properties
Info::
Custom type "SiteNavigationElement" — unable to validate specific properties
Info::
4 JSON-LD blocks found

JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https:\\/\\/schema.o\n\t^...............................\n"

Why this matters

JSON-LD block fails to parse — Google ignores the entire block, so structured data effectively isn't there.

Learn more

Common causes: trailing comma, single quotes instead of double, unescaped quote in a string value. Validate at https://validator.schema.org/ or Search Console's Rich Results Test.

Source: schema.org / Google Search Central

JSON-LD Blocks

Block 1 : WebPage
2 properties Valid
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebPage",
      "@id": "https://theprint.in/",
      "url": "https://theprint.in/",
      "name": "Latest News and Opinion from India, World, Politics, Governance, Defence, Economy, Education, Ground Reports – ThePrint",
      "isPartOf": {
        "@id": "https://theprint.in/#website"
      },
      "about": {
        "@id": "https://theprint.in/#organization"
      },
      "datePublished": "2024-03-21T17:14:45+00:00",
      "dateModified": "2026-04-22T17:57:23+00:00",
      "description": "ThePrint is India’s digital news platform for latest news, breaking stories, in-depth analysis and opinion on politics, policy, defence, governance, economy, education and culture.",
      "breadcrumb": {
        "@id": "https://theprint.in/#breadcrumb"
      },
      "inLanguage": "en-US",
      "potentialAction": [
        {
          "@type": "ReadAction",
          "target": [
            "https://theprint.in/"
          ]
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://theprint.in/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://theprint.in/#website",
      "url": "https://theprint.in/",
      "name": "ThePrint",
      "description": "India’s digital platform for latest news and ground reports, insightful analyses, opinion on politics, policy, governance, economy, education, defence and culture",
      "publisher": {
        "@id": "https://theprint.in/#organization"
      },
      "potentialAction": [
        {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://theprint.in/?s={search_term_string}"
          },
          "query-input": "required name=search_term_string"
        }
      ],
      "inLanguage": "en-US"
    },
    {
      "@type": "Organization",
      "@id": "https://theprint.in/#organization",
      "name": "ThePrint",
      "url": "https://theprint.in/",
      "logo": {
        "@type": "ImageObject",
        "inLanguage": "en-US",
        "@id": "https://theprint.in/#/schema/logo/image/",
        "url": "https://staticprintenglish.theprint.in/wp-content/uploads/2018/07/512x512.png",
        "contentUrl": "https://staticprintenglish.theprint.in/wp-content/uploads/2018/07/512x512.png",
        "width": 512,
        "height": 512,
        "caption": "ThePrint"
      },
      "image": {
        "@id": "https://theprint.in/#/schema/logo/image/"
      },
      "sameAs": [
        "https://www.facebook.com/theprintindia/",
        "https://x.com/ThePrintIndia",
        "https://www.instagram.com/ThePrintIndia/",
        "https://www.linkedin.com/company/13185521/",
        "https://www.youtube.com/ThePrintIndia",
        "https://en.wikipedia.org/wiki/ThePrint"
      ],
      "email": "feedback@theprint.in",
      "telephone": "+91-11-66292500",
      "legalName": "Printline Media Private Limited",
      "foundingDate": "2017-08-20",
      "numberOfEmployees": {
        "@type": "QuantitativeValue",
        "minValue": "51",
        "maxValue": "200"
      },
      "publishingPrinciples": "https://theprint.in/about-us/",
      "ownershipFundingInfo": "https://theprint.in/about-us/",
      "actionableFeedbackPolicy": "https://theprint.in/contact/",
      "ethicsPolicy": "https://theprint.in/about-us/"
    }
  ]
}
Block 2 : Organization
0 properties Invalid
Invalid JSON: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https:\\/\\/schema.o\n\t^...............................\n"
[
  {
    "@context": "https:\/\/schema.org\/",
    "@type": "Organization",
    "@id": "https:\/\/theprint.in#Organization",
    "name": "ThePrint",
    "url": "https:\/\/theprint.in",
    "sameAs": []
  }
]
Block 3 : NewsMediaOrganization
13 properties Valid
{
  "@context": "https://schema.org",
  "@type": "NewsMediaOrganization",
  "name": "ThePrint",
  "url": "https://theprint.in/",
  "foundingDate": "2017",
  "slogan": "Substance of Print. Reach of Digital",
  "legalName": "Printline Media Private Limited",
  "logo": {
    "@type": "ImageObject",
    "url": "https://staticprintenglish.theprint.in/wp-content/uploads/2017/08/logo_800x149_transp-1.png",
    "inLanguage": "en-US",
    "width": 800,
    "height": 149,
    "caption": "ThePrint"
  },
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3rd Floor, Express Building, 9 & 10, Bahadur Shah Zafar Marg",
    "addressLocality": "New Delhi",
    "addressRegion": "India",
    "postalCode": "110002"
  },
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+91-011-66292500",
    "areaServed": "IN",
    "availableLanguage": "English",
    "hoursAvailable": {
      "opens": "10:00",
      "closes": "18:00"
    }
  },
  "sameAs": [
    "https://www.facebook.com/theprintindia/",
    "https://twitter.com/theprintindia",
    "https://www.linkedin.com/company/theprint/",
    "https://www.instagram.com/theprintindia/",
    "https://www.youtube.com/ThePrintIndia/"
  ],
  "founder": {
    "@type": "Person",
    "name": "Shekhar Gupta",
    "url": "https://theprint.in/author/shekhar-gupta/",
    "sameAs": "https://theprint.in/author/shekhar-gupta/"
  },
  "numberOfEmployees": {
    "@type": "QuantitativeValue",
    "value": 120
  }
}
Block 4 : SiteNavigationElement
4 properties Valid
{
  "@context": "https://schema.org",
  "@type": "SiteNavigationElement",
  "name": [
    "Home",
    "Politics",
    "Governance",
    "Economy",
    "Defence",
    "India",
    "World",
    "Opinion",
    "50-Word Edit",
    "National Interest",
    "Ground Reports",
    "Features",
    "Books",
    "Diplomacy",
    "Education",
    "Health",
    "Judiciary",
    "Science",
    "Tech",
    "Off The Cuff",
    "In Pictures",
    "HoaXposed",
    "ICYMI",
    "Last Laughs",
    "YourTurn"
  ],
  "url": [
    "https://theprint.in/",
    "https://theprint.in/category/politics/",
    "https://theprint.in/category/india/governance/",
    "https://theprint.in/category/economy/",
    "https://theprint.in/category/defence/",
    "https://theprint.in/category/india/",
    "https://theprint.in/category/world/",
    "https://theprint.in/category/opinion/",
    "https://theprint.in/category/50-word-edit/",
    "https://theprint.in/category/national-interest/",
    "https://theprint.in/category/ground-reports/",
    "https://theprint.in/category/feature/",
    "https://theprint.in/category/pageturner/excerpt/",
    "https://theprint.in/category/diplomacy/",
    "https://theprint.in/category/india/education/",
    "https://theprint.in/category/health/",
    "https://theprint.in/category/judiciary/",
    "https://theprint.in/category/science/",
    "https://theprint.in/category/tech/",
    "https://theprint.in/off-the-cuff/",
    "https://theprint.in/category/in-pictures/",
    "https://theprint.in/category/hoaxposed/",
    "https://theprint.in/category/best-of-theprint-icymi/",
    "https://theprint.in/category/last-laughs/",
    "https://theprint.in/category/yourturn/"
  ]
}
C
Brand Presence
Action
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
REVIEW

Brand Presence

Your brand name differs across channels — visitors see inconsistent identity.

C

68/100

Site name appears as

Page titleThePrint
og:site_nameThePrint
twitter:site@ThePrintIndia
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

14/20

og:image set; twitter:image missing

Meta completeness

20/20

Organization schema

4/15

Organization schema present but missing all recommended fields

Contact info discoverable

10/10

contact page + mailto link

Findings

  • Brand name differs across channels — users see inconsistent identity
  • Add twitter:image — Twitter falls back to og:image only when it's larger than 300×157
  • Organization schema missing logo — add a logo property pointing to a square PNG
  • Organization schema missing url — point it at the canonical homepage
  • Consider adding contactPoint — helps appear in "contact us" rich results

How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.

A+
Mixed Content
No mixed content detected — all resources use HTTPS.
PASS
No mixed content detected — all resources use HTTPS.
Info::
No mixed content detected — all resources use HTTPS
A
Open Graph
Open Graph tags are well configured for social sharing.
PASS
Open Graph tags are well configured for social sharing.
Critical::
og:image is not reachable
The og:image URL could not be fetched. Social platforms won't be able to display it.
Got: https://staticprintenglish.theprint.in/wp-content/uploads/2023/06/theprint_default_image_new.jpg
Info::
og:title is long (108 characters)
Titles over 60 characters may be truncated in social sharing previews.
Got: 108 chars Expected: 25–60 chars
URL: https://staticprintenglish.theprint.in/wp-content/uploads/2023/06/theprint_default_image_new.jpg

The og:image URL could not be fetched. Social platforms won't be able to display it.

Why this matters

An unreachable og:image URL (404, DNS fail, slow timeout) means social platforms cache the failure and serve no image for hours.

Learn more

Social platforms (Facebook, Twitter) cache OG metadata aggressively — including failed image fetches. A momentarily-broken og:image can leave your shares imageless for hours. Test og:image URLs in Facebook's Sharing Debugger to force re-cache after fixing.

Source: Open Graph Protocol / Facebook Sharing Debugger

URL: 108 chars

Titles over 60 characters may be truncated in social sharing previews.

Expected: 25–60 chars
Why this matters

og:title borderline-too-long — Facebook/LinkedIn may truncate. Aim for ~60-70 characters max.

Source: Open Graph Protocol

Preview

theprint.in

Latest News and Opinion from India, World, Politics, Governance, Defence, Economy, Education, Ground Reports

ThePrint is India’s digital news platform for latest news, breaking stories, in-depth analysis and opinion on politics, policy, defence, governance, economy, education and culture.

Preview quality · Twitter/X B · 80/100

Title will be truncated (108 chars / 70 max)

  • twitter:card — summary_large_image
  • twitter:title — falling back from og:title
  • twitter:description — falling back from og:description
  • twitter:image — falling back from og:image
  • Title will be truncated on Twitter/X (108 chars, max 70)

    → Shorten the title to ≤70 characters

THEPRINT.IN

Latest News and Opinion from India, World, Politics, Governance, Defence, Economy, Education, Ground Reports

ThePrint is India’s digital news platform for latest news, breaking stories, in-depth analysis and opinion on politics, policy, defence, governance, economy, education and culture.

Preview quality · Facebook A · 90/100

Title will be truncated (108 chars / 60 max)

Description will be truncated (182 chars / 155 max)

  • og:title — Latest News and Opinion from India, World, Politics, Governance, Defence, Economy, Education, Ground Reports
  • og:description — ThePrint is India’s digital news platform for latest news, breaking stories, in-depth analysis and opinion on politic...
  • og:image — https://staticprintenglish.theprint.in/wp-content/uploads/2023/06/theprint_default_image_new.jpg
  • og:type — website
  • og:url — https://theprint.in/
  • og:site_name — ThePrint
  • Title will be truncated on Facebook (108 chars, max 60)

    → Shorten og:title to ≤60 characters

  • Description will be truncated on Facebook (182 chars, max 155)

    → Tighten og:description to ≤155 characters

Latest News and Opinion from India, World, Politics, Governance, Defence, Economy, Education, Ground Reports

theprint.in

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (182 chars / 150 max)

  • og:title — Latest News and Opinion from India, World, Politics, Governance, Defence, Economy, Education, Ground Reports
  • og:description — ThePrint is India’s digital news platform for latest news, breaking stories, in-depth analysis and opinion on politic...
  • og:image — https://staticprintenglish.theprint.in/wp-content/uploads/2023/06/theprint_default_image_new.jpg
  • Description will be truncated on LinkedIn (182 chars, max 150)

    → Tighten og:description to ≤150 characters

theprint.in

Latest News and Opinion from India, World, Politics, Governance, Defence, Economy, Education, Ground Reports

ThePrint is India’s digital news platform for latest news, breaking stories, in-depth analysis and opinion on politics, policy, defence, governance, economy, education and culture.

Preview quality · Slack A+ · 100/100
  • og:title — Latest News and Opinion from India, World, Politics, Governance, Defence, Economy, Education, Ground Reports
  • og:description — ThePrint is India’s digital news platform for latest news, breaking stories, in-depth analysis and opinion on politic...
  • og:image — https://staticprintenglish.theprint.in/wp-content/uploads/2023/06/theprint_default_image_new.jpg

Social preview quality

Averaged across Twitter/X, Facebook, LinkedIn, and Slack.

A · 91/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback