Skip to content

Commit

Permalink
SEO 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Vansh authored and Vansh committed Jul 27, 2024
1 parent 09401bb commit a1908ee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="title" content="Alok Raj | Software Engineer">
<meta name="description"
content="A simple yet effective and interactive Sudoku-Visualizer web app to solve and Visualize Sudoku">
<meta name="keywords"
content="Sudoku-Visualizer, SudokuSolver, sudoku, vansh-codes, vanshchaurasiya, vansh-codes sudoku solver, vansh-codes sudoku visualizer, sudoku visualizer, sudoku game">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="Vansh Chaurasiya">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sudoku-visualizer.vercel.app/" />
<meta property="og:description"
content="A simple yet effective and interactive Sudoku-Visualizer web app to solve and Visualize Sudoku" />
<title>Sudoku Visualizer</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
Expand Down

0 comments on commit a1908ee

Please sign in to comment.