Skip to content
https://3ds.com

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
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 titleDassault Systèmes
og:site_nameDassault Systèmes
twitter:site
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

5/10

contact page

Findings

  • Missing brand name in: twitter:site, Organization.name
  • 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.

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 short (17 characters)
Ideal length is 25–60 characters for social sharing previews.
Got: 17 chars Expected: 25–60 chars
URL: 17 chars

Ideal length is 25–60 characters for social sharing previews.

Expected: 25–60 chars
Why this matters

og:title very short — may render with awkward whitespace in social cards.

Source: Open Graph Protocol

Preview

3ds.com

Dassault Systèmes

Through virtual twin technologies, our collaborative platform empowers business and people to create sustainable innovations.

Preview quality · Twitter/X A+ · 100/100
  • twitter:card — summary_large_image
  • twitter:title — Dassault Systèmes
  • twitter:description — Through virtual twin technologies, our collaborative platform empowers business and people to create sustainable inno...
  • twitter:image — https://www.3ds.com/assets/invest/styles/card/public/2023-06/homepage-card-image.jpg.webp?itok=7r3TEHtB

3DS.COM

Dassault Systèmes

Through virtual twin technologies, our collaborative platform empowers business and people to create sustainable innovations.

Preview quality · Facebook A+ · 100/100
  • og:title — Dassault Systèmes
  • og:description — Through virtual twin technologies, our collaborative platform empowers business and people to create sustainable inno...
  • og:image — https://www.3ds.com/assets/invest/styles/card_og_image/public/2023-06/homepage-card-image.jpg?itok=kVINUjTT
  • og:type — website
  • og:url — https://www.3ds.com/
  • og:site_name — Dassault Systèmes

Dassault Systèmes

3ds.com

Preview quality · LinkedIn A+ · 100/100
  • og:title — Dassault Systèmes
  • og:description — Through virtual twin technologies, our collaborative platform empowers business and people to create sustainable inno...
  • og:image — https://www.3ds.com/assets/invest/styles/card_og_image/public/2023-06/homepage-card-image.jpg?itok=kVINUjTT

3ds.com

Dassault Systèmes

Through virtual twin technologies, our collaborative platform empowers business and people to create sustainable innovations.

Preview quality · Slack A+ · 100/100
  • og:title — Dassault Systèmes
  • og:description — Through virtual twin technologies, our collaborative platform empowers business and people to create sustainable inno...
  • og:image — https://www.3ds.com/assets/invest/styles/card_og_image/public/2023-06/homepage-card-image.jpg?itok=kVINUjTT

Social preview quality

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

A+ · 100/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
Structured Data
5 JSON-LD block(s) found — structured data is well configured.
PASS
5 JSON-LD block(s) found — structured data is well configured.
Warning::
Missing required property "name" for WebSite
The "name" property is required for the WebSite schema type.
Info::
Missing recommended property "description" for WebSite
Adding "description" can improve how search engines display your content.
Info::
4 blocks of custom type "Service" — unable to validate specific properties
Info::
5 JSON-LD blocks found

The "name" property is required for the WebSite schema type.

Why this matters

Schema markup missing required properties is silently rejected by Google — your structured data appears in source but never as a rich result.

Learn more

Each schema.org type has required properties (Article needs headline + author + datePublished; Product needs name + offers; etc.). Missing them means Google's rich-result eligibility check fails. The Search Console Rich Results Test surfaces specific gaps. Fix the missing property; rich results re-appear within hours.

Source: Google Search Central / schema.org

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

JSON-LD Blocks

Block 1 : WebSite
4 properties Valid
Missing required property: name
{
  "@context": "http://schema.org",
  "@type": "WebSite",
  "url": "https://www.3ds.com/",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://www.3ds.com/search/?wockw={search_term_string}",
    "query-input": "required name=search_term_string",
    "description": "Search on 3DS websites",
    "agent": {
      "@type": "Organization",
      "logo": "https://www.3ds.com/templates/images/_logo/logo_3DS_dassault.png",
      "name": "3ds"
    }
  }
}
Block 2 : Service
5 properties Valid
{
  "@context": "http://schema.org",
  "@type": "Service",
  "name": "user",
  "description": "API to retreive authenticated user information",
  "availableChannel": {
    "@type": "ServiceChannel",
    "serviceUrl": "https://eu1.iam.3dexperience.3ds.com/api/authenticated/user/me"
  }
}
Block 3 : Service
5 properties Valid
{
  "@context": "http://schema.org",
  "@type": "Service",
  "name": "login",
  "description": "Login url",
  "availableChannel": {
    "@type": "ServiceChannel",
    "serviceUrl": "https://eu1.iam.3dexperience.3ds.com/login"
  }
}
Block 4 : Service
5 properties Valid
{
  "@context": "http://schema.org",
  "@type": "Service",
  "name": "logout",
  "description": "Logout url",
  "availableChannel": {
    "@type": "ServiceChannel",
    "serviceUrl": "https://eu1.iam.3dexperience.3ds.com/logout"
  }
}
Block 5 : Service
6 properties Valid
{
  "@context": "http://schema.org",
  "@type": "Service",
  "name": "profile",
  "description": "My Profile URL",
  "logo": "https://",
  "availableChannel": {
    "@type": "ServiceChannel",
    "serviceUrl": "https://eu1.iam.3dexperience.3ds.com/3DPassport/my-profile"
  }
}
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback