HTTP 200197 ms response59 KB1,106 words0 images31 links
92/100
Good
Executive Summary
This audit evaluated 25 signals across on-page SEO, technical SEO, performance, security, mobile rendering, structured data and E-E-A-T trust signals.
25
Total checks
21
Passed
0
Critical
4
Warnings
Category Scores
Technical SEO
100/100
GOOD
On-Page SEO
92/100
GOOD
Content
100/100
GOOD
Performance
92/100
GOOD
Security
92/100
GOOD
Mobile & UX
100/100
GOOD
E-E-A-T
90/100
GOOD
Structured Data
70/100
NEEDS WORK
PageSpeed Insights (lab)
Mobile
87
Perf
92
A11y
0
BP
100
SEO
LCP
2.9 s
CLS
0
TBT
0 ms
FCP
2.9 s
Desktop
99
Perf
92
A11y
0
BP
100
SEO
LCP
0.7 s
CLS
0.009
TBT
0 ms
FCP
0.7 s
Site Crawl
25
Pages crawled
0
Broken links
25
Pages with issues
Issues & Findings
Every issue includes the problem, why it matters, and a concrete fix.
On-Page SEO (1 issue)
WARNINGMeta description too long (197 chars)⏱ 10 min
ProblemMeta description is longer than 160 characters.
Why it mattersGoogle truncates descriptions around 160 characters; the most important sentence ends up clipped.
How to fixTrim the description to ≤160 characters. Front-load the value prop and keyword; cut adjectives.
Performance (1 issue)
WARNINGResponse compression not detected⏱ 20 min
ProblemNo Content-Encoding header (gzip, br, deflate) on the page response.
Why it mattersWithout compression, HTML/CSS/JS payloads are 3–5× larger than needed — slower TTFB, slower LCP, and wasted bandwidth.
How to fixEnable gzip and/or brotli at the web server level (nginx: `gzip on;` + `brotli on;`; Apache: mod_deflate / mod_brotli; Cloudflare: enabled by default).
Security (1 issue)
WARNINGMissing Content-Security-Policy header⏱ 30 min
ProblemA security or SEO header is missing from the page response.
Why it mattersModern browsers and crawlers expect security headers (HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy). Missing them weakens defense-in-depth, sometimes blocks rich integrations, and signals to crawlers that the site isn't maintained.
How to fixAdd the named header in your web server config (nginx `add_header`, Apache `Header set`) or application middleware. Start with: `Strict-Transport-Security: max-age=31536000; includeSubDomains`, `X-Content-Type-Options: nosniff`, `Referrer-Policy: strict-origin-when-cross-origin`.
E-E-A-T (1 issue)
WARNINGNo social media links detected⏱ 20 min
ProblemNo links to social media profiles (LinkedIn, X, Facebook, Instagram, YouTube, GitHub, etc.) found on the page.
Why it mattersSocial profiles are entity signals — they let Google connect your site to a verifiable real-world organisation. Crucial for E-E-A-T and for AI answer engines that build entity graphs.
How to fixAdd the relevant social profile links (at minimum LinkedIn + one other) to the footer. Also add them as `sameAs` entries in your Organization JSON-LD.