Skip to content
https://sfexaminer.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
2
PASS
1
INFO
0
Checks
5
1 PASS 2 REVIEW 2 FIX
F
Structured Data
Action
4 JSON-LD block(s) found — issues found that may affect search visibility.
FIX
4 JSON-LD block(s) found — issues found that may affect search visibility.
Critical::
Malformed JSON-LD block #4
JSON parse error: "Syntax error at index 1: invalid char\n\n\t/*<![CDATA[*/ {\n \n\t.^..............................\n"
Warning::
Missing required property "name" for Organization
The "name" property is required for the Organization schema type.
Warning::
Missing required property "name" for Organization
The "name" property is required for the Organization schema type.
Warning::
Missing required property "name" for Organization
The "name" property is required for the Organization schema type.
Info::
Missing recommended property "logo" for Organization
Adding "logo" can improve how search engines display your content.
Info::
Missing recommended property "logo" for Organization
Adding "logo" can improve how search engines display your content.
Info::
Missing recommended property "logo" for Organization
Adding "logo" can improve how search engines display your content.
Info::
4 JSON-LD blocks found

JSON parse error: "Syntax error at index 1: invalid char\n\n\t/*<![CDATA[*/ {\n \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

The "name" property is required for the Organization 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

The "name" property is required for the Organization 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

The "name" property is required for the Organization 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 "logo" 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

Adding "logo" 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

Adding "logo" 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 : Organization
4 properties Valid
Missing required property: name
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "url": "http://www.sfexaminer.com",
  "sameAs": [
    "https://www.facebook.com/sfexaminer/",
    "https://twitter.com/sfexaminer",
    "https://www.instagram.com/sfexaminer/"
  ]
}
Block 2 : Organization
4 properties Valid
Missing required property: name
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "url": "http://www.sfexaminer.com",
  "sameAs": [
    "https://www.facebook.com/sfexaminer/",
    "https://twitter.com/sfexaminer",
    "https://bsky.app/profile/sfexaminer.bsky.social",
    "https://www.linkedin.com/company/sfexaminer",
    "https://www.instagram.com/sfexaminer/"
  ]
}
Block 3 : Organization
4 properties Valid
Missing required property: name
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "url": "http://www.sfexaminer.com",
  "sameAs": [
    "https://www.facebook.com/sfexaminer/",
    "https://twitter.com/sfexaminer",
    "https://www.instagram.com/sfexaminer/"
  ]
}
Block 4 : WebSite
0 properties Invalid
Invalid JSON: "Syntax error at index 1: invalid char\n\n\t/*<![CDATA[*/ {\n \n\t.^..............................\n"
/*<![CDATA[*/ {
                            "@context": "https://schema.org",
                            "@type": "WebSite",
                            "url": "https://www.sfexaminer.com",
                            "potentialAction": {
                                "@type": "SearchAction",
                                "target": "https://www.sfexaminer.com/search?q={search_term_string}",
                                "query-input": "required name=search_term_string"
                             }
                        } /*]]>*/
B
Mixed Content
1 HTTP resource(s) loaded on HTTPS page
REVIEW
1 HTTP resource(s) loaded on HTTPS page
Critical::
HTTP link loaded on HTTPS page
Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
Got: http://www.sfexaminer.com/search/?f=rss&t=article&l=50&s=start_time&sd=desc&k%5B%5D=%23topstory Expected: https://www.sfexaminer.com/search/?f=rss&t=article&l=50&s=start_time&sd=desc&k%5B%5D=%23topstory
URL: http://www.sfexaminer.com/search/?f=rss&t=article&l=50&s=start_time&sd=desc&k%5B%5D=%23topstory

Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.

Expected: https://www.sfexaminer.com/search/?f=rss&t=article&l=50&s=start_time&sd=desc&k%5B%5D=%23topstory
Why this matters

Mixed content — HTTP resource on HTTPS page. Browser may block silently or warn user.

Source: Google Chrome Security

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

67/100

Site name appears as

Page titleuser-signal
og:site_nameSan Francisco Examiner
twitter:site@sfexaminer
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

8/15

single size only

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

4/15

has url

Contact info discoverable

10/10

contact page + mailto link

Findings

  • Brand name differs across channels — users see inconsistent identity
  • Single favicon only — add apple-touch-icon for iOS home-screen and high-DPI support
  • Organization schema missing logo — add a logo property pointing to a square PNG
  • Consider adding contactPoint — helps appear in "contact us" rich results

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

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://bloximages.chicago2.vip.townnews.com/sfexaminer.com/content/tncms/custom/image/d2e5172a-cfb6-11ec-8535-8fc7aae45ad1.png?resize=600%2C315
Info::
og:title is short (14 characters)
Ideal length is 25–60 characters for social sharing previews.
Got: 14 chars Expected: 25–60 chars
URL: https://bloximages.chicago2.vip.townnews.com/sfexaminer.com/content/tncms/custom/image/d2e5172a-cfb6-11ec-8535-8fc7aae45ad1.png?resize=600%2C315

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

URL: 14 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

sfexaminer.com

sfexaminer.com

The San Francisco Examiner is the city's source for breaking news, local coverage and investigative journalism.

Preview quality · Twitter/X A · 90/100
  • twitter:card — summary_large_image
  • twitter:title — falling back from og:title
  • twitter:description — falling back from og:description
  • twitter:image — https://bloximages.chicago2.vip.townnews.com/sfexaminer.com/content/tncms/custom/image/d2e5172a-cfb6-11ec-8535-8fc7aa...

SFEXAMINER.COM

sfexaminer.com

The San Francisco Examiner is the city's source for breaking news, local coverage and investigative journalism.

Preview quality · Facebook A+ · 100/100
  • og:title — sfexaminer.com
  • og:description — The San Francisco Examiner is the city's source for breaking news, local coverage and investigative journalism.
  • og:image — https://bloximages.chicago2.vip.townnews.com/sfexaminer.com/content/tncms/custom/image/d2e5172a-cfb6-11ec-8535-8fc7aa...
  • og:type — website
  • og:url — https://www.sfexaminer.com/
  • og:site_name — San Francisco Examiner
  • og:image is below recommended size (600×315)

    → Upload an image ≥1200×630 for the large preview card

sfexaminer.com

sfexaminer.com

Preview quality · LinkedIn A+ · 100/100
  • og:title — sfexaminer.com
  • og:description — The San Francisco Examiner is the city's source for breaking news, local coverage and investigative journalism.
  • og:image — https://bloximages.chicago2.vip.townnews.com/sfexaminer.com/content/tncms/custom/image/d2e5172a-cfb6-11ec-8535-8fc7aa...

sfexaminer.com

sfexaminer.com

The San Francisco Examiner is the city's source for breaking news, local coverage and investigative journalism.

Preview quality · Slack A+ · 100/100
  • og:title — sfexaminer.com
  • og:description — The San Francisco Examiner is the city's source for breaking news, local coverage and investigative journalism.
  • og:image — https://bloximages.chicago2.vip.townnews.com/sfexaminer.com/content/tncms/custom/image/d2e5172a-cfb6-11ec-8535-8fc7aa...

Social preview quality

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

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