Skip to content
https://lanacion.com.ar

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
87
GRADE
B
FIX
0
REVIEW
3
PASS
2
INFO
0
Checks
5
2 PASS 3 REVIEW
C
Structured Data
Action
3 JSON-LD block(s) found — some improvements recommended.
REVIEW
3 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing or invalid @context in block #1
The @context should be "https://schema.org" for search engines to recognize the data.
Expected: https://schema.org
Warning::
Missing @type in block #1
Search engines need @type to understand the structured data.
Info::
Missing recommended property "description" for WebSite
Adding "description" can improve how search engines display your content.
Info::
Missing recommended property "potentialAction" for WebSite
Adding "potentialAction" can improve how search engines display your content.
Info::
Custom type "NewsMediaOrganization" — unable to validate specific properties
Info::
3 JSON-LD blocks found

The @context should be "https://schema.org" for search engines to recognize the data.

Expected: https://schema.org
Why this matters

JSON-LD without @context is invalid structured data — Google ignores the entire block.

Learn more

@context must be 'https://schema.org' (or the schema-specific URL). Without it, the block isn't parseable as schema.org JSON-LD and Google skips it. Most schema generators handle this; manual edits sometimes drop the field.

Source: JSON-LD spec / schema.org

Search engines need @type to understand the structured data.

Why this matters

JSON-LD without @type is invalid — Google can't determine which schema to validate against.

Learn more

Every JSON-LD block must declare @type (Article, Product, Organization, etc.). Without it, the block is structurally valid JSON but not valid schema.org. Add @type matching the content (e.g., '@type': 'Article' for blog posts).

Source: schema.org / Google Search Central

Adding "description" can improve how search engines display your content.

Why this matters

Recommended schema properties unlock richer SERP layouts — without them you get the basic rich result instead of the enhanced one.

Learn more

Recommended properties expand what Google can render. E.g., adding aggregateRating to Product unlocks star ratings; adding image to Article unlocks the image-card variant. Each recommended property is a direct SERP-real-estate gain.

Source: Google Search Central / schema.org

Adding "potentialAction" can improve how search engines display your content.

Why this matters

Recommended schema properties unlock richer SERP layouts — without them you get the basic rich result instead of the enhanced one.

Learn more

Recommended properties expand what Google can render. E.g., adding aggregateRating to Product unlocks star ratings; adding image to Article unlocks the image-card variant. Each recommended property is a direct SERP-real-estate gain.

Source: Google Search Central / schema.org

JSON-LD Blocks

Block 1
2 properties Valid
Missing or invalid @context
{
  "pagetype": "home",
  "metarefresh": "no"
}
Block 2 : NewsMediaOrganization
20 properties Valid
{
  "@context": "https://schema.org",
  "@type": "NewsMediaOrganization",
  "name": "LA NACION",
  "alternateName": [
    "LN",
    "La Nación",
    "lanacion.com.ar"
  ],
  "description": "Últimas noticias de Argentina y el mundo – LA NACION",
  "foundingDate": "1870-01-04",
  "foundingLocation": {
    "@type": "Place",
    "name": "Buenos Aires, Argentina"
  },
  "legalName": "La Nación S.A.",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Ciudad Autónoma de Buenos Aires",
    "addressCountry": "AR"
  },
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer service",
    "email": "lectores@lanacion.com.ar"
  },
  "sameAs": [
    "https://www.facebook.com/lanacion/",
    "https://www.instagram.com/lanacioncom/",
    "https://x.com/LANACION/"
  ],
  "@id": "https://www.lanacion.com.ar/#organization",
  "url": "https://www.lanacion.com.ar/",
  "diversityPolicy": "https://www.lanacion.com.ar/sociedad/diversidad-redaccion-nid2413327/",
  "ethicsPolicy": "https://www.lanacion.com.ar/sociedad/la-nacion-mision-estructura-empresarial-principios-eticos-nid2393569/",
  "masthead": "https://www.lanacion.com.ar/sociedad/equipo-editorial-la-nacion-nid2390490/",
  "publishingPrinciples": "https://www.lanacion.com.ar/sociedad/los-veinte-20-principios-del-periodismo-la-nid2390521/",
  "verificationFactCheckingPolicy": "https://www.lanacion.com.ar/sociedad/verificacion-chequeo-datos-nid2406825/",
  "logo": {
    "@type": "ImageObject",
    "url": "https://www.lanacion.com.ar/pf/resources/images/placeholderLN-1280x1280.jpg?d=1988",
    "height": 1280,
    "width": 1280
  },
  "image": {
    "@type": "ImageObject",
    "url": "https://www.lanacion.com.ar/pf/resources/images/placeholderLN-1280x1280.jpg?d=1988",
    "caption": "Imagen institucional de LA NACION"
  }
}
Block 3 : WebSite
4 properties Valid
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "LA NACION",
  "url": "https://www.lanacion.com.ar/"
}
B
Brand Presence
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
REVIEW

