SEO prerender pipeline + register AI routes and tighten CSP
CI / build-and-test (push) Has been cancelled

- Static prerender + sitemap/robots for marketing, blog, and tool pages
  (entry-server, Seo component, prerender/sitemap scripts, NotFoundPage)
- Register aiRoutes and extend CSP for Turnstile + Spaces image hosts

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Leon Serfaty
2026-07-17 13:37:05 -04:00
co-authored by Claude Fable 5
parent 304f7f30c3
commit 1f249dc126
16 changed files with 690 additions and 40 deletions
+13 -2
View File
@@ -2,19 +2,30 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="512x512" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0052FF" />
<title>eLegal Software - All-in-One Practice Management for Law Firms</title>
<title>eLegal Software Practice Management for Law Firms & Attorneys</title>
<meta
name="description"
content="Streamline case management, billable hours, legal documents and invoicing in one secure platform built for attorneys."
/>
<meta property="og:site_name" content="eLegal Software" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://elegalsoftware.com/" />
<meta property="og:title" content="eLegal Software — Practice Management for Law Firms & Attorneys" />
<meta
property="og:description"
content="Streamline case management, billable hours, legal documents and invoicing in one secure platform built for attorneys."
/>
<meta property="og:image" content="https://elegalsoftware.com/logo-dark.png" />
<meta name="twitter:card" content="summary" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@500;600;700;800&display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700&display=swap"
rel="stylesheet"
/>
</head>