fix(ads): remove Admitad and Chitai-gorod banners completely
This commit is contained in:
@@ -1 +0,0 @@
|
||||
67a6d0fce8
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
<!-- admitad.banner: om86773ouc67a6d0fce8a804937a48 Читай-город -->
|
||||
<a
|
||||
target="_blank"
|
||||
rel="nofollow noopener sponsored"
|
||||
href="https://kjuzv.com/g/om86773ouc67a6d0fce8a804937a48/?i=4&erid=2bL9aMPo2e49hMef4pgVKTDNgo"
|
||||
>
|
||||
<img
|
||||
width="468"
|
||||
height="60"
|
||||
border="0"
|
||||
src="https://aflink.ru/b/om86773ouc67a6d0fce8a804937a48/"
|
||||
alt="Читай-город"
|
||||
class="w-full h-auto max-w-[468px] mx-auto rounded-lg"
|
||||
loading="lazy"
|
||||
/>
|
||||
</a>
|
||||
<!-- /admitad.banner -->
|
||||
@@ -66,7 +66,6 @@ const orgSchema = {
|
||||
<link rel="alternate" type="application/rss+xml" title="Randify Blog (EN)" href="/rss.xml" />
|
||||
<link rel="alternate" type="application/rss+xml" title="Randify Blog (RU)" href="/ru/rss.xml" />
|
||||
<meta name="verification" content="er9ndnv9ih7agmh8" />
|
||||
<meta name="verify-admitad" content="67a6d0fce8" />
|
||||
<script
|
||||
type="application/ld+json"
|
||||
set:html={JSON.stringify(webPageSchema)}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
import BaseLayout from "./BaseLayout.astro";
|
||||
import AdBanner from "../components/AdBanner.astro";
|
||||
import SeoBlock from "../components/SeoBlock.astro";
|
||||
import FaqBlock from "../components/FaqBlock.astro";
|
||||
import RelatedGenerators from "../components/RelatedGenerators.astro";
|
||||
@@ -137,10 +136,6 @@ const breadcrumbSchema = {
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<div class="mt-12 flex justify-center">
|
||||
<AdBanner size="leaderboard" />
|
||||
</div>
|
||||
|
||||
<SeoBlock
|
||||
lang={lang}
|
||||
howTo={isRu ? generator.ruHowTo : generator.howTo}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
---
|
||||
import BaseLayout from "@/layouts/BaseLayout.astro";
|
||||
import GeneratorCard from "@/components/GeneratorCard.astro";
|
||||
import AdBanner from "@/components/AdBanner.astro";
|
||||
import { generators } from "@/data/generators";
|
||||
import { useT } from "@/i18n/translations";
|
||||
import type { Lang } from "@/i18n/translations";
|
||||
@@ -70,8 +69,6 @@ const webSiteSchema = {
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<AdBanner size="leaderboard" />
|
||||
|
||||
<main class="mt-8">
|
||||
<div
|
||||
class="grid gap-3"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
---
|
||||
import BaseLayout from "@/layouts/BaseLayout.astro";
|
||||
import GeneratorCard from "@/components/GeneratorCard.astro";
|
||||
import AdBanner from "@/components/AdBanner.astro";
|
||||
import { generators } from "@/data/generators";
|
||||
import { useT } from "@/i18n/translations";
|
||||
import type { Lang } from "@/i18n/translations";
|
||||
@@ -66,8 +65,6 @@ const webSiteSchema = {
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<AdBanner size="leaderboard" />
|
||||
|
||||
<main class="mt-8">
|
||||
<div
|
||||
class="grid gap-3"
|
||||
|
||||
Reference in New Issue
Block a user