Skip to content
https://larazon.es

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
94
GRADE
A
FIX
0
REVIEW
2
PASS
3
INFO
0
Checks
5
3 PASS 2 REVIEW
C
Structured Data
Action
3 JSON-LD block(s) found — some improvements recommended.
REVIEW
3 JSON-LD block(s) found — some improvements recommended.
Critical::
Malformed JSON-LD block #3
JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[ { \"@context\": \"https://schema.\n\t^...............................\n"
Info::
Custom type "NewsMediaOrganization" — unable to validate specific properties
Info::
3 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.\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 : WebSite
8 properties Valid
{
  "@context": "http://schema.org",
  "@type": "WebSite",
  "name": "La Razón",
  "alternateName": "La Razón",
  "description": "La Razón - Diario de Noticias de España y Actualidad",
  "url": "https://www.larazon.es/",
  "sameAs": [
    "https://www.facebook.com/larazon.es/",
    "https://www.instagram.com/larazon.es/",
    "https://twitter.com/larazon_es",
    "https://www.youtube.com/@LaRazonTV"
  ],
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://www.larazon.es/resultados-de-busqueda/{search_term_string}",
    "query-input": "required name=search_term_string"
  }
}
Block 2 : NewsMediaOrganization
10 properties Valid
{
  "@context": "https://schema.org",
  "@type": "NewsMediaOrganization",
  "url": "https://www.larazon.es/",
  "name": "La Razón",
  "alternateName": "LaRazon",
  "sameAs": [
    "https://www.facebook.com/larazon.es/",
    "https://www.instagram.com/larazon.es/",
    "https://twitter.com/larazon_es",
    "https://www.youtube.com/@LaRazonTV"
  ],
  "ethicsPolicy": "https://www.larazon.es/aviso-legal/",
  "legalName": "Audiovisual Española 2000 S.A.",
  "address": "Juan Ignacio Luca de Tena 17",
  "foundingLocation": "Madrid"
}
Block 3 : SiteNavigationElement
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.\n\t^...............................\n"
[
  {
    "@context": "https://schema.org/",
    "@type": "SiteNavigationElement",
    "url": "https:\/\/www.larazon.es\/espana\/",
    "name": "España"
  },
  {
    "@context": "https://schema.org/",
    "@type": "SiteNavigationElement",
    "url": "https:\/\/www.larazon.es\/internacional\/",
    "name": "Internacional"
  },
  {
    "@context": "https://schema.org/",
    "@type": "SiteNavigationElement",
    "url": "https:\/\/www.larazon.es\/economia\/",
    "name": "Economía"
  },
  {
    "@context": "https://schema.org/",
    "@type": "SiteNavigationElement",
    "url": "https:\/\/www.larazon.es\/opinion\/",
    "name": "Opinión"
  },
  {
    "@context": "https://schema.org/",
    "@type": "SiteNavigationElement",
    "url": "https:\/\/www.larazon.es\/sociedad\/",
    "name": "Sociedad"
  },
  {
    "@context": "https://schema.org/",
    "@type": "SiteNavigationElement",
    "url": "https:\/\/www.larazon.es\/salud\/",
    "name": "A tu Salud"
  },
  {
    "@context": "https://schema.org/",
    "@type": "SiteNavigationElement",
    "url": "https:\/\/www.larazon.es\/deportes\/",
    "name": "Deportes"
  },
  {
    "@context": "https://schema.org/",
    "@type": "SiteNavigationElement",
    "url": "https:\/\/www.larazon.es\/cultura\/",
    "name": "Cultura"
  },
  {
    "@context": "https://schema.org/",
    "@type": "SiteNavigationElement",
    "url": "https:\/\/www.larazon.es\/videojuegos\/",
    "name": "Alfa Beta"
  },
  {
    "@context": "https://schema.org/",
    "@type": "SiteNavigationElement",
    "url": "https:\/\/www.larazon.es\/tecnologia-consumo\/",
    "name": "Andro4all"
  }
]
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

60/100

Site name appears as

Page titleLa Razón
og:site_nameLa Razón
twitter:sitelarazon_es
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

0/15

Contact info discoverable

0/10

no contact info discoverable

Findings

  • Brand name differs across channels — users see inconsistent identity
  • No Organization schema — Google can't render your logo in the knowledge panel
  • No discoverable contact info — trust signal is weak, legal risk is higher in regulated regions

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.
Info::
og:title is long (65 characters)
Titles over 60 characters may be truncated in social sharing previews.
Got: 65 chars Expected: 25–60 chars
URL: 65 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

larazon.es

LA RAZÓN: diario de noticias, actualidad de España y el mundo hoy

Noticias de última hora sobre la actualidad en España hoy y el mundo en el diario LA RAZÓN. Política, economía, sociedad, salud, deportes y otras secciones.

Preview quality · Twitter/X A+ · 100/100
  • twitter:card — summary
  • twitter:title — LA RAZÓN: diario de noticias, actualidad de España y el mundo hoy
  • twitter:description — Noticias de última hora sobre la actualidad en España hoy y el mundo en el diario LA RAZÓN. Política, economía, socie...
  • twitter:image — https://www.larazon.es/public/img/larazon/favicon/apple-touch-icon.png

LARAZON.ES

LA RAZÓN: diario de noticias, actualidad de España y el mundo hoy

Noticias de última hora sobre la actualidad en España hoy y el mundo en el diario LA RAZÓN. Política, economía, sociedad, salud, deportes y otras secciones.

Preview quality · Facebook A · 85/100

Title will be truncated (67 chars / 60 max)

Description will be truncated (161 chars / 155 max)

  • og:title — LA RAZÓN: diario de noticias, actualidad de España y el mundo hoy
  • og:description — Noticias de última hora sobre la actualidad en España hoy y el mundo en el diario LA RAZÓN. Política, economía, socie...
  • og:image — https://www.larazon.es/public/img/larazon/favicon/apple-touch-icon.png
  • og:type — website
  • og:url — https://www.larazon.es/
  • og:site_name — La Razón
  • Title will be truncated on Facebook (67 chars, max 60)

    → Shorten og:title to ≤60 characters

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

    → Tighten og:description to ≤155 characters

  • og:image is too small for Facebook (180×180)

    → Upload an image at least 200×200 — recommended 1200×630 for large cards

LA RAZÓN: diario de noticias, actualidad de España y el mundo hoy

larazon.es

Preview quality · LinkedIn A · 90/100

Description will be truncated (161 chars / 150 max)

  • og:title — LA RAZÓN: diario de noticias, actualidad de España y el mundo hoy
  • og:description — Noticias de última hora sobre la actualidad en España hoy y el mundo en el diario LA RAZÓN. Política, economía, socie...
  • og:image — https://www.larazon.es/public/img/larazon/favicon/apple-touch-icon.png
  • Description will be truncated on LinkedIn (161 chars, max 150)

    → Tighten og:description to ≤150 characters

  • og:image is too small for LinkedIn (180×180)

    → Upload an image at least 200×200

larazon.es

LA RAZÓN: diario de noticias, actualidad de España y el mundo hoy

Noticias de última hora sobre la actualidad en España hoy y el mundo en el diario LA RAZÓN. Política, economía, sociedad, salud, deportes y otras secciones.

Preview quality · Slack A+ · 100/100
  • og:title — LA RAZÓN: diario de noticias, actualidad de España y el mundo hoy
  • og:description — Noticias de última hora sobre la actualidad en España hoy y el mundo en el diario LA RAZÓN. Política, economía, socie...
  • og:image — https://www.larazon.es/public/img/larazon/favicon/apple-touch-icon.png

Social preview quality

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

A · 93/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