Skip to content

Commit

Permalink
Fix: fix missing metadata tag 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
arnonsang committed Jun 24, 2024
1 parent e16d3d8 commit 725e0b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Bad Word Checker | iamickdev</title>
<meta name="description" content="Check for bad words in your application using our simple bad word checker API. Get a list of bad words and filter out inappropriate content effectively.">
<meta name="keywords" content="bad word checker, bad words API, inappropriate content filter, iamickdev">
<meta name="author" content="iamickdev">

<!-- Open Graph Metadata -->
<meta property="og:title" content="Simple Bad Word Checker | iamickdev">
<meta property="og:description" content="Check for bad words in your application using our simple bad word checker API. Get a list of bad words and filter out inappropriate content effectively.">
Expand Down

0 comments on commit 725e0b6

Please sign in to comment.