You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add llms.txt for AI crawler discoverability
- Add robots.txt with AI crawler permissions
- Update VitePress config with:
- Open Graph meta tags
- Twitter card meta tags
- JSON-LD structured data
- Sitemap generation
- SEO keywords and description
- Add branded OG image for social sharing
Copy file name to clipboardExpand all lines: .vitepress/config.ts
+90-1Lines changed: 90 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,67 @@ import { defineConfig } from 'vitepress';
2
2
3
3
exportdefaultdefineConfig({
4
4
title: 'Crawlee Cloud',
5
-
description: 'Open-source self-hosted platform for Crawlee scrapers',
5
+
description:
6
+
'Self-hosted, open-source platform for running Crawlee and Apify Actors on your own infrastructure. Deploy web scrapers with Playwright, Puppeteer, or Cheerio.',
'crawlee, apify, web scraping, self-hosted, open source, playwright, puppeteer, cheerio, web crawler, data extraction, scraping platform, actor platform',
<metaname="keywords" content="crawlee, apify, web scraping, self-hosted, open source, playwright, puppeteer, cheerio, web crawler, data extraction, scraping platform, actor platform">
<scripttype="application/ld+json">{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Crawlee Cloud","applicationCategory":"DeveloperApplication","operatingSystem":"Linux, macOS, Windows","description":"Self-hosted, open-source platform for running Crawlee and Apify Actors on your own infrastructure.","url":"https://crawlee.cloud","offers":{"@type":"Offer","price":"0","priceCurrency":"USD"},"author":{"@type":"Organization","name":"Crawlee Cloud","url":"https://crawlee.cloud"},"license":"https://opensource.org/licenses/MIT","codeRepository":"https://github.com/crawlee-cloud/crawlee-cloud","programmingLanguage":["TypeScript","JavaScript"],"keywords":"web scraping, crawlee, apify, self-hosted, open source, playwright, puppeteer, cheerio"}</script>
0 commit comments