Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
https://vailrenovations.com/* https://vail-renovations.netlify.app/:splat 301!
https://www.vailrenovations.com/* https://vail-renovations.netlify.app/:splat 301!
Comment on lines +1 to +2
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 Redirect direction sends traffic from custom domain to netlify.app subdomain

The added redirects send vailrenovations.com traffic to vail-renovations.netlify.app, which is the reverse of the typical Netlify pattern (where the netlify.app subdomain redirects to the custom domain). This is consistent with the rest of the site — all canonical URLs, sitemap.xml, and robots.txt already reference the netlify.app subdomain — so it appears intentional. However, if the plan is to eventually use vailrenovations.com as the primary domain, these redirects and all canonical URLs/sitemap entries would need to be reversed.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.


/start-a-project /start-a-project.html 200
/fix-list-builder /fix-list-builder.html 200
/maintenance-plans /maintenance-plans.html 200
Expand Down
2 changes: 1 addition & 1 deletion handyman-services.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Handyman Services | Vail Renovations</title><meta name="description" content="Structured handyman services for small repairs, fix lists and general home repairs."><link rel="canonical" href="https://vailrenovations.com/handyman-services"><link rel="stylesheet" href="/assets/styles.css"></head><body><main class="section"><div class="container"><h1>Handyman Services</h1><p>Small home repairs deserve a clear process. Vail Renovations helps homeowners handle handyman jobs, punch lists and practical repairs through clear intake and structured service visits.</p><div class="grid-3"><article class="card"><h3>Quick Fix Visit</h3><p>Best for one or two clear small tasks.</p></article><article class="card"><h3>Half-Day Fix List</h3><p>Best for several small repairs grouped into one efficient visit.</p></article><article class="card"><h3>Full-Day Home Reset</h3><p>Best for larger punch lists, move-in repairs, pre-sale improvements and rental turnover work.</p></article></div><p><a class="btn btn-primary" href="/start-a-project">Request a Handyman Visit</a></p></div></main></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Handyman Services | Vail Renovations</title><meta name="description" content="Structured handyman services for small repairs, fix lists and general home repairs."><link rel="canonical" href="https://vail-renovations.netlify.app/handyman-services"><link rel="stylesheet" href="/assets/styles.css"></head><body><main class="section"><div class="container"><h1>Handyman Services</h1><p>Small home repairs deserve a clear process. Vail Renovations helps homeowners handle handyman jobs, punch lists and practical repairs through clear intake and structured service visits.</p><div class="grid-3"><article class="card"><h3>Quick Fix Visit</h3><p>Best for one or two clear small tasks.</p></article><article class="card"><h3>Half-Day Fix List</h3><p>Best for several small repairs grouped into one efficient visit.</p></article><article class="card"><h3>Full-Day Home Reset</h3><p>Best for larger punch lists, move-in repairs, pre-sale improvements and rental turnover work.</p></article></div><p><a class="btn btn-primary" href="/start-a-project">Request a Handyman Visit</a></p></div></main></body></html>
2 changes: 1 addition & 1 deletion renovations.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Renovations | Vail Renovations</title><meta name="description" content="Renovation planning and structured project intake for kitchens, bathrooms, basements and practical home upgrades."><link rel="canonical" href="https://vailrenovations.com/renovations"><link rel="stylesheet" href="/assets/styles.css"></head><body><main class="section"><div class="container"><h1>Renovations</h1><p>Vail Renovations helps homeowners organize renovation projects before chaos starts. The focus is practical scoping, clear intake and matching the project to the right execution path.</p><div class="grid-3"><article class="card"><h3>Bathroom Updates</h3><p>Functional refreshes and repair-driven improvements.</p></article><article class="card"><h3>Kitchen Improvements</h3><p>Practical upgrades, layout adjustments and finish replacement.</p></article><article class="card"><h3>Basement and Interior Work</h3><p>General interior improvements and staged renovation projects.</p></article></div><p><a class="btn btn-primary" href="/start-a-project">Plan a Renovation</a></p></div></main></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Renovations | Vail Renovations</title><meta name="description" content="Renovation planning and structured project intake for kitchens, bathrooms, basements and practical home upgrades."><link rel="canonical" href="https://vail-renovations.netlify.app/renovations"><link rel="stylesheet" href="/assets/styles.css"></head><body><main class="section"><div class="container"><h1>Renovations</h1><p>Vail Renovations helps homeowners organize renovation projects before chaos starts. The focus is practical scoping, clear intake and matching the project to the right execution path.</p><div class="grid-3"><article class="card"><h3>Bathroom Updates</h3><p>Functional refreshes and repair-driven improvements.</p></article><article class="card"><h3>Kitchen Improvements</h3><p>Practical upgrades, layout adjustments and finish replacement.</p></article><article class="card"><h3>Basement and Interior Work</h3><p>General interior improvements and staged renovation projects.</p></article></div><p><a class="btn btn-primary" href="/start-a-project">Plan a Renovation</a></p></div></main></body></html>
Loading