Skip to content

Commit 5ed41e8

Browse files
committed
Add robots.txt and sitemap.xml for improved SEO and crawling instructions
- Created robots.txt to allow search engine crawlers access while disallowing specific paths and file types. - Added sitemap.xml to provide search engines with a structured list of site URLs and their update frequencies.
1 parent fbd4d5c commit 5ed41e8

6 files changed

Lines changed: 269 additions & 4 deletions

File tree

davian-space-site/index.html

Lines changed: 191 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,49 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta name="color-scheme" content="dark light" />
7-
<meta name="description" content="Davian Space - Creative Development Studio. Cross-platform apps, modern web systems, and cloud-native solutions." />
7+
8+
<!-- Primary Meta Tags -->
9+
<title>Davian Space | Full-Stack Development Studio - .NET, Flutter, React & Azure Cloud</title>
10+
<meta name="title" content="Davian Space | Full-Stack Development Studio - .NET, Flutter, React & Azure Cloud" />
11+
<meta name="description" content="Microsoft-certified full-stack development studio specializing in .NET, Flutter, React, and Azure cloud solutions. Building scalable enterprise applications, cross-platform mobile apps, and cloud-native microservices with AI-powered development." />
12+
<meta name="keywords" content="full-stack development, .NET developer, Flutter apps, React development, Azure cloud, microservices, SAFe architect, mobile app development, enterprise software, Docker Kubernetes, GitHub Copilot, DevOps, cloud-native solutions" />
13+
<meta name="author" content="Davian Space" />
14+
<meta name="robots" content="index, follow" />
15+
<meta name="language" content="English" />
16+
<meta name="revisit-after" content="7 days" />
17+
18+
<!-- Canonical URL -->
19+
<link rel="canonical" href="https://davian.space/" />
20+
21+
<!-- Open Graph / Facebook -->
22+
<meta property="og:type" content="website" />
23+
<meta property="og:url" content="https://davian.space/" />
24+
<meta property="og:title" content="Davian Space | Full-Stack Development Studio" />
25+
<meta property="og:description" content="Microsoft-certified full-stack development studio specializing in .NET, Flutter, React, and Azure cloud solutions. Building scalable enterprise applications and cloud-native microservices." />
26+
<meta property="og:image" content="https://davian.space/assets/og-image.png" />
27+
<meta property="og:image:width" content="1200" />
28+
<meta property="og:image:height" content="630" />
29+
<meta property="og:site_name" content="Davian Space" />
30+
<meta property="og:locale" content="en_US" />
31+
32+
<!-- Twitter -->
33+
<meta name="twitter:card" content="summary_large_image" />
34+
<meta name="twitter:url" content="https://davian.space/" />
35+
<meta name="twitter:title" content="Davian Space | Full-Stack Development Studio" />
36+
<meta name="twitter:description" content="Microsoft-certified full-stack development studio specializing in .NET, Flutter, React, and Azure cloud solutions." />
37+
<meta name="twitter:image" content="https://davian.space/assets/twitter-image.png" />
38+
39+
<!-- Additional SEO -->
40+
<meta name="theme-color" content="#0f172a" />
41+
<meta name="apple-mobile-web-app-capable" content="yes" />
42+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
43+
<meta name="format-detection" content="telephone=no" />
44+
45+
<!-- Favicon -->
846
<link rel="icon" type="image/png" href="/assets/favicon.png" />
9-
<title>Davian Space | Creative Development Studio</title>
47+
<link rel="apple-touch-icon" href="/assets/favicon.png" />
48+
49+
<!-- Preconnect for Performance -->
1050
<link rel="preconnect" href="https://fonts.googleapis.com" />
1151
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1252
<link
@@ -15,6 +55,155 @@
1555
/>
1656
</head>
1757
<body class="antialiased">
58+
<!-- Structured Data (JSON-LD) for SEO -->
59+
<script type="application/ld+json">
60+
{
61+
"@context": "https://schema.org",
62+
"@graph": [
63+
{
64+
"@type": "Organization",
65+
"name": "Davian Space",
66+
"url": "https://davian.space",
67+
"logo": "https://davian.space/assets/Light.png",
68+
"description": "Full-stack development studio building modern applications with .NET, Flutter, React, and Azure cloud services. We create enterprise-grade solutions ranging from cross-platform mobile apps to scalable web applications and cloud-native microservices.",
69+
"sameAs": [
70+
"https://www.linkedin.com/in/davian-space",
71+
"https://github.com/davian-space"
72+
],
73+
"contactPoint": {
74+
"@type": "ContactPoint",
75+
"contactType": "Customer Service",
76+
"email": "contact@davian.space"
77+
},
78+
"foundingDate": "2024",
79+
"areaServed": "Worldwide",
80+
"serviceType": [
81+
"Full-Stack Development",
82+
"Mobile App Development",
83+
"Cloud Solutions",
84+
"Enterprise Software Development"
85+
]
86+
},
87+
{
88+
"@type": "Person",
89+
"name": "Davian",
90+
"jobTitle": "Full-Stack Developer & Azure Cloud Developer & SAFe Certified Architect",
91+
"description": "Microsoft-certified developer and SAFe architect specializing in full-stack applications across .NET, Flutter, and React. Building scalable cloud solutions on Azure with containerized microservices, modern front-end frameworks, and cross-platform mobile apps.",
92+
"url": "https://davian.space",
93+
"sameAs": [
94+
"https://www.linkedin.com/in/iamdavianrathod",
95+
"https://github.com/davian"
96+
],
97+
"knowsAbout": [
98+
".NET Development",
99+
"Flutter",
100+
"React",
101+
"Microsoft Azure",
102+
"Docker",
103+
"Kubernetes",
104+
"GitHub Copilot",
105+
"Python",
106+
"SAFe Architecture",
107+
"DevOps"
108+
],
109+
"hasCredential": [
110+
{
111+
"@type": "EducationalOccupationalCredential",
112+
"name": "Certified SAFe® 6 Architect",
113+
"credentialCategory": "Professional Certification",
114+
"recognizedBy": {
115+
"@type": "Organization",
116+
"name": "Scaled Agile, Inc."
117+
},
118+
"dateCreated": "2025-06"
119+
},
120+
{
121+
"@type": "EducationalOccupationalCredential",
122+
"name": "Microsoft Certified: Azure Developer Associate",
123+
"credentialCategory": "Professional Certification",
124+
"recognizedBy": {
125+
"@type": "Organization",
126+
"name": "Microsoft"
127+
},
128+
"dateCreated": "2022-06"
129+
}
130+
]
131+
},
132+
{
133+
"@type": "WebSite",
134+
"name": "Davian Space",
135+
"url": "https://davian.space",
136+
"description": "Full-stack development studio specializing in .NET, Flutter, React, and Azure cloud solutions",
137+
"publisher": {
138+
"@type": "Organization",
139+
"name": "Davian Space"
140+
},
141+
"potentialAction": {
142+
"@type": "SearchAction",
143+
"target": "https://davian.space/?s={search_term_string}",
144+
"query-input": "required name=search_term_string"
145+
}
146+
},
147+
{
148+
"@type": "ProfessionalService",
149+
"name": "Davian Space Development Services",
150+
"url": "https://davian.space",
151+
"priceRange": "$$",
152+
"serviceType": [
153+
"Full-Stack Web Development",
154+
"Mobile App Development",
155+
"Cloud Architecture",
156+
"Enterprise Software Development",
157+
"DevOps Consulting",
158+
"Microservices Development"
159+
],
160+
"areaServed": {
161+
"@type": "GeoShape",
162+
"name": "Worldwide"
163+
},
164+
"hasOfferCatalog": {
165+
"@type": "OfferCatalog",
166+
"name": "Development Services",
167+
"itemListElement": [
168+
{
169+
"@type": "Offer",
170+
"itemOffered": {
171+
"@type": "Service",
172+
"name": ".NET Development",
173+
"description": "Enterprise APIs, microservices, and cloud-native backends with ASP.NET Core"
174+
}
175+
},
176+
{
177+
"@type": "Offer",
178+
"itemOffered": {
179+
"@type": "Service",
180+
"name": "Flutter Mobile Development",
181+
"description": "Cross-platform mobile applications for iOS and Android"
182+
}
183+
},
184+
{
185+
"@type": "Offer",
186+
"itemOffered": {
187+
"@type": "Service",
188+
"name": "React Web Development",
189+
"description": "Modern web applications with component-driven architecture"
190+
}
191+
},
192+
{
193+
"@type": "Offer",
194+
"itemOffered": {
195+
"@type": "Service",
196+
"name": "Azure Cloud Solutions",
197+
"description": "Cloud infrastructure, serverless computing, and scalable deployment"
198+
}
199+
}
200+
]
201+
}
202+
}
203+
]
204+
}
205+
</script>
206+
18207
<div id="root"></div>
19208
<script type="module" src="/src/main.jsx"></script>
20209
</body>
1.48 MB
Loading
1.3 MB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# robots.txt for Davian Space
2+
# Allow all search engine crawlers to access the site
3+
4+
User-agent: *
5+
Allow: /
6+
Disallow: /api/
7+
Disallow: /*.json$
8+
9+
# Crawl-delay (optional, helps prevent server overload)
10+
Crawl-delay: 1
11+
12+
# Sitemap location
13+
Sitemap: https://davian.space/sitemap.xml
14+
15+
# Additional sitemap formats (if you add them later)
16+
# Sitemap: https://davian.space/sitemap-images.xml
17+
# Sitemap: https://davian.space/sitemap-videos.xml
18+
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
5+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
6+
7+
<!-- Homepage -->
8+
<url>
9+
<loc>https://davian.space/</loc>
10+
<lastmod>2026-02-15</lastmod>
11+
<changefreq>weekly</changefreq>
12+
<priority>1.0</priority>
13+
</url>
14+
15+
<!-- Main Sections -->
16+
<url>
17+
<loc>https://davian.space/#about</loc>
18+
<lastmod>2026-02-15</lastmod>
19+
<changefreq>monthly</changefreq>
20+
<priority>0.8</priority>
21+
</url>
22+
23+
<url>
24+
<loc>https://davian.space/#apps</loc>
25+
<lastmod>2026-02-15</lastmod>
26+
<changefreq>weekly</changefreq>
27+
<priority>0.8</priority>
28+
</url>
29+
30+
<url>
31+
<loc>https://davian.space/#skills</loc>
32+
<lastmod>2026-02-15</lastmod>
33+
<changefreq>monthly</changefreq>
34+
<priority>0.7</priority>
35+
</url>
36+
37+
<url>
38+
<loc>https://davian.space/#certifications</loc>
39+
<lastmod>2026-02-15</lastmod>
40+
<changefreq>monthly</changefreq>
41+
<priority>0.7</priority>
42+
</url>
43+
44+
<url>
45+
<loc>https://davian.space/#process</loc>
46+
<lastmod>2026-02-15</lastmod>
47+
<changefreq>monthly</changefreq>
48+
<priority>0.6</priority>
49+
</url>
50+
51+
<url>
52+
<loc>https://davian.space/#contact</loc>
53+
<lastmod>2026-02-15</lastmod>
54+
<changefreq>yearly</changefreq>
55+
<priority>0.7</priority>
56+
</url>
57+
58+
</urlset>

davian-space-site/src/config/siteConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ export const siteConfig = {
201201
}
202202
],
203203
social: {
204-
github: "https://github.com/iamdavianrathod",
205-
linkedin: "https://ca.linkedin.com/in/iamdavianrathod",
204+
github: "https://github.com/davianspace",
205+
linkedin: "https://ca.linkedin.com/in/davian-space",
206206
gravatar: "https://gravatar.com/iamdavianrathod"
207207
},
208208
hero: {

0 commit comments

Comments
 (0)