foxvam.pro
Northbridge Community Support - Caring Local Help
0 failed · 5 warnings · 24 passed
Audited Mon, 13 Jul 2026 12:15:41 GMT · https://foxvam.pro/
Meta & Head
23.6/25
Title, description, canonical, social tags — what search engines read first.
Canonical URLmedium impactlow effort
Canonical href is "index.html" (not an absolute URL)
Crawlers resolve relative canonical URLs against whatever URL they happened to fetch, so a relative href can silently point your ranking signals at a parameterized or duplicate address. Replace it with the full absolute URL including scheme and host, e.g. <link rel="canonical" href="https://www.example.com/pricing/">. Generate it server-side from a configured base URL rather than from the incoming request's Host header, so staging domains and proxies can't leak into it.
8 passing checks
- Title tag<title> is "Northbridge Community Support - Caring Local Help" (49 characters)
- Meta descriptionMeta description is "Contact Northbridge Community Support for caring local assistance, helpful resources, and responsive support for individuals and families." (138 characters)
- Viewport meta tagViewport is "width=device-width, initial-scale=1.0"
- Character encoding declaredCharacter encoding is declared
- FaviconA <link rel="icon"> is present
- Open Graph tagsAll core Open Graph tags present (og:title, og:description, og:image, og:url)
- Twitter card tagtwitter:card is "summary_large_image"
- Page allows indexingrobots: index, follow
Content & Structure
21.9/25
Headings, copy depth, images, structured data, internal linking.
Single H1 headinghigh impactlow effort
7 h1 headings found: "Free support that helps Northbridge businesses move forward with confidence.", "About Us", "Our Services"
Multiple h1s split the page's main-topic signal, leaving search engines to guess which headline actually defines the page. Keep the one h1 that best states the primary topic and demote the rest to h2 or h3, so the outline reads as a single subject with subtopics. A frequent culprit is a site logo or blog title wrapped in an h1 inside the shared header template — change that to a <div> or <p> and reserve h1 for the page's own content.
Heading hierarchylow impactlow effort
Heading level jumps from h1 ("Our Services") to h3 ("Free initial consultation")
Headings form the page's outline; when levels jump (h2 straight to h4), search engines and screen readers get a broken table of contents and the relationship between sections turns ambiguous. Fix the jump by stepping down one level at a time — promote the deeper heading, or add the missing intermediate level. The usual cause is choosing heading tags for their default font size; set sizes in CSS instead and let the tags reflect actual document structure.
6 passing checks
- Word count2750 words of visible text
- Image alt text45 of 45 images have alt text
- Structured data (JSON-LD)JSON-LD types found: LocalBusiness, FAQPage, LocalBusiness, FAQPage
- HTML lang attribute<html lang="en">
- JavaScript-dependent contentvisible text ~15710 chars in the initial HTML
- Internal linking30 internal, 0 external links
Technical
23.9/25
HTTPS, redirects, robots, sitemap, speed, crawlability.
Response compression enabledlow impactlow effort
no content-encoding header
This HTML is served uncompressed, so every visitor downloads far more bytes than necessary — text compresses extremely well, and the savings directly speed up first render on slow connections. Enable Brotli or gzip on your server or CDN: in nginx it's "gzip on;" (or the brotli module), in Apache it's mod_deflate via .htaccess, and on most CDNs it's a single toggle. Make sure compression covers all text types (HTML, CSS, JS, JSON, SVG), but skip already-compressed images — recompressing them wastes CPU for no gain.
HTML5 doctypelow impactlow effort
No doctype declaration found at the start of the document
Without a doctype, browsers render in quirks mode — inconsistent layout, and validators flag the page. Add <!DOCTYPE html> as the very first line of the document, before the <html> tag. Watch out for whitespace, comments, or BOM characters sneaking in before it.
10 passing checks
- Served over HTTPSfinal URL uses https://
- HTTP redirects to HTTPShttp:// redirects to https://
- No mixed content0 http:// subresource references
- Short redirect chainno redirects; URL resolves directly
- robots.txt present and permissiverobots.txt exists and allows crawling
- XML sitemap availablesitemap.xml exists and is valid XML
- Fast time to first byte172 ms
- Reasonable HTML size61.8 KB
- Missing pages return 404missing paths return HTTP 404/410
- www and non-www resolve consistentlywww and non-www converge on the same host
Performance
Core Web Vitals scoring via Google PageSpeed is coming soon.
Share your score
Embed this live badge on your site — it updates whenever the audit is re-run.