Skip to content
https://www.fastly.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
78
GRADE
C
FIX
1
REVIEW
1
PASS
3
INFO
0
Checks
5
3 PASS 1 REVIEW 1 FIX
B
Structured Data
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: http://schema.org/ Expected: https://schema.org
Info::
Custom type "Corporation" — unable to validate specific properties
Info::
2 JSON-LD blocks found
URL: http://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
8 properties Valid
Missing or invalid @context
{
  "@context": "http://schema.org/",
  "@type": "Organization",
  "name": "Fastly",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "San Francisco, CA",
    "postalCode": "94107",
    "streetAddress": "475 Brannan St #300"
  },
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+1-844-432-7859",
    "contactType": "customer service"
  },
  "url": "https://www.fastly.com",
  "logo": "https://www.fastly.com/img/og-image-lg.png?canvas=1200:630&width=1200&height=630&fit=bounds&bg-color=FFFFFF",
  "sameAs": [
    "https://www.facebook.com/FastlyEdgeCloud",
    "https://twitter.com/fastly",
    "https://twitter.com/fastlyjapan",
    "https://en.wikipedia.org/wiki/Fastly",
    "https://www.youtube.com/user/FastlyCDN",
    "https://www.linkedin.com/company/fastly",
    "https://vimeo.com/fastly"
  ]
}
Block 2 : Corporation
5 properties Valid
{
        "@context": "http://schema.org",
        "@type": "Corporation",
        "name": "Fastly",
        "url": "https://www.fastly.com",
        "description": "Fastly’s edge cloud platform helps the world’s most
        popular digital businesses keep pace with their customer expectations
        by delivering fast, secure, and scalable online experiences."
      }
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::
Missing og:url
The og:url tag specifies the canonical URL for the shared content.
Info::
Missing og:site_name
The og:site_name tag displays the website name in social previews.

The og:url tag specifies the canonical URL for the shared content.

Why this matters

Without og:url, social platforms infer the canonical URL — often picking a tracking-param variant that pollutes share counts.

Learn more

og:url tells the social platform which URL to count this share against. Without it, platforms use the literal URL the user pasted (which may include utm_* parameters, ref codes, etc.). Setting og:url to the canonical form keeps share-count attribution clean.

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

www.fastly.com

Powering the best of the internet | Fastly

Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers. Elevate your edge CDN, video delivery, security, and more.

WWW.FASTLY.COM

Powering the best of the internet | Fastly

Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers. Elevate your edge CDN, video delivery, security, and more.

Powering the best of the internet | Fastly

www.fastly.com

www.fastly.com

Powering the best of the internet | Fastly

Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers. Elevate your edge CDN, video delivery, security, and more.

A
Brand Presence
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
PASS

Brand Presence

Your brand is consistently presented across every channel.

A

90/100

Site name appears as

Page titleFastly
og:site_name
twitter:site
Organization.nameFastly

Consistent

Brand assets

Favicon

15/15

covers multiple sizes, apple-touch-icon + SVG

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

15/15

has name, logo + url

Contact info discoverable

10/10

contact page + tel link

Findings

  • Missing brand name in: og:site_name, twitter:site

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

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback