Skip to content

Commit d411642

Browse files
authored
Update index.html
1 parent 13fb8a6 commit d411642

1 file changed

Lines changed: 55 additions & 13 deletions

File tree

index.html

Lines changed: 55 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,63 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="ru">
33
<head>
44
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
8+
/>
9+
10+
<title>Шаблон форума для фричайзинга | GitHub Forum Platform</title>
11+
<meta
12+
name="description"
13+
content="Презентация шаблона форума для модели фричайзинга: сообщество, управление филиалами, обмен знаниями и масштабирование онлайн-платформы."
14+
/>
15+
<meta
16+
name="keywords"
17+
content="фричайзинг, форум, шаблон форума, платформа сообщества, онлайн-сообщество, масштабирование, digital-платформа"
18+
/>
19+
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
20+
<meta name="author" content="Semen Fedoseev" />
21+
<meta name="theme-color" content="#111827" />
22+
<meta name="color-scheme" content="light dark" />
23+
24+
<link rel="canonical" href="https://feekool.github.io/" />
525
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
7-
<title>GitHub Forum Platform</title>
26+
<link rel="apple-touch-icon" href="https://github.com/fedoseevsm.png" />
27+
28+
<meta property="og:locale" content="ru_RU" />
29+
<meta property="og:type" content="website" />
30+
<meta property="og:site_name" content="GitHub Forum Platform" />
31+
<meta property="og:title" content="Шаблон форума для фричайзинга" />
32+
<meta
33+
property="og:description"
34+
content="Современный шаблон форума для модели фричайзинга: структура сообщества, управление партнёрами и рост цифровой экосистемы."
35+
/>
36+
<meta property="og:url" content="https://feekool.github.io/" />
37+
<meta property="og:image" content="https://github.com/fedoseevsm.png" />
38+
<meta property="og:image:width" content="1200" />
39+
<meta property="og:image:height" content="630" />
40+
<meta property="og:image:alt" content="Презентация шаблона форума для фричайзинга" />
41+
42+
<meta name="twitter:card" content="summary_large_image" />
43+
<meta name="twitter:title" content="Шаблон форума для фричайзинга" />
44+
<meta
45+
name="twitter:description"
46+
content="Презентация шаблона форума для модели фричайзинга: сообщество, управление филиалами и масштабирование."
47+
/>
48+
<meta name="twitter:image" content="https://github.com/fedoseevsm.png" />
49+
50+
<script type="application/ld+json">
51+
{
52+
"@context": "https://schema.org",
53+
"@type": "WebSite",
54+
"name": "GitHub Forum Platform",
55+
"url": "https://feekool.github.io/",
56+
"description": "Презентация шаблона форума для модели фричайзинга."
57+
}
58+
</script>
59+
860
<script type="text/javascript">
9-
// Single Page Apps for GitHub Pages
10-
// MIT License
11-
// https://github.com/rafgraph/spa-github-pages
12-
// This script checks to see if a redirect is present in the query string,
13-
// converts it back to the correct url and adds it to the
14-
// browser's history using window.history.replaceState(...),
15-
// which won't cause the browser to attempt to load the new url.
16-
// When the single page app is loaded further down in this file,
17-
// the correct url will be waiting in the browser's history for
18-
// the single page app to route accordingly.
1961
(function(l) {
2062
if (l.search[1] === '/' ) {
2163
var decoded = l.search.slice(1).split('&').map(function(s) {

0 commit comments

Comments
 (0)