feat: add Google AdSense verification script + expand ad coverage
- index.html: add adsbygoogle.js script with ca-pub-3822257947737372 for verification - BlogPostPage: add bottom-banner AdSlot below article content - AllToolsPage: add bottom-banner AdSlot below tools grid - ComparisonPage: add bottom-banner AdSlot below comparison content - SeoPage: add bottom-banner AdSlot below FAQ section - SeoCollectionPage: add bottom-banner AdSlot below FAQ section Ad coverage: 13 tool pages + homepage + 5 content pages = ~32 ad placements
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Calendar, ChevronLeft, Clock } from 'lucide-react';
|
||||
import { Link, useParams } from 'react-router-dom';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import AdSlot from '@/components/layout/AdSlot';
|
||||
import SEOHead from '@/components/seo/SEOHead';
|
||||
import { getToolSEO } from '@/config/seoData';
|
||||
import {
|
||||
@@ -184,6 +185,8 @@ export default function BlogPostPage() {
|
||||
</section>
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
<AdSlot slot="bottom-banner" format="horizontal" className="mt-8" />
|
||||
</article>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user