Skip to content

Commit 785471d

Browse files
committed
SEO
1 parent 14a1e48 commit 785471d

5 files changed

Lines changed: 24 additions & 16 deletions

File tree

app/layout.tsx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default function RootLayout({
102102
gtag('config', 'G-CQJXWVFMH5');
103103
`}
104104
</Script>
105-
105+
106106
{/* JSON-LD Schema Markup */}
107107
<Script id="json-ld-organization" type="application/ld+json" strategy="afterInteractive">
108108
{`
@@ -114,12 +114,17 @@ export default function RootLayout({
114114
"logo": "https://octa.space/og.jpg",
115115
"sameAs": [
116116
"https://x.com/octa_space",
117-
"https://github.com/octaspace"
117+
"https://t.me/octa_space",
118+
"https://discord.gg/octaspace",
119+
"https://github.com/octaspace",
120+
"https://reddit.com/r/octaspace",
121+
"https://blog.octa.space/",
122+
"https://www.instagram.com/octaspace.official"
118123
],
119124
"contactPoint": {
120-
"@type": "ContactPoint",
121-
"email": "hello@octa.space",
122-
"contactType": "customer support"
125+
"@type": "ContactPoint",
126+
"email": "hello@octa.space",
127+
"contactType": "customer support"
123128
}
124129
}
125130
`}

config/site.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export const siteConfig = {
2-
name: "OctaSpace: Decentralized GPU Cloud, AI & Render Compute",
2+
name: "OctaSpace: Decentralized GPU Cloud, AI & Compute Platform",
33
url: "https://octa.space/",
44
getStartedUrl:
55
"https://octa.space/",
66
ogImage: "https://octa.space/og.jpg",
77
description:
8-
"Access a global decentralized GPU network. Launch AI models, render projects, and run workloads with high-performance, secure, and flexible computing from OctaSpace.",
8+
"Access a global, decentralized GPU network for AI and cloud computing. Get high-performance, cost-effective compute with no subscriptions and pay-per-minute pricing.",
99
links: {
1010
twitter: "https://x.com/octa_space",
1111
github: "https://github.com/octaspace",

public/robots.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# *
12
User-agent: *
23
Allow: /
34

4-
Sitemap: https://octa.space/sitemap.xml
5+
# Host
6+
Host: https://octa.space
7+
8+
# Sitemaps
9+
Sitemap: https://octa.space/sitemap.xml

public/sitemap-0.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
3-
<url><loc>https://octa.space</loc><lastmod>2025-09-14T22:16:09.030Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4-
<url><loc>https://octa.space/about</loc><lastmod>2025-09-14T22:16:09.030Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
5-
<url><loc>https://octa.space/vpn</loc><lastmod>2025-09-14T22:16:09.030Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
3+
<url><loc>https://octa.space</loc><lastmod>2025-09-15T08:26:43.941Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4+
<url><loc>https://octa.space/vpn</loc><lastmod>2025-09-15T08:26:43.941Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
5+
<url><loc>https://octa.space/about</loc><lastmod>2025-09-15T08:26:43.941Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
66
</urlset>

public/sitemap.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
3-
<url><loc>https://octa.space</loc><lastmod>2025-09-14T22:16:09.030Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4-
<url><loc>https://octa.space/about</loc><lastmod>2025-09-14T22:16:09.030Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
5-
<url><loc>https://octa.space/vpn</loc><lastmod>2025-09-14T22:16:09.030Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
6-
</urlset>
2+
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<sitemap><loc>https://octa.space/sitemap-0.xml</loc></sitemap>
4+
</sitemapindex>

0 commit comments

Comments
 (0)