Open Graph tags are missing
Social sharing previews are incomplete.
Evidence: og:title and og:image are absent on the sample homepage head.
Business impact: Lower click-through on social shares.
Suggested owner: SEO specialist | Difficulty: Easy
Recommended fix: Add og:title, og:description, og:image, and og:url on key pages.
Thin or duplicate meta descriptions
Several important pages share identical or low-information meta descriptions.
Evidence: Three mapped sample URLs share a meta description under 50 characters.
Business impact: Weak SERP snippets and lower organic CTR.
Suggested owner: Content manager | Difficulty: Easy
Recommended fix: Write unique 120–160 character descriptions aligned to each page intent.
Fonts loaded from third-party CDN
Google Fonts dependency may slow or block rendering on some networks.
Evidence: Request to fonts.googleapis.com observed in the sample homepage waterfall.
Business impact: FOIT/FOUT and delayed text rendering.
Suggested owner: Developer | Difficulty: Medium
Recommended fix: Self-host fonts or define a reliable fallback stack.
7 images missing alt text
Meaningful images lack alt text for screen reader users.
Evidence: Sample DOM scan: 7 img tags without non-empty alt on key pages.
Business impact: WCAG gap and incomplete experience for low-vision users.
Suggested owner: Content manager | Difficulty: Easy
Recommended fix: Descriptive alt on content images; alt="" on decorative images.
Mixed content (HTTP on HTTPS)
Some assets still load over HTTP on HTTPS pages.
Evidence: Two image requests using http:// detected on the sample page.
Business impact: Browser warnings and blocked assets in strict mode.
Suggested owner: Developer | Difficulty: Easy
Recommended fix: Upgrade all asset URLs to HTTPS.
Small tap targets on mobile
Some buttons and links are smaller than 44×44px.
Evidence: Five interactive elements under 44px height at 390px mobile viewport.
Business impact: Touch error rate and mobile frustration.
Suggested owner: Developer | Difficulty: Easy
Recommended fix: Increase padding and min-height/min-width on touch controls.