From 7717e81d000f0710e431a40af6f0feef783afb39 Mon Sep 17 00:00:00 2001 From: Will Freeman Date: Wed, 21 Jan 2026 17:01:46 -0700 Subject: [PATCH] seo, update /identify, add media email --- webapp/index.html | 20 ++++++++++++++--- webapp/public/sitemap.xml | 4 ++++ webapp/src/router/index.ts | 2 +- webapp/src/views/Identify.vue | 41 ++++++++++++++++++++++++++++++++++- webapp/src/views/Press.vue | 6 ++--- 5 files changed, 65 insertions(+), 8 deletions(-) diff --git a/webapp/index.html b/webapp/index.html index 78520bd..dcbe079 100644 --- a/webapp/index.html +++ b/webapp/index.html @@ -20,18 +20,32 @@ - + - + - DeFlock - ALPR Database + DeFlock +
diff --git a/webapp/public/sitemap.xml b/webapp/public/sitemap.xml index c01d3e4..7d053f5 100644 --- a/webapp/public/sitemap.xml +++ b/webapp/public/sitemap.xml @@ -72,6 +72,10 @@ https://deflock.me/store daily + + https://deflock.me/groups + daily + https://deflock.me/blog daily diff --git a/webapp/src/router/index.ts b/webapp/src/router/index.ts index 65cfcd8..b2def2b 100644 --- a/webapp/src/router/index.ts +++ b/webapp/src/router/index.ts @@ -148,7 +148,7 @@ const router = createRouter({ name: 'identify', component: () => import('../views/Identify.vue'), meta: { - title: 'Identify ALPRs | DeFlock' + title: 'Identify LPRs | DeFlock' } }, { diff --git a/webapp/src/views/Identify.vue b/webapp/src/views/Identify.vue index 6e3df74..d2aa446 100644 --- a/webapp/src/views/Identify.vue +++ b/webapp/src/views/Identify.vue @@ -2,14 +2,53 @@ + + + + + Common Features + + + + + Rear-Facing Cameras + + LPRs almost always face the rear of vehicles. + + + + + Infrared Lights + + Look for infrared lights that emit a faint red glow at night. + + + + + Solar Panels + + Many LPRs are powered by nearby solar panels. + + + + + + + + +

Common LPR Vendors

+

+ Most LPRs are easy to recognize. +

+ diff --git a/webapp/src/views/Press.vue b/webapp/src/views/Press.vue index a411a7a..0b194af 100644 --- a/webapp/src/views/Press.vue +++ b/webapp/src/views/Press.vue @@ -3,8 +3,8 @@ @@ -50,7 +50,7 @@

Contact Us

- For press inquiries and interview requests, please contact us here. + For media inquiries and interview requests, send us an email at media@deflock.me.