Catalog / homerenovationoakland.com
90

SEO audit for homerenovationoakland.com

Home Renovations Oakland, PA | Construction Services

other

Health 90/100 (excellent) · 50 pages crawled · generated 2026-08-26

Download Markdown report (feed to ChatGPT / Claude / Cursor)

Home Renovations Contractor in Oakland, PA - From concept to completion - Bradford Renovations has you covered. Specializing in Kitchens, Bathrooms, Additions, New Construction, and everything in betw…

Screenshot of homerenovationoakland.com
50
pages crawled
5
indexable pages
0
errors
14
warnings
143
notices
0
orphan pages
0
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Performance 97 0 5 7
Security 97 0 5 10
Content 99 0 2 10
Agent Readiness 99 0 1 5
Duplicate 99 0 1 0
Canonical 100 0 0 5
Images 100 0 0 1
Links 100 0 0 1
Meta Description 100 0 0 5
Social 100 0 0 5
Structured Data 100 0 0 5
URL 100 0 0 89
Findings

Warnings (5 rules)

warning Control has no accessible name

Rule agent.control_no_name · Agent Readiness · 1 occurrence(s)

warning Thin content (low word count)

Rule content.thin · Content · 2 occurrence(s)

warning Homepage duplicated across protocol/host variants (no redirect)

Rule duplicate.protocol_host · Duplicate · 1 occurrence(s)

  • https://homerenovationoakland.com/ — https://www.homerenovationoakland.com/ serves the same homepage content with a 200 and no redirect — Google sees a duplicate. Pick one canonical host/scheme and 301-redirect the others.

warning Content-Type header doesn't match the actual content

Rule headers.content_type_mismatch · Security · 5 occurrence(s)

  • https://homerenovationoakland.com/ — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • https://homerenovationoakland.com/contact — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • https://homerenovationoakland.com/gallery — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • https://homerenovationoakland.com/reviews — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • https://homerenovationoakland.com/services — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".

warning Render-blocking script in <head> (no defer/async)

Rule perf.render_blocking · Performance · 5 occurrence(s)

Notices (18 rules)

notice No llms.txt for AI agents

Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)

notice No main landmark for AI agents

Rule agent.no_main_landmark · Agent Readiness · 4 occurrence(s)

notice Canonical points to a different URL

Rule canonical.non_self · Canonical · 5 occurrence(s)

notice Low text-to-HTML ratio

Rule content.low_ratio · Content · 1 occurrence(s)

notice Main text is hard to read (low Flesch Reading Ease)

Rule content.readability_poor · Content · 4 occurrence(s)

  • https://homerenovationoakland.com/ — this page reads as very difficult (Flesch Reading Ease 27, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
  • https://homerenovationoakland.com/contact — this page reads as very difficult (Flesch Reading Ease 4, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
  • https://homerenovationoakland.com/gallery — this page reads as very difficult (Flesch Reading Ease 26, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
  • https://homerenovationoakland.com/services — this page reads as very difficult (Flesch Reading Ease 22, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.

notice Likely hero image lacks fetchpriority=high

Rule images.hero_no_fetchpriority · Performance · 1 occurrence(s)

  • https://homerenovationoakland.com/reviews — the likely hero/LCP image (renovationservices.png) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.

notice Images without width/height (layout shift / CLS)

Rule images.missing_dimensions · Images · 1 occurrence(s)

notice Internal link has no anchor text / accessible name

Rule links.no_anchor_text · Links · 1 occurrence(s)

  • https://homerenovationoakland.com/gallery — 59 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.

notice Legacy <meta name=keywords> tag present (Google ignores it)

Rule meta.keywords_present · Content · 5 occurrence(s)

notice Meta description too long

Rule meta_desc.too_long · Meta Description · 5 occurrence(s)

notice Legacy image format (jpg/png/gif) with no next-gen fallback

Rule perf.images_legacy_format · Performance · 1 occurrence(s)

  • https://homerenovationoakland.com/reviews — 9 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.

notice No ETag header (no conditional GET for unchanged pages)

Rule perf.no_etag · Performance · 5 occurrence(s)

  • https://homerenovationoakland.com/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://homerenovationoakland.com/contact — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://homerenovationoakland.com/gallery — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://homerenovationoakland.com/reviews — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://homerenovationoakland.com/services — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.

notice Missing recommended security headers

Rule security.missing_headers · Security · 5 occurrence(s)

notice target=_blank link without rel=noopener (tab-napping)

Rule security.unsafe_cross_origin_links · Security · 5 occurrence(s)

  • https://homerenovationoakland.com/ — 1 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
  • https://homerenovationoakland.com/contact — 1 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
  • https://homerenovationoakland.com/gallery — 1 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
  • https://homerenovationoakland.com/reviews — 1 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
  • https://homerenovationoakland.com/services — 1 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".

notice URL is very long

Rule url.too_long · URL · 44 occurrence(s)

notice Uppercase letters in URL path

Rule url.uppercase · URL · 45 occurrence(s)

Pages (showing 50 of 50)
URLStatusIndexableWordsIn-links
https://homerenovationoakland.com/contact
Contact Us | Home Renovations Oakland | Construction Services
200 yes 203 2
https://homerenovationoakland.com/gallery
Our Gallery | Home Renovations Oakland | Construction Services
200 yes 120 1
https://homerenovationoakland.com/reviews
Our Reviews | Home Renovations Oakland | Construction Services
200 yes 819 1
https://homerenovationoakland.com/services
Our Services | Home Renovations Oakland | Construction Services
200 yes 673 1
https://homerenovationoakland.com/
Home Renovations Oakland, PA | Construction Services
200 yes 152 0
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh1.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh10.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh11.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh12.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh13.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh14.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh15.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh16.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh17.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh18.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh19.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh2.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh20.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh21.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh22.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh23.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh24.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh25.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh26.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh27.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh28.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh29.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh3.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh30.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh31.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh32.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh33.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh34.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh35.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh36.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh37.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh38.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh39.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh4.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh40.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh41.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh42.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh43.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh44.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh5.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh6.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh7.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh8.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/Construction/CustomRemodelingPittsburgh9.jpg 200 no 0 1
https://homerenovationoakland.com/PittsburghContractor/Renovations/Remodeling/PittsburghContractor.jpg 200 no 0 1

Audit your own site — free

157 checks, internal PageRank, render-diff. No signup, results in ~30s.

Scan your site →