Skip to content
https://www.focuslive.app

Content

· 9 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
96
GRADE
A
FIX
0
REVIEW
2
PASS
7
INFO
0
Checks
9
7 PASS 2 REVIEW
C
Image Optimization
Action
4 issues found across 3 images
REVIEW
4 issues found across 3 images
Warning::
2 images significantly larger than display size
Resizing to display dimensions could save approximately 41 KB.
Got: ~41 KB wasted
Info::
1 below-fold images missing loading="lazy"
Lazy loading defers below-fold images, reducing initial page weight.
Info::
2 of 3 images use legacy formats
Info::
1 image(s) wider than 400px without srcset (no responsive serving)
These images deliver the same asset to every viewport (mobile, tablet, retina). Adding srcset / <picture> lets the browser pick a viewport-appropriate variant and typically saves 40-70% of bytes on mobile. Sample: https://www.focuslive.app/globe.webp.
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 titleFocusLive
og:site_nameFocusLive
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

0/10

no contact info discoverable

Findings

  • Missing brand name in: twitter:site, Organization.name
  • No Organization schema — Google can't render your logo in the knowledge panel
  • No discoverable contact info — trust signal is weak, legal risk is higher in regulated regions

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

www.focuslive.app

FocusLive

Focused work without isolation. Join a global community and focus together.

Preview quality · Twitter/X A+ · 100/100
  • twitter:card — summary_large_image
  • twitter:title — FocusLive
  • twitter:description — Focused work without isolation. Join a global community and focus together.
  • twitter:image — https://www.focuslive.app/og-image.png

WWW.FOCUSLIVE.APP

FocusLive

Focused work without isolation. Join a global community and focus together.

Preview quality · Facebook A+ · 100/100
  • og:title — FocusLive
  • og:description — Focused work without isolation. Join a global community and focus together.
  • og:image — https://www.focuslive.app/og-image.png
  • og:type — website
  • og:url — https://www.focuslive.app
  • og:site_name — FocusLive

FocusLive

www.focuslive.app

Preview quality · LinkedIn A+ · 100/100
  • og:title — FocusLive
  • og:description — Focused work without isolation. Join a global community and focus together.
  • og:image — https://www.focuslive.app/og-image.png

www.focuslive.app

FocusLive

Focused work without isolation. Join a global community and focus together.

Preview quality · Slack A+ · 100/100
  • og:title — FocusLive
  • og:description — Focused work without isolation. Join a global community and focus together.
  • og:image — https://www.focuslive.app/og-image.png

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+
Open Graph / Twitter Card Depth
OG image dimensions and Twitter card configuration look healthy
PASS
OG image dimensions and Twitter card configuration look healthy
Info::
OG/Twitter Card depth is clean -- dimensions, card type, and inheritance all valid
A+
Structured Data
3 JSON-LD block(s) found — structured data is well configured.
PASS
3 JSON-LD block(s) found — structured data is well configured.
Info::
Missing recommended property "potentialAction" for WebSite
Adding "potentialAction" can improve how search engines display your content.
Info::
Custom type "SoftwareApplication" — unable to validate specific properties
Info::
3 JSON-LD blocks found

Adding "potentialAction" 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
6 properties Valid
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "FocusLive",
  "alternateName": "FocusLive App",
  "url": "https://www.focuslive.app",
  "description": "Focused work without isolation. Join a global community and focus together."
}
Block 2 : SoftwareApplication
9 properties Valid
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "FocusLive",
  "applicationCategory": "ProductivityApplication",
  "operatingSystem": "Web",
  "url": "https://www.focuslive.app",
  "description": "FocusLive is a pomodoro timer for deep work, studying, and virtual coworking with lightweight accountability.",
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD",
    "category": "Free",
    "url": "https://www.focuslive.app"
  },
  "featureList": [
    "Pomodoro timer with focus sessions, short breaks, and long breaks",
    "Virtual coworking without joining a distracting video room",
    "Body doubling support through lightweight shared accountability",
    "Custom timer settings, session history, and focus tracking",
    "Optional live map to see active FocusLive users around the world"
  ]
}
Block 3 : FAQPage
3 properties Valid
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is FocusLive?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "FocusLive is a pomodoro timer app built for focused work, studying, and virtual coworking with lightweight accountability."
      }
    },
    {
      "@type": "Question",
      "name": "Is FocusLive good for studying?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. It works well as an online study timer for solo study, revision sessions, reading blocks, and homework routines."
      }
    },
    {
      "@type": "Question",
      "name": "Do I need an account to use the timer?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "No. The core timer can be used without logging in. An account is only needed for personalized or member-only features."
      }
    }
  ]
}
A+
Rich Results Eligibility
3 JSON-LD block(s) declaring 3 schema type(s)
PASS
3 JSON-LD block(s) declaring 3 schema type(s)
Info::
3 rich-result schema type(s) declared
Inventory of structured-data types on the page (each may unlock a different SERP feature): FAQPage, SoftwareApplication, WebSite Search engines decide whether to render rich results based on content quality + page-level signals; declaring the schema is necessary but not sufficient.
A+
Autoplay Media
No autoplay media on the page
PASS
No autoplay media on the page
Info::
No autoplay media on the page
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback