Skip to content
https://nxp.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
74
GRADE
C
FIX
3
REVIEW
1
PASS
1
INFO
0
Checks
5
1 PASS 1 REVIEW 3 FIX
F
Structured Data
Action
2 JSON-LD block(s) found — issues found that may affect search visibility.
FIX
2 JSON-LD block(s) found — issues found that may affect search visibility.
Critical::
Malformed JSON-LD block #1
JSON parse error: "Syntax error at index 1: invalid char\n\n\tscript\n\t.^....\n"
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\":\"http://schema.org\"\n\t^...............................\n"
Info::
2 JSON-LD blocks found

JSON parse error: "Syntax error at index 1: invalid char\n\n\tscript\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 parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"http://schema.org\"\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
0 properties Invalid
Invalid JSON: "Syntax error at index 1: invalid char\n\n\tscript\n\t.^....\n"
script
Block 2 : ContactPoint
0 properties Invalid
Invalid JSON: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"http://schema.org\"\n\t^...............................\n"
[
  {
    "@context": "http://schema.org",
    "@type": "ContactPoint",
    "name": "NXP Support",
    "@id": "https://www.nxp.com/#ContactPoint"
  },
  {
    "@context": "http://schema.org",
    "@type": "ImageObject",
    "name": "NXP Logo",
    "url": "https://www.nxp.com/resources/images/nxp-logo.svg",
    "height": "68",
    "width": "199",
    "@id": "https://www.nxp.com/#ImageObject"
  },
  {
    "@context": "http://schema.org",
    "@type": "Organization",
    "logo": {
      "@id": "https://www.nxp.com/#ImageObject"
    },
    "contactPoint": {
      "@id": "https://www.nxp.com/#ContactPoint"
    },
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "High Tech Campus 60",
      "postalCode": "5656 AG",
      "addressRegion": "Noord-Brabant",
      "addressLocality": "Eindhoven",
      "addressCountry": "NL",
      "name": "NXP Eindhoven HQ",
      "@id": "https://www.nxp.com/#PostalAddress"
    },
    "url": "https://www.nxp.com/",
    "areaServed": "https://www.wikidata.org/wiki/Q13780930",
    "sameAs": [
      "https://www.wikidata.org/wiki/Q1155668",
      "https://en.wikipedia.org/wiki/NXP_Semiconductors",
      "https://youtube.com/@NXPsemi",
      "https://facebook.com/NXPsemi",
      "https://g.co/kgs/ifjEj7",
      "https://linkedin.com/company/nxp-semiconductors",
      "https://twitter.com/NXP"
    ],
    "ethicsPolicy": "https://www.nxp.com/company/about-nxp/investor-relations/corporate-governance/nxp-code-of-conduct:NXP-CODE-OF-CONDUCT",
    "award": [
      "HR Asia - Best Companies to Work For in Asia 2023",
      "Clarivate - 2023 Top 100 Global Innovators",
      "Federal Ministry Republic of Austria - 2023 Equalita",
      "Handshake - 2023 Early Talent Award",
      "2023 Forbes Global 2000",
      "Great Place To Work - recognized as a Great Place To Work, July 2023 in China, India, Mexico, and USA",
      "2022 ARMA Manufacturing Awards - Company of the Year (Large)"
    ],
    "description": "NXP is a global semiconductor company creating solutions that enable secure connections for a smarter world.",
    "legalName": "NXP Semiconductors N.V.",
    "knowsAbout": [
      "https://www.wikidata.org/wiki/Q273353",
      "https://www.wikidata.org/wiki/Q2986369"
    ],
    "diversityPolicy": "https://www.nxp.com/company/about-nxp/diversity-equality-and-inclusion:DIVERSITY-AND-INCLUSION",
    "alternateName": "NXP",
    "name": "NXP Semiconductors",
    "@id": "https://www.nxp.com/#Organization"
  }
]
F
Brand Presence
Action
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
FIX

