Skip to content

Commit e6f3133

Browse files
committed
SEO implementation for github pages
1 parent 4bc32fd commit e6f3133

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919

2020
**No install required — open it directly in your browser:**
2121

22-
> ### [https://amandahernow.github.io/EncryptionDecryptionUtilityTool/](https://amandahernow.github.io/EncryptionDecryptionUtilityTool/)
22+
<p align="center">
23+
<a href="https://amandahernow.github.io/EncryptionDecryptionUtilityTool/">
24+
<img src="https://img.shields.io/badge/Open%20Web%20Version-Encrypt%20%26%20Decrypt%20Tool-008B8B?style=for-the-badge&logo=googlechrome&logoColor=white" alt="Open the web version"/>
25+
</a>
26+
</p>
2327

2428
Works on any device with a modern browser. Everything runs locally — nothing is sent anywhere.
2529

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="description" content="Encrypt and decrypt text locally in your browser with AES-256-GCM and PBKDF2-SHA256. This privacy-focused web tool works offline, stores nothing, and sends nothing to any server.">
77
<meta name="robots" content="index,follow,max-snippet:-1,max-image-preview:large,max-video-preview:-1">
88
<meta name="googlebot" content="index,follow,max-snippet:-1,max-image-preview:large,max-video-preview:-1">
9+
<meta name="google-site-verification" content="idjCoV1cpdkScdzsT6ueb69RU5e9Sec1jk3MIDmB9Ik">
910
<meta name="author" content="Amanda Hernow">
1011
<meta name="application-name" content="Encrypt &amp; Decrypt Data Utility Tool">
1112
<meta name="theme-color" content="#008B8B">

privacy-policy.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="description" content="Privacy policy for the Encrypt &amp; Decrypt Data Utility Tool web version. Learn how the browser app handles encryption, clipboard access, storage, and network activity.">
77
<meta name="robots" content="index,follow,max-snippet:-1,max-image-preview:large,max-video-preview:-1">
8+
<meta name="google-site-verification" content="idjCoV1cpdkScdzsT6ueb69RU5e9Sec1jk3MIDmB9Ik">
89
<meta name="author" content="Amanda Hernow">
910
<meta name="theme-color" content="#008B8B">
1011
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data:; img-src 'self' data:; style-src 'self' 'unsafe-inline'; object-src 'none'; base-uri 'self'; form-action 'none'; frame-ancestors 'none';">

0 commit comments

Comments
 (0)