diff options
| author | Tadas Vilkeliskis <vilkeliskis.t@gmail.com> | 2026-02-08 17:03:49 -0500 |
|---|---|---|
| committer | Tadas Vilkeliskis <vilkeliskis.t@gmail.com> | 2026-02-08 17:03:49 -0500 |
| commit | a9a983de1d4aa1aac50b8cf722c8de01908d9226 (patch) | |
| tree | 0e7fa4b952962afe4afedbd29d15b79f9733a75a | |
| parent | 5307d1c45fcee63602b8d079956c4dc44d3ac08b (diff) | |
| -rw-r--r-- | redaction-checker.html | 39 |
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> |
