summaryrefslogtreecommitdiff
path: root/redact.html
diff options
context:
space:
mode:
authorTadas Vilkeliskis <vilkeliskis.t@gmail.com>2026-01-26 15:35:14 -0500
committerTadas Vilkeliskis <vilkeliskis.t@gmail.com>2026-01-26 15:35:14 -0500
commit96fecc961d869814ca64315ca0d864e4688b7ca7 (patch)
tree4b1097de9b97036b5f41eff428d0d9ac10d60d90 /redact.html
parentd4f8f8e9b40e36beae54c01d40f6e7695fc44830 (diff)
fix seo
Diffstat (limited to 'redact.html')
-rw-r--r--redact.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/redact.html b/redact.html
index d38021a..fb6df6a 100644
--- a/redact.html
+++ b/redact.html
@@ -4,6 +4,17 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Just Redact - PDF redaction tool</title>
+ <meta name="description" content="Securely redact PDF documents in your browser. Draw boxes or select text to permanently remove sensitive information. Zero server uploads.">
+ <link rel="canonical" href="https://just-redact.com/redact.html" />
+
+ <!-- SEO: Open Graph / Social -->
+ <meta property="og:type" content="website">
+ <meta property="og:url" content="https://just-redact.com/redact.html">
+ <meta property="og:title" content="Just Redact - Secure Client-Side PDF Redaction">
+ <meta property="og:description" content="Securely redact PDF documents in your browser. Draw boxes or select text to permanently remove sensitive information. Zero server uploads.">
+ <meta property="og:image" content="https://just-redact.com/social-preview.png">
+ <meta property="twitter:card" content="summary_large_image">
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf_viewer.min.css">