Skip to content

Commit c92c306

Browse files
committed
Add SEO
1 parent 736f051 commit c92c306

File tree

5 files changed

+32
-0
lines changed

5 files changed

+32
-0
lines changed

llama-3-wasm.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
<meta name="description" content="Chat with Llama 3 using WebAssembly. Load models and generate completions with customizable parameters.">
6+
<meta name="keywords" content="Llama 3, WebAssembly, chat, model loading, completion generation">
7+
<meta name="robots" content="index, follow">
8+
<meta name="author" content="Utkarsh Patel">
9+
<link rel="canonical" href="/llama-3-wasm.html">
510
<meta name="viewport" content="width=device-width, initial-scale=1.0">
611
<title>Chat with Llama 3</title>
712

php-unserialize.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="description" content="Local PHP unserializer tool to safely convert PHP serialized strings to human-readable format. Run PHP unserialize() locally in your browser.">
77
<meta name="keywords" content="PHP, unserialize, serialization, local tool, PHP playground, web development">
88
<meta name="robots" content="index, follow">
9+
<meta name="author" content="Utkarsh Patel">
910
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1011
<meta property="og:title" content="PHP Unserializer Playground">
1112
<meta property="og:description" content="Local PHP unserializer tool to safely convert PHP serialized strings to human-readable format">

random-card.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<meta name="description" content="Interactive card drawing simulator with random card and deck modes. Draw playing cards virtually with realistic card animations and deck management.">
5+
<meta name="keywords" content="card simulator, random card generator, playing cards, card deck, virtual cards, card drawing">
6+
<meta name="robots" content="index, follow">
7+
<meta name="author" content="Utkarsh Patel">
8+
<link rel="canonical" href="https://tools.utkarshpatel.com/random-card.html">
9+
10+
<!-- Open Graph Tags -->
11+
<meta property="og:title" content="Draw random card or from a Deck">
12+
<meta property="og:description" content="Interactive card drawing simulator with random card and deck modes. Draw playing cards virtually with realistic card animations.">
13+
<meta property="og:type" content="website">
14+
15+
<!-- Twitter Card Tags -->
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="twitter:title" content="Draw random card or from a Deck">
18+
<meta name="twitter:description" content="Interactive card drawing simulator with random card and deck modes. Draw playing cards virtually with realistic card animations.">
19+
420
<meta charset="UTF-8">
521
<meta name="viewport" content="width=device-width, initial-scale=1.0">
622
<title>Draw random card or from a Deck</title>

sqlite3-wasm-demo.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Sqlite 3 WASM demo</title>
7+
<meta name="description" content="Sqlite 3 WASM demo">
8+
<meta name="keywords" content="Sqlite 3, WASM, demo">
9+
<meta name="robots" content="index, follow">
10+
<meta name="author" content="Utkarsh Patel">
11+
<link rel="canonical" href="/sqlite3-wasm-demo.html">
712
<script src="https://cdn.jsdelivr.net/npm/@sqlite.org/[email protected]/sqlite-wasm/jswasm/sqlite3.mjs" type="module"></script>
813
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Roboto+Mono:wght@400;500;700&display=swap" rel="stylesheet">
914
<style>

url-encode-decode.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="URL Encode/Decode tool to encode and decode URLs with ease.">
7+
<meta name="keywords" content="URL, encode, decode, URL encoding, URL decoding">
8+
<meta name="robots" content="index, follow">
9+
<meta name="author" content="Utkarsh Patel">
10+
<link rel="canonical" href="/url-encode-decode.html">
611
<title>URL Encode/Decode</title>
712
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
813
<style>

0 commit comments

Comments
 (0)