Добавлена система поисковых метатегов
This commit is contained in:
parent
bcf37184e5
commit
ab1335e692
6 changed files with 29 additions and 2 deletions
|
|
@ -1,11 +1,16 @@
|
|||
---
|
||||
import Layout from '@layouts/Layout.astro';
|
||||
import { SITE_URL } from '@constants';
|
||||
import Hero from '@components/home/Hero.astro';
|
||||
import Services from "@components/home/Services.astro";
|
||||
import WhyUs from "@components/home/WhyUs.astro";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<Layout
|
||||
title="Автоюрист в Сургуте — юридическая помощь автовладельцам"
|
||||
description="Профессиональная юридическая помощь автовладельцам в Сургуте. Споры со страховыми, возврат прав, ДТП, споры с автосалонами."
|
||||
canonicalLink={SITE_URL}
|
||||
>
|
||||
<Hero />
|
||||
<Services />
|
||||
<WhyUs />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue