diff --git a/index.html b/index.html index a68a008..6775bf2 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,144 @@ - - - Осколкам.Нет + + + + Защитная пленка для окон от осколков и взрывных волн | Осколкам.Нет + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..78ae0b3 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,6 @@ +User-agent: * +Allow: / +Disallow: /admin/ +Disallow: /track/ + +Sitemap: https://oskolkam.net/sitemap.xml diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..d02c985 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,9 @@ + + + + https://oskolkam.net/ + 2026-06-20 + monthly + 1.0 + + diff --git a/src/App.jsx b/src/App.jsx index 9ed6ae9..7469a05 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -8,6 +8,7 @@ import Estimator from './components/Estimator'; import TrustBar from './components/TrustBar'; import Comparison from './components/Comparison'; import LeadForm from './components/LeadForm'; +import FAQ from './components/FAQ'; import Footer from './components/Footer'; const LoginPage = React.lazy(() => import('./admin/auth/LoginPage')); @@ -28,13 +29,14 @@ function PublicSite() { return (
-
+
+