Brand Presence

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

F

24/100

Site name appears as

Page titleLinkedIn
og:site_name
twitter:site@NXP
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

0/15

Social share image

0/20

Meta completeness

14/20

Organization schema

0/15

Contact info discoverable

5/10

contact page

Findings

  • Brand name differs across channels — users see inconsistent identity
  • No social share image — shared links render as bare URLs
  • No favicon link tags detected — browsers fall back to the generic globe
  • og:image missing
  • No Organization schema — Google can't render your logo in the knowledge panel
  • Only partial contact info discoverable — consider adding a dedicated contact page or mailto/tel link

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

B
Open Graph
Open Graph tags are partially configured — some improvements recommended.
REVIEW
Open Graph tags are partially configured — some improvements recommended.
Warning::
Missing og:image
The og:image tag provides a preview image for social sharing.
Info::
Missing og:site_name
The og:site_name tag displays the website name in social previews.

The og:image tag provides a preview image for social sharing.

Why this matters

No og:image means social shares are imageless — measurably less engaging than image-cards across every major platform.

Learn more

Twitter, Facebook, and LinkedIn all use og:image (or twitter:image as a fallback) for share-card thumbnails. Without one, the post renders as a text-only card. A 1200x630px image (Twitter's preferred size) covers all platforms.

Source: Open Graph Protocol

The og:site_name tag displays the website name in social previews.

Why this matters

Without og:site_name, social cards omit the brand attribution — users see the post but not who published it.

Learn more

og:site_name appears in the social card chrome (above the title in Facebook/LinkedIn previews). Without it, posts read as anonymous URLs. Set it to your brand name to get free attribution on every share.

Source: Open Graph Protocol

Preview

No image set

nxp.com

Automotive, IoT & Industrial Solutions

NXP is a global semiconductor company creating solutions that enable secure connections for a smarter world.

Preview quality · Twitter/X C · 65/100
  • twitter:card — summary
  • twitter:title — Automotive, IoT & Industrial Solutions
  • twitter:description — NXP is a global semiconductor company creating solutions that enable secure connections for a smarter world.
  • twitter:image — Add twitter:image — preview card without an image looks broken
  • No preview image for Twitter/X

    → Add og:image or twitter:image (≥300×157 for summary_large_image)

No image set

NXP.COM

Automotive, IoT & Industrial Solutions

NXP is a global semiconductor company creating solutions that enable secure connections for a smarter world.

Preview quality · Facebook D · 50/100
  • og:title — Automotive, IoT & Industrial Solutions
  • og:description — NXP is a global semiconductor company creating solutions that enable secure connections for a smarter world.
  • og:image — Add og:image — preview card without an image looks broken
  • og:type — website
  • og:url — https://www.nxp.com
  • og:site_name — Add og:site_name — Recommended — site-level brand line in the preview
  • No preview image for Facebook

    → Add og:image (recommended 1200×630)

No image set

Automotive, IoT & Industrial Solutions

nxp.com

Preview quality · LinkedIn C · 65/100
  • og:title — Automotive, IoT & Industrial Solutions
  • og:description — NXP is a global semiconductor company creating solutions that enable secure connections for a smarter world.
  • og:image — Add og:image — preview card without an image looks broken
  • No preview image for LinkedIn

    → Add og:image (recommended 1200×627)

nxp.com

Automotive, IoT & Industrial Solutions

NXP is a global semiconductor company creating solutions that enable secure connections for a smarter world.

Preview quality · Slack B · 80/100
  • og:title — Automotive, IoT & Industrial Solutions
  • og:description — NXP is a global semiconductor company creating solutions that enable secure connections for a smarter world.
  • og:image — Add og:image — preview card without an image looks broken
  • No preview image — Slack unfurl will be text-only

    → Add og:image or twitter:image

Social preview quality

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

C · 65/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
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
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback