Sec. 03 — Findings
What the scanner found
Four defect types, each with the URL and the line of source it came from.
The template is live
comforcare.com/microsite-template/ returns 200 with index, follow, title “Elderly In-Home Care CITY, PR”, phone 1-555-555-5555 — and robots.txt lists it as a sitemap. Google returns it.
Two addresses
comforcare.com/birmingham/ — schema says 3940 Montclair Rd; the footer says 2000 Southbridge Pkwy. Three pages share one H1; schema logo/image URLs 404 and @id is empty.
Robots → 404
nextdayaccess.com/robots.txt points Sitemap: to fsmarketing8.wpengine.com — “Site is not available.” Location pages have no LocalBusiness schema.
Unrendered shortcode
nextdayaccess.com/pittsburgh-pa/ has href="tel:[acf_field…]" — the phone link never rendered. A dead call-to-action on a lead page.
One template, corrected once
Pittsburgh CTA — now<a href="tel:[acf_field field="phone"]">
Call Us
</a>
Template — rendered<a href="tel:<?php echo esc_attr(
get_field('phone') ); ?>">
Call <?php the_field('phone_display'); ?>
</a>
Evidence: comforcare.com/microsite-template/, /birmingham/; nextdayaccess.com/robots.txt, /pittsburgh-pa/; bluemoonestatesales.com/page-sitemap.xml; corporate Lighthouse: LCP 12.7 s, CLS 0.152, 34/36 images no alt, /careers/ 404 — Sep 19, 2026