Skip to content

Commit

Permalink
Fixed meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
mityaua committed Nov 5, 2024
1 parent a4b1818 commit 1f57d57
Showing 1 changed file with 42 additions and 30 deletions.
72 changes: 42 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,47 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- Primary Meta Tags -->
<title>List of irregular verbs</title>
<meta name="title" content="List of irregular verbs" />
<meta name="description" content="List of English irregular verbs (infinitive, past simple and past participle)" />
<meta name="author" content="mityaua" />
<meta name="copyright" content="mityaua" />
<meta name="robots" content="index, follow" />
<meta name="rating" content="safe for kids" />
<!-- Primary Meta Tags -->
<title>List of irregular verbs</title>
<meta name="title" content="List of irregular verbs" />
<meta name="description" content="List of English irregular verbs (infinitive, past simple and past participle)" />
<meta name="author" content="mityaua" />
<meta name="copyright" content="mityaua" />
<meta name="robots" content="index, follow" />
<meta name="rating" content="safe for kids" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mityaua.github.io/irregular-verbs-table/" />
<meta property="og:title" content="List of irregular verbs" />
<meta property="og:description" content="WList of English irregular verbs (infinitive, past simple and past participle)" />
<meta property="og:image" content="https://raw.githubusercontent.com/mityaua/irregular-verbs-table/main/public/meta.jpg" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mityaua.github.io/irregular-verbs-table/" />
<meta property="og:title" content="List of irregular verbs" />
<meta
property="og:description"
content="List of English irregular verbs (infinitive, past simple and past participle)"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/mityaua/irregular-verbs-table/main/public/meta.jpg"
/>

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mityaua.github.io/irregular-verbs-table/" />
<meta property="twitter:title" content="List of irregular verbs" />
<meta property="twitter:description" content="List of English irregular verbs (infinitive, past simple and past participle)" />
<meta property="twitter:image" content="https://raw.githubusercontent.com/mityaua/irregular-verbs-table/main/public/meta.jpg" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mityaua.github.io/irregular-verbs-table/" />
<meta property="twitter:title" content="List of irregular verbs" />
<meta
property="twitter:description"
content="List of English irregular verbs (infinitive, past simple and past participle)"
/>
<meta
property="twitter:image"
content="https://raw.githubusercontent.com/mityaua/irregular-verbs-table/main/public/meta.jpg"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

0 comments on commit 1f57d57

Please sign in to comment.