Добавлена система поисковых метатегов

This commit is contained in:
Web-serfer 2026-04-01 18:52:55 +05:00
parent bcf37184e5
commit ab1335e692
6 changed files with 29 additions and 2 deletions

View file

@ -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 />