Skip to content
https://Bearingpoint.com

Content

· 9 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
3
PASS
5
INFO
0
Checks
9
5 PASS 3 REVIEW 1 FIX
F
Image Optimization
Action
7 issues found across 22 images
FIX
7 issues found across 22 images
Warning::
1 images significantly larger than display size
Resizing to display dimensions could save approximately 86 KB.
Got: ~86 KB wasted
Warning::
22 images missing explicit width/height
Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
Info::
22 below-fold images missing loading="lazy"
Lazy loading defers below-fold images, reducing initial page weight.
Info::
16 of 22 images use legacy formats
Warning::
Total image weight: 1633 KB (1.6 MB)
Consider compressing images, using modern formats, and serving appropriately sized images.
Info::
10 image(s) wider than 400px without srcset (no responsive serving)
These images deliver the same asset to every viewport (mobile, tablet, retina). Adding srcset / <picture> lets the browser pick a viewport-appropriate variant and typically saves 40-70% of bytes on mobile. Sample: https://www.bearingpoint.com/files/Annual_Report.avif?max_w=700, https://www.bearingpoint.com/files/Sustainability_Coverpage.avif?max_w=700, https://www.bearingpoint.com/files/Blog_SAP.jpeg?max_w=700 (+7 more).
Info::
10 image(s) rendered at a different aspect ratio than the source
The displayed dimensions distort the source -- CSS is forcing the image into a container at the wrong ratio, producing visible stretching or squashing. Either crop the source to match or use object-fit: cover (and accept the crop). Sample: https://www.bearingpoint.com/files/Annual_Report.avif?max_w=700, https://www.bearingpoint.com/files/Sustainability_Coverpage.avif?max_w=700, https://www.bearingpoint.com/files/Blog_SAP.jpeg?max_w=700 (+7 more).
B
Open Graph
Open Graph tags are partially configured — some improvements recommended.
REVIEW
Open Graph tags are partially configured — some improvements recommended.
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://www.bearingpoint.com/files/BearingPoint_SMSI_EN.png?max_w=1200
Info::
Missing og:site_name
The og:site_name tag displays the website name in social previews.
URL: https://www.bearingpoint.com/files/BearingPoint_SMSI_EN.png?max_w=1200

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

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

Bearingpoint.com

Management and Technology Consultancy

BearingPoint is an independent management and technology consultancy with European roots and a global reach, offering Consulting, Products, and Capital services.

Preview quality · Twitter/X A+ · 95/100
  • twitter:card — summary_large_image
  • twitter:title — Management and Technology Consultancy
  • twitter:description — BearingPoint is an independent management and technology consultancy with European roots and a global reach, offering...
  • twitter:image — falling back from og:image

BEARINGPOINT.COM

Management and Technology Consultancy

BearingPoint is an independent management and technology consultancy with European roots and a global reach, offering Consulting, Products, and Capital services.

Preview quality · Facebook B · 80/100

Description will be truncated (161 chars / 155 max)

  • og:title — Management and Technology Consultancy
  • og:description — BearingPoint is an independent management and technology consultancy with European roots and a global reach, offering...
  • og:image — https://www.bearingpoint.com/files/BearingPoint_SMSI_EN.png?max_w=1200
  • og:type — article
  • og:url — https://www.bearingpoint.com/en/
  • og:site_name — Add og:site_name — Recommended — site-level brand line in the preview
  • Description will be truncated on Facebook (161 chars, max 155)

    → Tighten og:description to ≤155 characters

Management and Technology Consultancy

Bearingpoint.com

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (161 chars / 150 max)

  • og:title — Management and Technology Consultancy
  • og:description — BearingPoint is an independent management and technology consultancy with European roots and a global reach, offering...
  • og:image — https://www.bearingpoint.com/files/BearingPoint_SMSI_EN.png?max_w=1200
  • Description will be truncated on LinkedIn (161 chars, max 150)

    → Tighten og:description to ≤150 characters

Bearingpoint.com

Management and Technology Consultancy

BearingPoint is an independent management and technology consultancy with European roots and a global reach, offering Consulting, Products, and Capital services.

Preview quality · Slack A+ · 100/100
  • og:title — Management and Technology Consultancy
  • og:description — BearingPoint is an independent management and technology consultancy with European roots and a global reach, offering...
  • og:image — https://www.bearingpoint.com/files/BearingPoint_SMSI_EN.png?max_w=1200

Social preview quality

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

A · 92/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
C
Structured Data
Action
2 JSON-LD block(s) found — some improvements recommended.
REVIEW
2 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.
Got: https://schema.org/ Expected: https://schema.org
Warning::
Missing or invalid @context in block #2
The @context should be "https://schema.org" for search engines to recognize the data.
Got: https://schema.org/ Expected: https://schema.org
Info::
Custom type "WebPage" — unable to validate specific properties
Info::
2 JSON-LD blocks found
URL: https://schema.org/

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

URL: https://schema.org/

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

JSON-LD Blocks

Block 1 : Organization
6 properties Valid
Missing or invalid @context
{
  "sameAs": [
    "http://www.youtube.com/user/BearingPointVideo",
    "http://www.linkedin.com/company/bearingpoint"
  ],
  "name": "BearingPoint",
  "url": "https://www.bearingpoint.com/",
  "logo": "https://www.bearingpoint.com/project/frontend/build/structured-data-bearingpoint-logo.d2483299.png",
  "@context": "https://schema.org/",
  "@type": "Organization"
}
Block 2 : WebPage
7 properties Valid
Missing or invalid @context
{
  "@type": "WebPage",
  "@id": "https://www.bearingpoint.com/",
  "url": "https://www.bearingpoint.com/",
  "inLanguage": "EN",
  "name": "",
  "breadcrumb": {
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "item": {
          "@id": "https://www.bearingpoint.com/en/",
          "name": "Welcome"
        },
        "position": 0
      }
    ]
  },
  "@context": "https://schema.org/"
}
B
Brand Presence
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.

B

71/100

Site name appears as

Page titleFilter Icon
og:site_name
twitter:site@bearingpoint
Organization.nameBearingPoint

Inconsistent — names differ across channels

Brand assets

Favicon

12/15

covers apple-touch-icon

Social share image

14/20

og:image set; twitter:image missing

Meta completeness

20/20

Organization schema

15/15

has name, logo + url

Contact info discoverable

5/10

contact page

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
  • Add an apple-touch-icon and at least two PNG sizes (32x32 + 192x192)
  • Consider adding contactPoint — helps appear in "contact us" rich results
  • 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.

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 / Twitter Card Depth
OG image dimensions and Twitter card configuration look healthy
PASS
OG image dimensions and Twitter card configuration look healthy
Info::
OG/Twitter Card depth is clean -- dimensions, card type, and inheritance all valid
A+
Rich Results Eligibility
2 JSON-LD block(s) declaring 2 schema type(s)
PASS
2 JSON-LD block(s) declaring 2 schema type(s)
Info::
2 rich-result schema type(s) declared
Inventory of structured-data types on the page (each may unlock a different SERP feature): Organization, WebPage Search engines decide whether to render rich results based on content quality + page-level signals; declaring the schema is necessary but not sufficient.
A+
Autoplay Media
No autoplay media on the page
PASS
No autoplay media on the page
Info::
No autoplay media on the page
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback