Spaces:
Running
Running
File size: 3,388 Bytes
afd56bc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | <!doctype html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO podstawowe -->
<title>GrantForge AI — Generator Wniosków Dotacyjnych | AI dla Dotacji UE</title>
<meta name="description" content="GrantForge AI automatyzuje pisanie wniosków dotacyjnych UE i krajowych. Generuj profesjonalne wnioski PARP, NCBR, RPO w minuty dzięki AI. Darmowy start." />
<meta name="keywords" content="generator wniosków dotacyjnych, dotacje UE, AI dotacje, PARP, NCBR, RPO, wniosek dotacyjny AI, GrantForge" />
<meta name="author" content="GrantForge AI" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://grantforge.pl" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://grantforge.pl" />
<meta property="og:title" content="GrantForge AI — Generator Wniosków Dotacyjnych" />
<meta property="og:description" content="Automatyzuj pisanie wniosków dotacyjnych UE i krajowych. Generuj profesjonalne wnioski PARP, NCBR, RPO w minuty dzięki AI." />
<meta property="og:image" content="https://grantforge.pl/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="pl_PL" />
<meta property="og:site_name" content="GrantForge AI" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://grantforge.pl" />
<meta name="twitter:title" content="GrantForge AI — Generator Wniosków Dotacyjnych" />
<meta name="twitter:description" content="Automatyzuj pisanie wniosków dotacyjnych UE. AI generuje profesjonalne wnioski PARP, NCBR, RPO w minuty." />
<meta name="twitter:image" content="https://grantforge.pl/og-image.png" />
<!-- JSON-LD Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "GrantForge AI",
"url": "https://grantforge.pl",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"description": "Platforma AI do automatycznego generowania wniosków o dofinansowanie UE i krajowe (PARP, NCBR, RPO).",
"offers": [
{
"@type": "Offer",
"name": "Free",
"price": "0",
"priceCurrency": "PLN"
},
{
"@type": "Offer",
"name": "Pro",
"price": "299",
"priceCurrency": "PLN",
"billingIncrement": "P1M"
}
],
"publisher": {
"@type": "Organization",
"name": "GrantForge AI",
"url": "https://grantforge.pl"
}
}
</script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@700;800&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
|