-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (129 loc) · 6.71 KB
/
Copy pathindex.html
File metadata and controls
134 lines (129 loc) · 6.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary meta -->
<title>AC Quote Check — Is your AC repair quote worth it?</title>
<meta
name="description"
content="Check the math before you approve an expensive HVAC repair. AC Quote Check flags warranty issues, overpriced repairs, the $5,000 repair-or-replace rule, and when a second quote is worth it. Results first — no email required."
/>
<meta
name="keywords"
content="AC repair quote, HVAC repair or replace, $5000 rule AC, is my AC quote fair, HVAC second opinion, AC compressor repair cost, HVAC warranty check, air conditioner repair calculator"
/>
<meta name="author" content="Jacob Britten" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<meta name="theme-color" content="#11151b" />
<link rel="canonical" href="https://ac-quote-check.vercel.app/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="AC Quote Check" />
<meta property="og:title" content="AC Quote Check — Is your AC repair quote worth it?" />
<meta
property="og:description"
content="Check the math before you approve an expensive HVAC repair. Flags warranty issues, overpriced repairs, and when a second quote is worth it. Results first — no email required."
/>
<meta property="og:url" content="https://ac-quote-check.vercel.app/" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="AC Quote Check — Is your AC repair quote worth it?" />
<meta
name="twitter:description"
content="Check the math before you approve an expensive HVAC repair. Results first — no email required."
/>
<!-- Fonts are self-hosted via @fontsource-variable/geist (imported in src/main.tsx);
no third-party font CDN, so no visitor-IP transfer to Google. -->
<!-- Structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "AC Quote Check",
"url": "https://ac-quote-check.vercel.app/",
"applicationCategory": "FinanceApplication",
"operatingSystem": "Any",
"description": "A client-side tool that sanity-checks an AC repair quote before you approve it: verdict, risk score, warranty warning, the $5,000 repair-or-replace rule, and questions to ask your HVAC tech.",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"author": { "@type": "Person", "name": "Jacob Britten", "url": "https://jacobbritten.com" }
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Should I repair or replace my AC?",
"acceptedAnswer": {
"@type": "Answer",
"text": "It depends on age, repair cost, and history. A common rule of thumb: multiply the system's age by the repair cost. If the result clears $5,000 — or the system is past ~13 years and needs a major part — replacement is often the smarter long-term spend. A cheap repair on a newer unit is usually low-risk."
}
},
{
"@type": "Question",
"name": "What is the $5,000 rule for AC repair?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Multiply your system's age (in years) by the repair quote. If the total is over $5,000, replacement tends to make more financial sense than the repair. It's a quick gut-check, not a verdict — local labor rates and warranty status still matter."
}
},
{
"@type": "Question",
"name": "Is a compressor repair worth it?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A compressor is one of the most expensive parts of an AC system. On a newer unit it may still be under warranty (worth confirming before you pay). On a system past ~12 years, spending well over $1,500 on a compressor is often where people get burned — it's worth a second quote."
}
},
{
"@type": "Question",
"name": "Is an evaporator coil repair worth it?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Coil repairs are major and pricey. On a younger, registered system the coil may be covered by a parts warranty. On an older system, a coil replacement can signal that other components are nearing the end too — compare it against replacement before approving."
}
},
{
"@type": "Question",
"name": "Should a newer AC system still be under warranty?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Often yes. Many manufacturers offer 5–10 year parts warranties, sometimes 10+ if the system was registered after install. If your system is 10 years old or newer, ask whether the failed part is covered and whether you only owe labor, refrigerant, or fees."
}
},
{
"@type": "Question",
"name": "Why is my AC repair quote so expensive?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Quotes bundle parts, labor, refrigerant, diagnostic fees, and sometimes a markup. The same repair can vary widely between companies. Ask for an itemized breakdown — it's the fastest way to see whether a quote is fair or padded."
}
},
{
"@type": "Question",
"name": "Should I get a second HVAC quote?",
"acceptedAnswer": {
"@type": "Answer",
"text": "For anything beyond a routine, low-cost fix, yes. A second quote either confirms the price is fair or saves you real money. Reputable techs expect it and won't be offended."
}
},
{
"@type": "Question",
"name": "What should I ask before approving an AC repair?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Confirm what's included (parts, labor, refrigerant, fees), whether the part is under warranty, how long the repair is guaranteed, what's likely to fail next, and what a comparable replacement would cost."
}
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>