Skip to content

Commit e7db7ec

Browse files
author
iPythoning
committed
feat(seo): California lien-deadline search-intent guide — pivot from list-push to search-pull
17 flat beacon reads (live=7, from-github=0) show curated-list placement drove zero attributable stranger discovery. Pivot the traffic source to search-intent content: a dedicated, statute-cited CA guide targeting 'california mechanics lien deadline' with Article+FAQ+Breadcrumb schema, hub internal link, and sitemap entry.
1 parent 3884f67 commit e7db7ec

3 files changed

Lines changed: 241 additions & 1 deletion

File tree

Lines changed: 234 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,234 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>California Mechanics Lien Deadline (2026): How Long Do You Have to File? — Statute-Cited</title>
7+
<meta name="description" content="In California you must record a mechanics lien within 90 days of completion — or 60 days (direct contractor) / 30 days (subcontractor) if a Notice of Completion is recorded. Free statute-cited guide to every CA lien deadline (Civil Code §8000 et seq.) plus a calculator. Informational only — not legal advice." />
8+
<link rel="canonical" href="https://ipythoning.github.io/lien-deadlines/california-mechanics-lien-deadline.html" />
9+
<meta property="og:title" content="California Mechanics Lien Deadline — How Long Do You Have to File?" />
10+
<meta property="og:description" content="Record within 90 days of completion (60/30 days after a Notice of Completion). Every California lien deadline, statute-cited, with a free calculator." />
11+
<meta property="og:type" content="article" />
12+
<script type="application/ld+json">
13+
{
14+
"@context": "https://schema.org",
15+
"@type": "Article",
16+
"headline": "California Mechanics Lien Deadline: How Long Do You Have to File?",
17+
"description": "A statute-cited guide to every mechanics lien deadline in California — preliminary notice, recording the claim of lien, and the foreclosure lawsuit — for direct contractors and subcontractors under Civil Code §8000 et seq.",
18+
"about": "California mechanics lien deadlines",
19+
"isAccessibleForFree": true,
20+
"dateModified": "2026-06-10",
21+
"license": "https://creativecommons.org/licenses/by/4.0/",
22+
"publisher": {"@type": "Organization", "name": "Lien Deadlines"},
23+
"mainEntityOfPage": "https://ipythoning.github.io/lien-deadlines/california-mechanics-lien-deadline.html"
24+
}
25+
</script>
26+
<script type="application/ld+json">
27+
{
28+
"@context": "https://schema.org",
29+
"@type": "FAQPage",
30+
"mainEntity": [
31+
{"@type":"Question","name":"How long do you have to file a mechanics lien in California?","acceptedAnswer":{"@type":"Answer","text":"You must record the claim of lien within 90 days after completion of the work of improvement. If the owner records a Notice of Completion or Cessation, a direct (prime) contractor has 60 days and a subcontractor or supplier has 30 days from that recording (California Civil Code §8412, §8414)."}},
32+
{"@type":"Question","name":"What is the deadline for a California preliminary notice?","acceptedAnswer":{"@type":"Answer","text":"Serve the 20-day preliminary notice within 20 days of first furnishing labor or materials. A late notice still works but only reaches back 20 days before it was served, so any work performed earlier than that loses lien rights (Civil Code §8200, §8204)."}},
33+
{"@type":"Question","name":"How long do you have to foreclose on a California mechanics lien?","acceptedAnswer":{"@type":"Answer","text":"You must file a lawsuit to foreclose the lien within 90 days after you record the claim of lien. This 90-day period cannot be tolled or extended; if you miss it the lien becomes unenforceable (Civil Code §8460)."}},
34+
{"@type":"Question","name":"What happens if you miss the California lien deadline?","acceptedAnswer":{"@type":"Answer","text":"Missing a mechanics lien deadline in California generally forfeits the lien remedy. The recording and foreclosure deadlines are strict and non-extendable, so a late claim of lien or a late foreclosure suit is typically void, leaving only an ordinary breach-of-contract claim against whoever you contracted with."}}
35+
]
36+
}
37+
</script>
38+
<script type="application/ld+json">
39+
{
40+
"@context": "https://schema.org",
41+
"@type": "BreadcrumbList",
42+
"itemListElement": [
43+
{"@type":"ListItem","position":1,"name":"Lien Deadlines","item":"https://ipythoning.github.io/lien-deadlines/"},
44+
{"@type":"ListItem","position":2,"name":"California Mechanics Lien Deadline","item":"https://ipythoning.github.io/lien-deadlines/california-mechanics-lien-deadline.html"}
45+
]
46+
}
47+
</script>
48+
<style>
49+
:root{
50+
--paper:#faf8f5; --ink:#1a1714; --ink-soft:#5a5249; --line:#e2dcd2;
51+
--accent:#c2410c; --accent-soft:#fdeee6; --card:#fffefb;
52+
--mono:ui-monospace,"SF Mono",Menlo,monospace;
53+
--sans:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
54+
--serif:"Iowan Old Style",Georgia,"Times New Roman",serif;
55+
}
56+
*{box-sizing:border-box;margin:0;padding:0}
57+
html{scroll-behavior:smooth}
58+
body{background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}
59+
.wrap{max-width:760px;margin:0 auto;padding:0 24px}
60+
a{color:var(--accent);text-decoration:none}
61+
a:hover{text-decoration:underline}
62+
.topbar{background:var(--ink);color:#f3ede3;font-size:13px;text-align:center;padding:8px 24px}
63+
.topbar strong{color:#fff}
64+
.crumbs{font-family:var(--mono);font-size:12px;color:var(--ink-soft);padding:20px 0 0}
65+
.crumbs a{color:var(--ink-soft);text-decoration:underline}
66+
header{padding:14px 0 26px;border-bottom:2px solid var(--ink)}
67+
h1{font-family:var(--serif);font-weight:700;font-size:clamp(1.9rem,1.2rem+3vw,3rem);line-height:1.06;letter-spacing:-.02em;margin:14px 0 0}
68+
.updated{font-family:var(--mono);font-size:12px;color:var(--ink-soft);margin-top:14px}
69+
.answer{background:var(--accent-soft);border:1px solid #f0d9cc;border-left:4px solid var(--accent);border-radius:4px;padding:22px 24px;margin:30px 0}
70+
.answer .q{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:8px}
71+
.answer p{font-size:1.05rem}
72+
.answer strong{color:var(--ink)}
73+
main section{padding:34px 0;border-bottom:1px solid var(--line)}
74+
h2{font-family:var(--serif);font-size:clamp(1.4rem,1.1rem+1.3vw,2rem);font-weight:700;letter-spacing:-.01em;margin-bottom:14px}
75+
h3{font-size:1.1rem;font-weight:650;margin:22px 0 6px}
76+
p{margin-bottom:14px;font-size:1.02rem}
77+
ul,ol{margin:0 0 16px 22px}
78+
li{margin-bottom:8px;font-size:1.02rem}
79+
.stat{font-family:var(--mono);font-size:.85em;color:var(--accent);white-space:nowrap}
80+
table{width:100%;border-collapse:collapse;font-size:14px;margin:8px 0 18px}
81+
th,td{text-align:left;padding:11px 12px;border-bottom:1px solid var(--line);vertical-align:top}
82+
th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);font-weight:600}
83+
td .period{font-family:var(--mono);font-weight:600;color:var(--accent);white-space:nowrap}
84+
.cta{display:block;background:var(--ink);color:#fff;border-radius:6px;padding:24px;margin:26px 0;text-align:center}
85+
.cta:hover{text-decoration:none;background:#000}
86+
.cta .big{font-family:var(--serif);font-size:1.3rem;font-weight:700;color:#fff}
87+
.cta .sub{font-size:13.5px;color:#cbbfae;margin-top:4px}
88+
.faq dt{font-weight:650;margin-top:18px}
89+
.faq dd{margin:4px 0 0;color:var(--ink-soft)}
90+
.disclaimer{background:#fdf6f1;border:1px solid #f0d9cc;border-radius:6px;padding:24px;margin-top:8px}
91+
.disclaimer h3{color:var(--accent);margin-top:0}
92+
.disclaimer p{font-size:13.5px;color:var(--ink-soft)}
93+
footer{padding:34px 0;font-size:13px;color:var(--ink-soft)}
94+
footer a{color:var(--ink-soft);text-decoration:underline}
95+
.relinks{font-size:14px;margin-top:6px}
96+
@media(max-width:600px){.wrap{padding:0 18px}}
97+
</style>
98+
</head>
99+
<body>
100+
101+
<div class="topbar">⚖️ <strong>Informational reference only — not legal advice.</strong> Deadlines turn on your facts; confirm with a licensed California attorney.</div>
102+
103+
<div class="wrap">
104+
<nav class="crumbs"><a href="./">Lien Deadlines</a> / California Mechanics Lien Deadline</nav>
105+
</div>
106+
107+
<header>
108+
<div class="wrap">
109+
<h1>California mechanics lien deadline: how long do you have to file?</h1>
110+
<div class="updated">CALIFORNIA · CIVIL CODE §8000 ET SEQ. · LAST VERIFIED 2026-06-10</div>
111+
</div>
112+
</header>
113+
114+
<div class="wrap">
115+
116+
<div class="answer">
117+
<div class="q">Short answer</div>
118+
<p>In California you must <strong>record your claim of lien within 90 days after completion</strong> of the work of improvement. If the owner records a <strong>Notice of Completion or Cessation</strong>, the window shrinks: a <strong>direct (prime) contractor has 60 days</strong> and a <strong>subcontractor or supplier has 30 days</strong> from that recording. Then you have <strong>90 more days to file a foreclosure lawsuit</strong>. <span class="stat">(Civil Code §8412, §8414, §8460)</span></p>
119+
</div>
120+
121+
<a class="cta" href="./#calculator">
122+
<span class="big">Calculate your exact California deadline →</span>
123+
<div class="sub">Enter your role and project dates — get the dates that matter. Free, no signup.</div>
124+
</a>
125+
126+
<main>
127+
128+
<section>
129+
<h2>The three deadlines that actually matter</h2>
130+
<p>A California private-works mechanics lien runs on three load-bearing dates. Miss any one and you usually forfeit the lien remedy — these periods are strict and, for the foreclosure step, expressly non-extendable.</p>
131+
<table>
132+
<thead><tr><th>Step</th><th>Deadline</th><th>Statute</th></tr></thead>
133+
<tbody>
134+
<tr><td><strong>1. Preliminary notice</strong></td><td><span class="period">20 days</span> from first furnishing</td><td class="stat">§8200, §8204</td></tr>
135+
<tr><td><strong>2. Record claim of lien</strong></td><td><span class="period">90 days</span> from completion (60/30 if Notice of Completion recorded)</td><td class="stat">§8412, §8414</td></tr>
136+
<tr><td><strong>3. Foreclosure lawsuit</strong></td><td><span class="period">90 days</span> from recording the lien</td><td class="stat">§8460</td></tr>
137+
</tbody>
138+
</table>
139+
</section>
140+
141+
<section>
142+
<h2>1. The 20-day preliminary notice</h2>
143+
<p>Serve a preliminary notice <strong>within 20 days of first furnishing</strong> labor or materials to the job. This is the gateway to lien rights for most claimants.</p>
144+
<ul>
145+
<li><strong>Who serves it:</strong> Subcontractors and suppliers serve the owner, the direct contractor, and the construction lender (if any). A direct contractor serves the construction lender (if there is one). <span class="stat">(§8200)</span></li>
146+
<li><strong>Late notice is not fatal — but it costs you:</strong> A notice served after the 20th day still works, but it only reaches back <strong>20 days before the date it was served</strong>. Any labor or materials furnished earlier than that loses lien protection. <span class="stat">(§8204)</span></li>
147+
</ul>
148+
</section>
149+
150+
<section>
151+
<h2>2. Recording the claim of lien — the 90/60/30-day rule</h2>
152+
<p>This is the deadline most people mean when they ask "how long do I have to file a mechanics lien in California." The answer depends on one thing: <strong>did the owner record a Notice of Completion or Cessation?</strong></p>
153+
<h3>If no Notice of Completion is recorded</h3>
154+
<p>Everyone — direct contractor, subcontractor, supplier — has <strong>90 days after completion</strong> of the work of improvement to record the claim of lien. <span class="stat">(§8412)</span></p>
155+
<h3>If the owner records a Notice of Completion or Cessation</h3>
156+
<p>The window shortens sharply, and it differs by role <span class="stat">(§8414)</span>:</p>
157+
<table>
158+
<thead><tr><th>Your role</th><th>Deadline to record</th></tr></thead>
159+
<tbody>
160+
<tr><td>Direct (prime) contractor</td><td><span class="period">60 days</span> after the Notice is recorded</td></tr>
161+
<tr><td>Subcontractor / supplier</td><td><span class="period">30 days</span> after the Notice is recorded</td></tr>
162+
</tbody>
163+
</table>
164+
<p>Because a subcontractor can be cut down to 30 days by a recording you may not even hear about right away, this is the deadline that catches people out. Check the county recorder for a Notice of Completion the moment the job wraps.</p>
165+
</section>
166+
167+
<section>
168+
<h2>3. The 90-day foreclosure lawsuit — the one that cannot be extended</h2>
169+
<p>Recording the lien is not the end. You must <strong>file a lawsuit to foreclose the lien within 90 days after you record it</strong>. <span class="stat">(§8460)</span></p>
170+
<p>This 90-day period is the strictest in the whole process: <strong>it cannot be tolled or extended.</strong> If you do not sue (or, in limited cases, record an extension of credit) within 90 days, the lien automatically becomes unenforceable and the recorder may remove it. A recorded lien that is never foreclosed is just a cloud on title with an expiration date.</p>
171+
</section>
172+
173+
<section>
174+
<h2>What counts as "completion"?</h2>
175+
<p>The 90-day clock starts at <em>completion of the work of improvement</em> — which has specific statutory meaning and is not always the day you personally finished. Completion can be triggered by actual completion, occupation or use by the owner accompanied by cessation of labor, a cessation of labor for a continuous 60-day period, or the owner's acceptance. A recorded Notice of Completion or Cessation also fixes the date (and shortens your window, as above). When the exact completion date is contestable, treat the <strong>earliest plausible date</strong> as your deadline trigger — it is the safe assumption.</p>
176+
</section>
177+
178+
<section>
179+
<h2>What happens if you miss the deadline?</h2>
180+
<p>Missing a California mechanics lien deadline generally <strong>forfeits the lien remedy entirely.</strong> A claim of lien recorded after the recording deadline, or a foreclosure suit filed after the 90-day window, is typically void. You are not left with nothing — you usually still have an ordinary <strong>breach-of-contract claim</strong> against whoever you contracted with — but you lose the lien's biggest advantage: a secured interest in the property itself rather than an unsecured claim against a party who may be insolvent.</p>
181+
</section>
182+
183+
<a class="cta" href="./#calculator">
184+
<span class="big">Run your dates through the calculator →</span>
185+
<div class="sub">It applies the standard statutory period so you can see — and verify — the dates.</div>
186+
</a>
187+
188+
<section class="faq">
189+
<h2>Frequently asked questions</h2>
190+
<dl>
191+
<dt>How long do you have to file a mechanics lien in California?</dt>
192+
<dd>90 days after completion of the work of improvement. If the owner records a Notice of Completion or Cessation, a direct contractor has 60 days and a subcontractor/supplier has 30 days from that recording (Civil Code §8412, §8414).</dd>
193+
<dt>What is the deadline for a California preliminary notice?</dt>
194+
<dd>Within 20 days of first furnishing labor or materials. A late notice only reaches back 20 days before it was served (Civil Code §8200, §8204).</dd>
195+
<dt>How long do you have to foreclose on a California mechanics lien?</dt>
196+
<dd>90 days after recording the claim of lien. This period cannot be tolled or extended (Civil Code §8460).</dd>
197+
<dt>Does the deadline differ for subcontractors and general contractors?</dt>
198+
<dd>The base 90-day recording deadline is the same, but after a Notice of Completion the prime contractor gets 60 days while a subcontractor or supplier gets only 30. The preliminary-notice obligations also differ by tier.</dd>
199+
</dl>
200+
</section>
201+
202+
<section>
203+
<h2>Other states &amp; the open dataset</h2>
204+
<p class="relinks">This guide is part of a free, statute-cited lien-deadline reference. See the <a href="./">main reference and calculator</a> for <strong>California, Texas, and Florida</strong>, or take the underlying data: <a href="./data/deadlines.json" download>deadlines.json</a> · <a href="./data/deadlines.csv" download>deadlines.csv</a> (CC BY 4.0).</p>
205+
</section>
206+
207+
<section id="disclaimer">
208+
<div class="disclaimer">
209+
<h3>This is not legal advice.</h3>
210+
<p>This page is general information only, not legal advice, and using it creates no attorney-client relationship. California lien deadlines turn on facts this page cannot know: your exact tier in the contract chain, whether and when a Notice of Completion was recorded, the true completion date, weekends and holidays, contract terms, and statutory amendments. Statutes change.</p>
211+
<p>Before you rely on any date, <strong>verify it against the current California Civil Code and consult a licensed California attorney.</strong> No warranty as to accuracy or completeness; no liability for reliance. Sources: California Civil Code §8000 et seq. (private works). Last verified 2026-06-10.</p>
212+
</div>
213+
</section>
214+
215+
</main>
216+
</div>
217+
218+
<footer>
219+
<div class="wrap">
220+
<p><strong>Lien Deadlines</strong> — a free, open construction-lien deadline reference. <a href="./">Home &amp; calculator</a> · Informational only · not legal advice · no signup.</p>
221+
</div>
222+
</footer>
223+
224+
<script>
225+
(function(){
226+
if(location.hostname!=='ipythoning.github.io')return;
227+
var ns='lien-deadlines-ipy';
228+
function hit(k){new Image().src='https://abacus.jasoncameron.dev/hit/'+ns+'/'+k+'?_='+Date.now();}
229+
hit('live');hit('ca-guide');
230+
try{if(/(^|\.)github\.com$/i.test(new URL(document.referrer).hostname))hit('from-github');}catch(e){}
231+
})();
232+
</script>
233+
</body>
234+
</html>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h2>Enter your project dates.</h2>
198198
<section id="reference">
199199
<div class="eyebrow">State Reference</div>
200200
<h2>The deadlines, with citations.</h2>
201-
<p class="section-intro">Every period below is tied to the statute that creates it. These are the load-bearing dates in a private-works mechanics lien; missing one usually forfeits the remedy.</p>
201+
<p class="section-intro">Every period below is tied to the statute that creates it. These are the load-bearing dates in a private-works mechanics lien; missing one usually forfeits the remedy. Want the full walkthrough for one state? Read the <a href="california-mechanics-lien-deadline.html">California mechanics lien deadline guide</a>.</p>
202202
<div id="reference-tables"></div>
203203
</section>
204204

sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<changefreq>monthly</changefreq>
77
<priority>1.0</priority>
88
</url>
9+
<url>
10+
<loc>https://ipythoning.github.io/lien-deadlines/california-mechanics-lien-deadline.html</loc>
11+
<lastmod>2026-06-10</lastmod>
12+
<changefreq>monthly</changefreq>
13+
<priority>0.9</priority>
14+
</url>
915
<url>
1016
<loc>https://ipythoning.github.io/lien-deadlines/data/deadlines.json</loc>
1117
<lastmod>2026-06-10</lastmod>

0 commit comments

Comments
 (0)