Добавил ещё один мета-тег описания (так попросил Lighthouse)
This commit is contained in:
parent
05e6c4cd00
commit
479908db22
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content={page.data.thumbnail ?? 'https://teasanctuary.ru/common/logo.png'}
|
content={page.data.thumbnail ?? 'https://teasanctuary.ru/common/logo.png'}
|
||||||
/>
|
/>
|
||||||
|
<meta name="description" content={page.data.description ?? 'Делаем вещи как можем.'} />
|
||||||
<meta property="og:description" content={page.data.description ?? 'Делаем вещи как можем.'} />
|
<meta property="og:description" content={page.data.description ?? 'Делаем вещи как можем.'} />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue