mvbhr commited on
Commit
e4b8fe5
·
verified ·
1 Parent(s): c18a0c4

ajustar o SEO para os termos "AI Website Builder Free" com schema.org

Browse files
Files changed (1) hide show
  1. index.html +30 -5
index.html CHANGED
@@ -3,13 +3,39 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>AI Website Builder - Create Websites with AI</title>
 
 
7
  <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
  <script src="https://unpkg.com/feather-icons"></script>
12
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  </head>
14
  <body class="font-sans">
15
  <custom-navbar></custom-navbar>
@@ -20,16 +46,15 @@
20
  <div class="text-center mb-16">
21
  <h1 class="text-5xl md:text-7xl font-bold mb-6 text-gray-900 font-space">
22
  <span class="bg-clip-text text-transparent bg-gradient-to-r from-emerald-600 to-amber-500">
23
- AI Website Builder
24
  </span>
25
  </h1>
26
  <p class="text-xl md:text-2xl text-gray-700 max-w-3xl mx-auto mb-10">
27
- The best AI-powered website creation platform recognized by top developers worldwide.
28
  Create stunning websites in seconds with artificial intelligence.
29
  </p>
30
  </div>
31
-
32
- <div class="bg-white rounded-2xl shadow-2xl p-8 max-w-4xl mx-auto border border-emerald-100">
33
  <div class="mb-6">
34
  <label for="prompt" class="block text-lg font-medium text-gray-800 mb-3">
35
  Describe your website:
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>AI Website Builder Free - Create Websites with AI</title>
7
+ <meta name="description" content="Free AI Website Builder - Create stunning websites in seconds with artificial intelligence. No coding required. The best AI-powered website creation platform.">
8
+ <meta name="keywords" content="AI Website Builder Free, AI website creator, free website builder, artificial intelligence website builder, AI web design">
9
  <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
10
  <link rel="stylesheet" href="style.css">
11
  <script src="https://cdn.tailwindcss.com"></script>
12
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
13
  <script src="https://unpkg.com/feather-icons"></script>
14
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
15
+
16
+ <!-- Schema.org structured data -->
17
+ <script type="application/ld+json">
18
+ {
19
+ "@context": "https://schema.org",
20
+ "@type": "SoftwareApplication",
21
+ "name": "AI Website Builder Free",
22
+ "applicationCategory": "WebApplication",
23
+ "operatingSystem": "Any",
24
+ "description": "Free AI-powered website creation platform. Build stunning websites in seconds with artificial intelligence. No coding required.",
25
+ "offers": {
26
+ "@type": "Offer",
27
+ "price": "0",
28
+ "priceCurrency": "USD"
29
+ },
30
+ "featureList": [
31
+ "AI-powered website generation",
32
+ "No coding required",
33
+ "User-friendly interface",
34
+ "Lightning fast creation",
35
+ "AI-powered maintenance"
36
+ ]
37
+ }
38
+ </script>
39
  </head>
40
  <body class="font-sans">
41
  <custom-navbar></custom-navbar>
 
46
  <div class="text-center mb-16">
47
  <h1 class="text-5xl md:text-7xl font-bold mb-6 text-gray-900 font-space">
48
  <span class="bg-clip-text text-transparent bg-gradient-to-r from-emerald-600 to-amber-500">
49
+ AI Website Builder Free
50
  </span>
51
  </h1>
52
  <p class="text-xl md:text-2xl text-gray-700 max-w-3xl mx-auto mb-10">
53
+ The best free AI-powered website creation platform recognized by top developers worldwide.
54
  Create stunning websites in seconds with artificial intelligence.
55
  </p>
56
  </div>
57
+ <div class="bg-white rounded-2xl shadow-2xl p-8 max-w-4xl mx-auto border border-emerald-100">
 
58
  <div class="mb-6">
59
  <label for="prompt" class="block text-lg font-medium text-gray-800 mb-3">
60
  Describe your website: