Skip to content
https://webfx.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
71
GRADE
C
FIX
2
REVIEW
1
PASS
2
INFO
0
Checks
5
2 PASS 1 REVIEW 2 FIX
F
Structured Data
Action
6 JSON-LD block(s) found — issues found that may affect search visibility.
FIX
6 JSON-LD block(s) found — issues found that may affect search visibility.
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
Warning::
Missing or invalid @context in block #3
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 #4
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 #5
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 #6
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::
5 blocks of custom type "VideoObject" — unable to validate specific properties
Info::
6 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

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

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 : WebPage
2 properties Valid
{
  "@context": "https:\/\/schema.org",
  "@graph": [
    {
      "@type": "WebPage",
      "@id": "https:\/\/www.webfx.com\/",
      "url": "https:\/\/www.webfx.com\/",
      "name": "WebFX | The Digital Marketing Agency That Drives Revenue",
      "isPartOf": {
        "@id": "https:\/\/www.webfx.com\/#website"
      },
      "about": {
        "@id": "https:\/\/www.webfx.com\/#organization"
      },
      "datePublished": "2025-12-11T12:57:03+00:00",
      "dateModified": "2026-04-15T02:53:49+00:00",
      "description": "We've generated over $10 billion in revenue for our clients. Read over 1,100 client reviews and learn why WebFX is the #1 digital marketing agency.",
      "breadcrumb": {
        "@id": "https:\/\/www.webfx.com\/#breadcrumb"
      },
      "inLanguage": "en-US",
      "potentialAction": [
        {
          "@type": "ReadAction",
          "target": [
            "https:\/\/www.webfx.com\/"
          ]
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https:\/\/www.webfx.com\/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https:\/\/www.webfx.com\/#website",
      "url": "https:\/\/www.webfx.com\/",
      "name": "WebFX",
      "description": "The Digital Marketing Agency That Drives Revenue®",
      "publisher": {
        "@id": "https:\/\/www.webfx.com\/#organization"
      },
      "potentialAction": [
        {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https:\/\/www.webfx.com\/?s={search_term_string}"
          },
          "query-input": {
            "@type": "PropertyValueSpecification",
            "valueRequired": true,
            "valueName": "search_term_string"
          }
        }
      ],
      "inLanguage": "en-US"
    },
    {
      "@type": "Organization",
      "@id": "https:\/\/www.webfx.com\/#organization",
      "name": "WebFX",
      "url": "https:\/\/www.webfx.com\/",
      "logo": {
        "@type": "ImageObject",
        "inLanguage": "en-US",
        "@id": "https:\/\/www.webfx.com\/#\/schema\/logo\/image\/",
        "url": "https:\/\/www.webfx.com\/wp-content\/uploads\/2021\/11\/webfx-dark.png",
        "contentUrl": "https:\/\/www.webfx.com\/wp-content\/uploads\/2021\/11\/webfx-dark.png",
        "width": 289,
        "height": 76,
        "caption": "WebFX"
      },
      "image": {
        "@id": "https:\/\/www.webfx.com\/#\/schema\/logo\/image\/"
      },
      "sameAs": [
        "https:\/\/www.facebook.com\/webfxinc\/",
        "https:\/\/x.com\/webfx",
        "https:\/\/www.instagram.com\/webfx\/",
        "https:\/\/www.linkedin.com\/company\/webfxinc",
        "https:\/\/www.youtube.com\/channel\/UCQPrlLwp_cv1fCupqSK66jg",
        "https:\/\/www.crunchbase.com\/organization\/webfx",
        "https:\/\/www.capterra.com\/services\/sp\/26\/webfx\/",
        "https:\/\/www.g2.com\/sellers\/webfx",
        "https:\/\/clutch.co\/profile\/webfx",
        "https:\/\/en.wikipedia.org\/wiki\/WebFX",
        "https:\/\/www.wikidata.org\/wiki\/Q136735845"
      ]
    }
  ]
}
Block 2 : VideoObject
6 properties Valid
Missing or invalid @context
{
  "@context": "https:\/\/schema.org\/",
  "@type": "VideoObject",
  "name": "How RevenueCloudFX Can Help Your Business Grow",
  "uploadDate": "2025-07-01T18:44:02+00:00",
  "thumbnailUrl": "https:\/\/www.webfx.com\/wp-content\/uploads\/2025\/12\/ai-powered-intelligence-thumbnail.svg",
  "description": "In a world where customer data is often scattered across various platforms, building an effective marketing strategy can be a daunting task. RevenueCloudFX emerges as a comprehensive marketing automation platform that centralizes all marketing data into one dashboard, eliminating the need for multiple expensive tools. RevenueCloudFX not only connects existing tools but also tracks content performance and manages contacts for targeted advertising. With continuous feature updates, RevenueCloudFX ensures that clients stay ahead in the ever-evolving marketing landscape.\n"
}
Block 3 : VideoObject
6 properties Valid
Missing or invalid @context
{
  "@context": "https:\/\/schema.org\/",
  "@type": "VideoObject",
  "name": "Village Caregiving Testimonial",
  "uploadDate": "2025-01-21T00:13:51+00:00",
  "thumbnailUrl": "https:\/\/www.webfx.com\/wp-content\/uploads\/2023\/01\/insights-from-experts-video-thumb.png",
  "description": "In a heartfelt testimonial, Jeff Stevens shares his positive experience with WebFX, highlighting their exceptional communication and support in non-medical home care services. He emphasizes the importance of digital marketing for visibility and praises the monthly performance reviews that contribute to impressive growth metrics. Jeff feels valued and appreciated, noting that his high expectations were not only met but exceeded. He encourages others to consider WebFX, assuring them they won't regret the decision.\n"
}
Block 4 : VideoObject
6 properties Valid
Missing or invalid @context
{
  "@context": "https:\/\/schema.org\/",
  "@type": "VideoObject",
  "name": "Thompson Tractor Testimonial",
  "uploadDate": "2025-09-15T19:25:48+00:00",
  "thumbnailUrl": "https:\/\/www.webfx.com\/wp-content\/uploads\/2023\/01\/insights-from-experts-video-thumb.png",
  "description": "This video features an interview with Miranda Smith, the marketing manager for WebFX Client Thompson Tractor. Miranda shares that WebFX stands out due to its dedicated team, which enhances the overall experience for clients. She highlights the growth that her company has achieved in collaboration with WebFX. The cohesive strategies provided by WebFX have been instrumental in Thompson's success, and Miranda values the knowledge gained from their partnership. She appreciates the support and implementation efforts from WebFX, recommending them as a valuable partner in digital marketing.\n"
}
Block 5 : VideoObject
6 properties Valid
Missing or invalid @context
{
  "@context": "https:\/\/schema.org\/",
  "@type": "VideoObject",
  "name": "Foster Fuels Testimonial",
  "uploadDate": "2025-01-15T16:49:27+00:00",
  "thumbnailUrl": "https:\/\/www.webfx.com\/wp-content\/uploads\/2023\/01\/insights-from-experts-video-thumb.png",
  "description": "Foster Fuels, serving both residential and commercial customers, has experienced significant website growth since partnering with WebFX in 2014. The collaboration has allowed Foster Fuels to set digital standards in their local market, thanks to WebFX's extensive tools and resources. Account manager Seth exemplifies the responsive and knowledgeable support provided by WebFX, who invest time in understanding their clients' needs. In today's digital age, investing in a robust website is essential, and WebFX's partnership with Google further enhances their service offerings.\n"
}
Block 6 : VideoObject
6 properties Valid
Missing or invalid @context
{
  "@context": "https:\/\/schema.org\/",
  "@type": "VideoObject",
  "name": "Our Approach to Your Digital Marketing",
  "uploadDate": "2023-06-23T14:42:36+00:00",
  "thumbnailUrl": "https:\/\/www.webfx.com\/wp-content\/uploads\/2025\/12\/video-thumb.png",
  "description": "WebFX offers customized marketing strategies tailored to each business, with expertise in various marketing aspects. They utilize technology such as RevenueCloudFX and Nutshell for real-time tracking of investment, custom reports, and AI-powered recommendations. Clients receive continuous support beyond numbers, with a dedicated account manager, personalized support and advice, and expert coordination with the team. Client experiences and feedback emphasize satisfaction with WebFX services, encouraging partnerships and emphasizing understanding client goals.\n"
}
C
Brand Presence
Action
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.

C

64/100

Site name appears as

Page titleThe Digital Marketing Agency That Drives Revenue
og:site_nameWebFX
twitter:site@webfx
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

14/20

og:image set; twitter:image missing

Meta completeness

20/20

Organization schema

0/15

Contact info discoverable

10/10

contact page + tel link

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
  • No Organization schema — Google can't render your logo in the knowledge panel

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://www.webfx.com/wp-content/uploads/2026/02/DSC09227-scaled-2.jpg
URL: https://www.webfx.com/wp-content/uploads/2026/02/DSC09227-scaled-2.jpg

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

webfx.com

WebFX - Your Revenue Growth Partner in the AI Era

For businesses who need proven revenue impact, WebFX’s revenue-focused framework connects expert execution, data, and strategy to drive measurable growth.

Preview quality · Twitter/X A · 90/100
  • twitter:card — summary_large_image
  • twitter:title — Homepage - WebFX
  • twitter:description — falling back from og:description
  • twitter:image — falling back from og:image

WEBFX.COM

WebFX - Your Revenue Growth Partner in the AI Era

For businesses who need proven revenue impact, WebFX’s revenue-focused framework connects expert execution, data, and strategy to drive measurable growth.

Preview quality · Facebook A+ · 95/100

Description will be truncated (156 chars / 155 max)

  • og:title — WebFX - Your Revenue Growth Partner in the AI Era
  • og:description — For businesses who need proven revenue impact, WebFX’s revenue-focused framework connects expert execution, data, and...
  • og:image — https://www.webfx.com/wp-content/uploads/2026/02/DSC09227-scaled-2.jpg
  • og:type — website
  • og:url — https://www.webfx.com/
  • og:site_name — WebFX
  • Description will be truncated on Facebook (156 chars, max 155)

    → Tighten og:description to ≤155 characters

WebFX - Your Revenue Growth Partner in the AI Era

webfx.com

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (156 chars / 150 max)

  • og:title — WebFX - Your Revenue Growth Partner in the AI Era
  • og:description — For businesses who need proven revenue impact, WebFX’s revenue-focused framework connects expert execution, data, and...
  • og:image — https://www.webfx.com/wp-content/uploads/2026/02/DSC09227-scaled-2.jpg
  • Description will be truncated on LinkedIn (156 chars, max 150)

    → Tighten og:description to ≤150 characters

webfx.com

WebFX - Your Revenue Growth Partner in the AI Era

For businesses who need proven revenue impact, WebFX’s revenue-focused framework connects expert execution, data, and strategy to drive measurable growth.

Preview quality · Slack A+ · 100/100
  • og:title — WebFX - Your Revenue Growth Partner in the AI Era
  • og:description — For businesses who need proven revenue impact, WebFX’s revenue-focused framework connects expert execution, data, and...
  • og:image — https://www.webfx.com/wp-content/uploads/2026/02/DSC09227-scaled-2.jpg

Social preview quality

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

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