seo, update /identify, add media email

This commit is contained in:
Will Freeman
2026-01-21 17:01:46 -07:00
parent cb0994a6b1
commit 7717e81d00
5 changed files with 65 additions and 8 deletions
+17 -3
View File
@@ -20,18 +20,32 @@
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="DeFlock is a community-driven project that maps surveillance devices across the world.">
<meta name="description" content="DeFlock is an open-source project that maps license plate readers across the US.">
<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=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="DeFlock" />
<meta property="og:description" content="Spot, map, and resist automated license plate readers (ALPRs) near you." />
<meta property="og:description" content="Find license plate readers (LPRs) near you." />
<meta property="og:image" content="https://deflock.me/og-banner.png" />
<meta property="og:url" content="https://deflock.me" />
<meta property="og:type" content="website" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<title>DeFlock - ALPR Database</title>
<title>DeFlock</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "DeFlock",
"url": "https://deflock.me",
"sameAs": [
"https://github.com/FoggedLens/deflock",
"https://blog.deflock.me/",
"https://apps.apple.com/us/app/deflock-me/id6752760780",
"https://play.google.com/store/apps/details?id=me.deflock.deflockapp&hl=en_US&pli=1"
]
}
</script>
</head>
<body>
<div id="app"></div>