Added Open Graph Generator
This commit is contained in:
25
index.html
25
index.html
@@ -1,10 +1,31 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Code Formatter</title>
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>Code Formatter - Форматирование JSON и SQL</title>
|
||||
<meta name="title" content="Code Formatter - Форматирование JSON и SQL" />
|
||||
<meta name="description" content="Онлайн инструмент для форматирования и валидации JSON и SQL кода. Быстро, удобно, бесплатно." />
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://formatter.abaidulin.ru/" />
|
||||
<meta property="og:title" content="Code Formatter - Форматирование JSON и SQL" />
|
||||
<meta property="og:description" content="Онлайн инструмент для форматирования и валидации JSON и SQL кода. Быстро, удобно, бесплатно." />
|
||||
<meta property="og:image" content="https://formatter.abaidulin.ru/og-image.png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content="https://formatter.abaidulin.ru/" />
|
||||
<meta property="twitter:title" content="Code Formatter - Форматирование JSON и SQL" />
|
||||
<meta property="twitter:description" content="Онлайн инструмент для форматирования и валидации JSON и SQL кода. Быстро, удобно, бесплатно." />
|
||||
<meta property="twitter:image" content="https://formatter.abaidulin.ru/og-image.png" />
|
||||
|
||||
<!-- Google Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
Reference in New Issue
Block a user