summaryrefslogtreecommitdiff
path: root/redaction-checker.html
diff options
context:
space:
mode:
Diffstat (limited to 'redaction-checker.html')
-rw-r--r--redaction-checker.html39
1 files changed, 37 insertions, 2 deletions
diff --git a/redaction-checker.html b/redaction-checker.html
index 9ae0f25..f8e0d1f 100644
--- a/redaction-checker.html
+++ b/redaction-checker.html
@@ -3,8 +3,43 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Redaction Checker | Just Redact</title>
- <meta name="description" content="Check if your PDF is truly redacted. Detect hidden text layers, metadata, and unflattened elements. 100% local and private.">
+ <title>Redaction Checker | Verify if your PDF is truly redacted</title>
+ <meta name="title" content="Redaction Checker | Verify if your PDF is truly redacted">
+ <meta name="description" content="Check if your PDF is safely redacted. Our local-only tool detects hidden text layers, metadata, and unflattened elements. 100% private.">
+ <meta name="keywords" content="verify pdf redaction, check pdf safety, hidden text detector, pdf metadata checker, secure redaction verification">
+ <meta name="author" content="Just Redact">
+ <link rel="canonical" href="https://just-redact.com/redaction-checker.html" />
+
+ <!-- SEO: Open Graph / Social -->
+ <meta property="og:type" content="website">
+ <meta property="og:url" content="https://just-redact.com/redaction-checker.html">
+ <meta property="og:title" content="Is your PDF actually redacted? Find out now.">
+ <meta property="og:description" content="Hidden data often lurks beneath black boxes. Use our local checker to find searchable text and metadata. No uploads.">
+ <meta property="og:image" content="https://just-redact.com/social-preview.png">
+ <meta property="twitter:card" content="summary_large_image">
+
+ <!-- SEO: Structured Data -->
+ <script type="application/ld+json">
+ {
+ "@context": "https://schema.org",
+ "@type": "SoftwareApplication",
+ "name": "Redaction Checker",
+ "operatingSystem": "Web",
+ "applicationCategory": "SecurityApplication",
+ "offers": {
+ "@type": "Offer",
+ "price": "0",
+ "priceCurrency": "USD"
+ },
+ "featureList": [
+ "Hidden text layer detection",
+ "Metadata audit",
+ "Annotation verification",
+ "100% local processing"
+ ],
+ "description": "A secure, browser-based utility to verify if a PDF document has been properly redacted and flattened."
+ }
+ </script>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.min.js"></script>