diff --git a/src/components/YandexRTB.astro b/src/components/YandexRTB.astro new file mode 100644 index 0000000..3ea5664 --- /dev/null +++ b/src/components/YandexRTB.astro @@ -0,0 +1,10 @@ + +
+ diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index d39ecde..0b88247 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -55,6 +55,9 @@ const webPageSchema = { + + + {title} diff --git a/src/layouts/GeneratorLayout.astro b/src/layouts/GeneratorLayout.astro index 9593c4e..775d2be 100644 --- a/src/layouts/GeneratorLayout.astro +++ b/src/layouts/GeneratorLayout.astro @@ -1,6 +1,6 @@ --- import BaseLayout from "./BaseLayout.astro"; -import AdBanner from "../components/AdBanner.astro"; +import YandexRTB from "../components/YandexRTB.astro"; import SeoBlock from "../components/SeoBlock.astro"; import { useT } from "../i18n/translations"; import type { Lang } from "../i18n/translations"; @@ -115,7 +115,7 @@ const breadcrumbSchema = {
- +
- +
- +