Brand Presence

Partial brand coverage — a few channels are missing brand signals.

B

70/100

Site name appears as

Page titleLA NACION
og:site_nameLA NACION
twitter:site@LANACION
Organization.name

Consistent

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

  • Missing brand name in: Organization.name
  • 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.
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://arc-static.glanacion.com/pf/resources/images/placeholderLN-1200x630.png?d=1988
URL: https://arc-static.glanacion.com/pf/resources/images/placeholderLN-1200x630.png?d=1988

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

Preview

lanacion.com.ar

Últimas noticias de Argentina y el mundo

LA NACION ofrece las últimas noticias, fotos y videos de la Argentina y el mundo. Política, economía, deportes y toda la información en tiempo real.

Preview quality · Twitter/X A+ · 100/100
  • twitter:card — summary_large_image
  • twitter:title — Últimas noticias de Argentina y el mundo
  • twitter:description — LA NACION ofrece las últimas noticias, fotos y videos de la Argentina y el mundo. Política, economía, deportes y toda...
  • twitter:image — https://arc-static.glanacion.com/pf/resources/images/placeholderLN-1200x630.png?d=1988

LANACION.COM.AR

Últimas noticias de Argentina y el mundo

LA NACION ofrece las últimas noticias, fotos y videos de la Argentina y el mundo. Política, economía, deportes y toda la información en tiempo real.

Preview quality · Facebook A+ · 100/100
  • og:title — Últimas noticias de Argentina y el mundo
  • og:description — LA NACION ofrece las últimas noticias, fotos y videos de la Argentina y el mundo. Política, economía, deportes y toda...
  • og:image — https://arc-static.glanacion.com/pf/resources/images/placeholderLN-1200x630.png?d=1988
  • og:type — website
  • og:url — https://www.lanacion.com.ar/
  • og:site_name — LA NACION

Últimas noticias de Argentina y el mundo

lanacion.com.ar

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (152 chars / 150 max)

  • og:title — Últimas noticias de Argentina y el mundo
  • og:description — LA NACION ofrece las últimas noticias, fotos y videos de la Argentina y el mundo. Política, economía, deportes y toda...
  • og:image — https://arc-static.glanacion.com/pf/resources/images/placeholderLN-1200x630.png?d=1988
  • Description will be truncated on LinkedIn (152 chars, max 150)

    → Tighten og:description to ≤150 characters

lanacion.com.ar

Últimas noticias de Argentina y el mundo

LA NACION ofrece las últimas noticias, fotos y videos de la Argentina y el mundo. Política, economía, deportes y toda la información en tiempo real.

Preview quality · Slack A+ · 100/100
  • og:title — Últimas noticias de Argentina y el mundo
  • og:description — LA NACION ofrece las últimas noticias, fotos y videos de la Argentina y el mundo. Política, economía, deportes y toda...
  • og:image — https://arc-static.glanacion.com/pf/resources/images/placeholderLN-1200x630.png?d=1988

Social preview quality

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

A+ · 98/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