# Your Move Conveyancing — post-launch audit

Run: 2026-06-15 17:05–17:15 AEST
Site: https://www.yourmoveconveyancing.com.au/
Scope: read-only post-launch checks. No Webflow/CMS/Search Console/GTM live changes were made.

## Summary

The live site is resolving correctly on HTTPS, primary navigation URLs are returning 200, robots.txt and sitemap.xml are now available, GTM is present, and the custom 404 returns a true 404 for unknown URLs.

Critical items to fix before calling launch clean:

1. Remove/noindex internal/dev URLs currently exposed in the sitemap and indexable.
2. Fix obvious homepage copy typos.
3. Add accessible names/labels to logo/CTA overlay links and video control buttons.
4. Add alt text to key images.
5. Review performance/Lighthouse issues, especially large payload, render blocking, and JS execution.
6. Confirm forms/CRM/email delivery with approved test submissions.
7. Submit sitemap and validate in Google Search Console once live changes are approved.

## Checks completed

### DNS / HTTPS / domain routing

- `https://www.yourmoveconveyancing.com.au/` returns 200.
- `http://yourmoveconveyancing.com.au/` redirects to HTTPS + www.
- `https://yourmoveconveyancing.com.au/` redirects to HTTPS + www.
- `http://www.yourmoveconveyancing.com.au/` redirects to HTTPS.
- SSL certificate valid until `Sep 13 05:28:30 2026 GMT` via Let’s Encrypt.
- DNS points to Webflow/Cloudflare: root and www resolve to `198.202.211.1`, www CNAME includes `cdn.webflow.com`.

### Robots / sitemap / crawlability

- `robots.txt` returns 200 and includes `Sitemap: https://www.yourmoveconveyancing.com.au/sitemap.xml`.
- `sitemap.xml` returns 200 and contains 48 URLs.
- Initial check briefly returned a 404 for sitemap; later checks returned 200 after the current publish/cache propagated.
- Unknown URL test returns a real 404.
- All tested sitemap URLs returned 200.

### Tracking

- GTM detected: `GTM-58PNGQT`.
- No direct GA4 `G-...` ID found in page HTML, which is fine if GA4 is deployed inside GTM.

### Links

- Main discovered internal links tested: all returned 200.
- External links tested: IGNITE, Facebook, Instagram, LinkedIn, and Google Maps URLs returned 200.

### SEO metadata

- Lighthouse SEO score for homepage: 100.
- Core page titles/meta descriptions are present.
- Several blog/post pages have missing meta descriptions and/or very long title tags.
- Blog page 2 canonical currently includes the query string (`/blog?1165af00_page=2`), which should be reviewed if pagination is not intended to be indexed separately.

### Forms

- Contact page form renders with required fields and disabled submit until required inputs are completed.
- Partners/job forms are present in markup.
- No test submissions were made because this is a live client site and submissions are live side effects.

### Lighthouse homepage snapshot

- Performance: 61
- Accessibility: 84
- Best practices: 58
- SEO: 100

Main Lighthouse findings:

- LCP 3.6s, TBT 580ms, Speed Index 9.4s, TTI 11.4s.
- Total payload approx. 9.4 MiB.
- Render-blocking requests estimated 1.12s savings.
- Unused JavaScript estimated 488 KiB savings.
- Accessibility: unnamed links, unnamed video/play button, heading-order issues, touch target spacing.
- Best practices: deprecated APIs warning, third-party cookies, missing source maps for large first-party JS.

## Priority findings

### P0/P1: Internal/dev URLs exposed in sitemap and indexable

The sitemap includes internal/dev pages with no robots noindex meta:

- `https://www.yourmoveconveyancing.com.au/internal-pages/all-components` — title: `All Components`
- `https://www.yourmoveconveyancing.com.au/internal-pages/video-guides-password-igniteguides` — title: `Video Guides (password: igniteguides)`
- `https://www.yourmoveconveyancing.com.au/dev-background-videos` — title: `[DEV] Background Videos`
- `https://www.yourmoveconveyancing.com.au/search` — title: `Search Results`

Recommended action: remove from sitemap/indexing, add `noindex, follow` where appropriate, and/or unpublish internal/dev pages from production.

### P1: Homepage copy typos

Homepage text includes:

- `A competitive market doesnt wait for business hours.` → `doesn’t`
- `not miss out on golden opportunites.` → `opportunities`
- Section label `momentum when it matters` appears lowercase while peer labels are title/sentence case; review intended style.

### P1: Accessibility names missing

Lighthouse flags links/buttons without discernible names, including:

- Header logo link.
- CTA overlay/fill links for buttons/cards.
- Video play/pause button.

Recommended action: add clear `aria-label` or visible/screen-reader text for each interactive element.

### P1/P2: Image alt text

Many images are missing alt attributes:

- Homepage: 10 images, 10 missing alt.
- About: 12 images, 11 missing alt.
- Buying: 12 images, 11 missing alt.
- Selling: 9 images, 8 missing alt.
- Blog/listing images generally missing alt.

Recommended action: add meaningful alt text for content images; use empty alt only for decorative images.

### P2: Blog SEO cleanup

Several blog/post pages are live and indexable with missing descriptions or long titles, including examples:

- `/post/conveyancing-services-newcastle-afdad` — missing meta description.
- `/post/property-conveyancing-specialists-newcastle-32551` — missing meta description; title length 113.
- `/post/property-conveyancing-specialists-sydney-0ffa4` — missing meta description.
- `/post/residential-conveyancing-sydney-ea57e` — missing meta description.
- `/post/first-home-buyer-guide-what-to-know-before-buying-property-in-nsw` — title length 91.

Recommended action: decide whether these are production-ready SEO posts. If yes, add descriptions/tighten titles. If not, noindex/unpublish until reviewed.

### P2: Visual check

Visible homepage did not show broken layout or missing images. Notes:

- Hero image loads; no major overlap.
- Contact button in header appears close to the right viewport edge in the screenshot.
- Hero CTA grey styling is relatively low contrast against the dark hero; consider checking against design/accessibility expectations.

## Recommended next steps

1. In Webflow, fix the P0/P1 items: sitemap/internal pages, homepage typos, aria labels, image alt text.
2. Confirm form notifications/integrations with approved test submissions for contact, partners and job application forms.
3. Confirm GTM container has GA4 and conversion events firing using Tag Assistant/GTM preview or GA Realtime.
4. After fixes are published, submit sitemap in Google Search Console and request indexing for the primary pages.
5. Run a second Lighthouse/accessibility pass after image/video/performance tweaks.
