Skip to content
https://clickcease.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
79
GRADE
C
FIX
1
REVIEW
2
PASS
2
INFO
0
Checks
5
2 PASS 2 REVIEW 1 FIX
F
Structured Data
Action
3 JSON-LD block(s) found — issues found that may affect search visibility.
FIX
3 JSON-LD block(s) found — issues found that may affect search visibility.
Critical::
Malformed JSON-LD block #1
JSON parse error: "Syntax error at index 2: invalid char\n\n\t{\n\u00a0 \"@context\": \"https://schema\n\t..^.............................\n"
Critical::
Malformed JSON-LD block #2
JSON parse error: "Syntax error at index 2: invalid char\n\n\t{\n\u00a0 \"@context\": \"https://schema\n\t..^.............................\n"
Critical::
Malformed JSON-LD block #3
JSON parse error: "Syntax error at index 2: invalid char\n\n\t{\n\u00a0 \"@context\": \"https://schema\n\t..^.............................\n"
Info::
3 JSON-LD blocks found

JSON parse error: "Syntax error at index 2: invalid char\n\n\t{\n\u00a0 \"@context\": \"https://schema\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

JSON parse error: "Syntax error at index 2: invalid char\n\n\t{\n\u00a0 \"@context\": \"https://schema\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

JSON parse error: "Syntax error at index 2: invalid char\n\n\t{\n\u00a0 \"@context\": \"https://schema\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

JSON-LD Blocks

Block 1 : SoftwareApplication
0 properties Invalid
Invalid JSON: "Syntax error at index 2: invalid char\n\n\t{\n\u00a0 \"@context\": \"https://schema\n\t..^.............................\n"
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "ClickCease",
  "applicationCategory": "SecurityApplication",
  "applicationSubCategory": "Click Fraud Detection Software",
  "operatingSystem": "Web, SaaS",
  "url": "https://www.clickcease.com/",
  "description": "ClickCease automatically detects and blocks click fraud on Google Ads and Facebook Ads campaigns.",
  "offers": {
    "@type": "AggregateOffer",
    "priceCurrency": "USD",
    "lowPrice": "69",
    "highPrice": "189",
    "offerCount": "3"
  }
}
Block 2 : Organization
0 properties Invalid
Invalid JSON: "Syntax error at index 2: invalid char\n\n\t{\n\u00a0 \"@context\": \"https://schema\n\t..^.............................\n"
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "ClickCease",
  "url": "https://www.clickcease.com/",
  "logo": "https://cdn.prod.website-files.com/61a88de920f8d32fb748008b/623378658db98f4af58e17d6_CHEQ%20clickcease%20logo.svg",
  "sameAs": [
    "https://www.linkedin.com/company/clickcease",
    "https://twitter.com/clickcease",
    "https://www.g2.com/products/clickcease/reviews",
    "https://www.capterra.com/p/155948/ClickCease/"
  ]
}
Block 3 : WebSite
0 properties Invalid
Invalid JSON: "Syntax error at index 2: invalid char\n\n\t{\n\u00a0 \"@context\": \"https://schema\n\t..^.............................\n"
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "ClickCease",
  "url": "https://www.clickcease.com/",
  "potentialAction": {
    "@type": "SearchAction",
    "target": {"@type": "EntryPoint",
      "urlTemplate": "https://www.clickcease.com/?s={search_term_string}"},
    "query-input": "required name=search_term_string"
  }
}
C
Brand Presence
Action
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.

C

65/100

Site name appears as

Page titleClickCease™ - Block Click Fraud on Google, Meta & Microsoft
og:site_name
twitter:site
Organization.name

Consistent

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

4/15

Organization schema present but missing all recommended fields

Contact info discoverable

10/10

contact page + mailto link

Findings

  • Missing brand name in: og:site_name, twitter:site, Organization.name
  • 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)
  • Organization schema missing logo — add a logo property pointing to a square PNG
  • Organization schema missing url — point it at the canonical homepage
  • 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+
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

clickcease.com

ClickCease™ - Block Click Fraud on Google, Meta & Microsoft

ClickCease™ detects and blocks click fraud on your Google, Meta and Microsoft Ads campaigns. Automatically block competitors and bots from wasting your PPC ads budget.

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

CLICKCEASE.COM

ClickCease™ - Block Click Fraud on Google, Meta & Microsoft

ClickCease™ detects and blocks click fraud on your Google, Meta and Microsoft Ads campaigns. Automatically block competitors and bots from wasting your PPC ads budget.

Preview quality · Facebook D · 60/100

Title will be truncated (61 chars / 60 max)

Description will be truncated (169 chars / 155 max)

  • og:title — ClickCease™ - Block Click Fraud on Google, Meta & Microsoft
  • og:description — ClickCease™ detects and blocks click fraud on your Google, Meta and Microsoft Ads campaigns. Automatically block comp...
  • og:image — https://uploads-ssl.webflow.com/61a88de920f8d32fb748008b/61e3b14e1ded3440016b9890_shared%20image.png
  • og:type — website
  • og:url — Add og:url — Recommended — canonical URL for the share
  • og:site_name — Add og:site_name — Recommended — site-level brand line in the preview
  • Title will be truncated on Facebook (61 chars, max 60)

    → Shorten og:title to ≤60 characters

  • Description will be truncated on Facebook (169 chars, max 155)

    → Tighten og:description to ≤155 characters

ClickCease™ - Block Click Fraud on Google, Meta & Microsoft

clickcease.com

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (169 chars / 150 max)

  • og:title — ClickCease™ - Block Click Fraud on Google, Meta & Microsoft
  • og:description — ClickCease™ detects and blocks click fraud on your Google, Meta and Microsoft Ads campaigns. Automatically block comp...
  • og:image — https://uploads-ssl.webflow.com/61a88de920f8d32fb748008b/61e3b14e1ded3440016b9890_shared%20image.png
  • Description will be truncated on LinkedIn (169 chars, max 150)

    → Tighten og:description to ≤150 characters

clickcease.com

ClickCease™ - Block Click Fraud on Google, Meta & Microsoft

ClickCease™ detects and blocks click fraud on your Google, Meta and Microsoft Ads campaigns. Automatically block competitors and bots from wasting your PPC ads budget.

Preview quality · Slack A+ · 100/100
  • og:title — ClickCease™ - Block Click Fraud on Google, Meta & Microsoft
  • og:description — ClickCease™ detects and blocks click fraud on your Google, Meta and Microsoft Ads campaigns. Automatically block comp...
  • og:image — https://uploads-ssl.webflow.com/61a88de920f8d32fb748008b/61e3b14e1ded3440016b9890_shared%20image.png

Social preview quality

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

A · 85/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