Skip to content

Commit 11beebb

Browse files
authored
Merge pull request #32 from Unity-Lab-AI/claude/update-site-urls-015nCV4JA9EAJdWJpwP2rc8e
Update site URLs to main domain
2 parents 0db17fe + 717968e commit 11beebb

File tree

16 files changed

+58
-58
lines changed

16 files changed

+58
-58
lines changed

Docs/PERFORMANCE_AUDIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Website Performance & Accessibility Audit Report
22

33
**Date:** 2025-11-19
4-
**Site:** https://unity-lab-ai.github.io/sitetest0/
4+
**Site:** https://www.unityailab.com/
55
**Audit Type:** Manual Code Review
66
**Pages Audited:** index.html, about/index.html, services/index.html, projects/index.html, contact/index.html
77

Docs/SEO_IMPLEMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@ All of the following keywords and their variations have been implemented across
272272
1. **Submit Sitemap to Search Engines:**
273273
- Google Search Console: https://search.google.com/search-console
274274
- Bing Webmaster Tools: https://www.bing.com/webmasters
275-
- Submit sitemap URL: `https://unity-lab-ai.github.io/sitetest0/sitemap.xml`
275+
- Submit sitemap URL: `https://www.unityailab.com/sitemap.xml`
276276

277277
2. **Verify robots.txt:**
278-
- Test at: `https://unity-lab-ai.github.io/sitetest0/robots.txt`
278+
- Test at: `https://www.unityailab.com/robots.txt`
279279
- Ensure it's accessible and properly formatted
280280

281281
3. **Test Structured Data:**

Docs/TODO/demo-page-TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
The `/ai/demo` page is a fully functional, self-contained demonstration of the PolliLibJS library's capabilities. This is a **public-facing demo** showcasing AI features without requiring user accounts.
1111

12-
**Live URL:** `https://unity-lab-ai.github.io/sitetest0/ai/demo`
12+
**Live URL:** `https://www.unityailab.com/ai/demo`
1313

1414
**Implementation Status:**
1515
- ✅ Core functionality complete

Docs/TODO/website-TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
The landing website consists of the main marketing/informational pages for UnityAILab. Core pages are complete and functional, but optimization and testing remain.
1111

12-
**Live Site:** https://unity-lab-ai.github.io/sitetest0/
12+
**Live Site:** https://www.unityailab.com/
1313

1414
**Current Status:**
1515
- ✅ All main pages implemented (Home, About, Services, Projects, Contact)

about/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="author" content="Unity AI Lab - hackall360, GFourteen, SpongeBong">
1414
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
1515
<meta name="theme-color" content="#0a0a0a">
16-
<link rel="canonical" href="https://unity-lab-ai.github.io/sitetest0/about/">
16+
<link rel="canonical" href="https://www.unityailab.com/about/">
1717

1818
<!-- Mobile Web App Tags -->
1919
<meta name="mobile-web-app-capable" content="yes">
@@ -27,7 +27,7 @@
2727

2828
<!-- Open Graph Meta Tags for Social Sharing -->
2929
<meta property="og:type" content="website">
30-
<meta property="og:url" content="https://unity-lab-ai.github.io/sitetest0/about/">
30+
<meta property="og:url" content="https://www.unityailab.com/about/">
3131
<meta property="og:title" content="About Unity AI Lab Team - hackall360, GFourteen, SpongeBong">
3232
<meta property="og:description" content="Meet the Unity AI Lab team - hackall360 (SpongeBong), GFourteen. Learn about our unrestricted AI development, jailbreak research, and mission to push AI boundaries.">
3333
<meta property="og:site_name" content="Unity AI Lab">
@@ -98,7 +98,7 @@
9898
"@type": "AboutPage",
9999
"name": "About Unity AI Lab",
100100
"description": "Learn about Unity AI Lab team - hackall360 (SpongeBong), GFourteen, and our mission to push AI boundaries with unrestricted AI development.",
101-
"url": "https://unity-lab-ai.github.io/sitetest0/about/",
101+
"url": "https://www.unityailab.com/about/",
102102
"mainEntity": {
103103
"@type": "Organization",
104104
"name": "Unity AI Lab",
@@ -131,13 +131,13 @@
131131
"@type": "ListItem",
132132
"position": 1,
133133
"name": "Home",
134-
"item": "https://unity-lab-ai.github.io/sitetest0/"
134+
"item": "https://www.unityailab.com/"
135135
},
136136
{
137137
"@type": "ListItem",
138138
"position": 2,
139139
"name": "About",
140-
"item": "https://unity-lab-ai.github.io/sitetest0/about/"
140+
"item": "https://www.unityailab.com/about/"
141141
}
142142
]
143143
}

ai/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<meta name="author" content="Unity AI Lab - hackall360, GFourteen, SpongeBong">
1313
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
1414
<meta name="theme-color" content="#0a0a0a">
15-
<link rel="canonical" href="https://unity-lab-ai.github.io/sitetest0/ai/">
15+
<link rel="canonical" href="https://www.unityailab.com/ai/">
1616

1717
<!-- Open Graph Meta Tags for Social Sharing -->
1818
<meta property="og:type" content="website">
19-
<meta property="og:url" content="https://unity-lab-ai.github.io/sitetest0/ai/">
19+
<meta property="og:url" content="https://www.unityailab.com/ai/">
2020
<meta property="og:title" content="Unity AI Chat - Unrestricted AI Experience | Unity AI Lab">
2121
<meta property="og:description" content="Experience Unity AI Chat - Try our demo for early access or await the full Unity AI experience. Unrestricted AI powered by Pollinations.">
2222
<meta property="og:site_name" content="Unity AI Lab">
@@ -287,7 +287,7 @@
287287
"@type": "WebPage",
288288
"name": "Unity AI Chat",
289289
"description": "Experience Unity AI Chat - Try our demo for early access or await the full Unity AI experience. Unrestricted AI powered by Pollinations.",
290-
"url": "https://unity-lab-ai.github.io/sitetest0/ai/",
290+
"url": "https://www.unityailab.com/ai/",
291291
"publisher": {
292292
"@type": "Organization",
293293
"name": "Unity AI Lab"
@@ -303,13 +303,13 @@
303303
"@type": "ListItem",
304304
"position": 1,
305305
"name": "Home",
306-
"item": "https://unity-lab-ai.github.io/sitetest0/"
306+
"item": "https://www.unityailab.com/"
307307
},
308308
{
309309
"@type": "ListItem",
310310
"position": 2,
311311
"name": "AI",
312-
"item": "https://unity-lab-ai.github.io/sitetest0/ai/"
312+
"item": "https://www.unityailab.com/ai/"
313313
}
314314
]
315315
}

apps/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="author" content="Unity AI Lab - hackall360, GFourteen, SpongeBong">
1414
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
1515
<meta name="theme-color" content="#0a0a0a">
16-
<link rel="canonical" href="https://unity-lab-ai.github.io/sitetest0/about/">
16+
<link rel="canonical" href="https://www.unityailab.com/about/">
1717

1818
<!-- Mobile Web App Tags -->
1919
<meta name="mobile-web-app-capable" content="yes">
@@ -27,7 +27,7 @@
2727

2828
<!-- Open Graph Meta Tags for Social Sharing -->
2929
<meta property="og:type" content="website">
30-
<meta property="og:url" content="https://unity-lab-ai.github.io/sitetest0/about/">
30+
<meta property="og:url" content="https://www.unityailab.com/about/">
3131
<meta property="og:title" content="About Unity AI Lab Team - hackall360, GFourteen, SpongeBong">
3232
<meta property="og:description" content="Meet the Unity AI Lab team - hackall360 (SpongeBong), GFourteen. Learn about our unrestricted AI development, jailbreak research, and mission to push AI boundaries.">
3333
<meta property="og:site_name" content="Unity AI Lab">

apps/shared-nav.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
<div class="collapse navbar-collapse" id="navbarNav">
1313
<ul class="navbar-nav ms-auto">
1414
<li class="nav-item">
15-
<a class="nav-link" href="/sitetest0/ai">AI</a>
15+
<a class="nav-link" href="/ai">AI</a>
1616
</li>
1717
<li class="nav-item">
18-
<a class="nav-link" href="/sitetest0/about">About</a>
18+
<a class="nav-link" href="/about">About</a>
1919
</li>
2020
<li class="nav-item">
21-
<a class="nav-link" href="/sitetest0/apps">Apps</a>
21+
<a class="nav-link" href="/apps">Apps</a>
2222
</li>
2323
<li class="nav-item">
24-
<a class="nav-link" href="/sitetest0/services">Services</a>
24+
<a class="nav-link" href="/services">Services</a>
2525
</li>
2626
<li class="nav-item">
27-
<a class="nav-link" href="/sitetest0/projects">Projects</a>
27+
<a class="nav-link" href="/projects">Projects</a>
2828
</li>
2929
<li class="nav-item">
30-
<a class="nav-link" href="/sitetest0/contact">Contact</a>
30+
<a class="nav-link" href="/contact">Contact</a>
3131
</li>
3232
</ul>
3333
</div>

apps/shared-nav.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
const hostname = window.location.hostname;
1212
// Production: www.unityailab.com or unityailab.com
1313
if (hostname.includes('unityailab.com')) {
14-
return '/sitetest0/';
14+
return '/';
1515
}
1616
// GitHub Pages: unity-lab-ai.github.io
1717
if (hostname.includes('github.io')) {
18-
return '/sitetest0/';
18+
return '/';
1919
}
2020
// Local development: localhost, 127.0.0.1, or file://
2121
return '/';

contact/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="author" content="Unity AI Lab - hackall360, GFourteen, SpongeBong">
1414
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
1515
<meta name="theme-color" content="#0a0a0a">
16-
<link rel="canonical" href="https://unity-lab-ai.github.io/sitetest0/contact/">
16+
<link rel="canonical" href="https://www.unityailab.com/contact/">
1717

1818
<!-- Mobile Web App Tags -->
1919
<meta name="mobile-web-app-capable" content="yes">
@@ -27,7 +27,7 @@
2727

2828
<!-- Open Graph Meta Tags for Social Sharing -->
2929
<meta property="og:type" content="website">
30-
<meta property="og:url" content="https://unity-lab-ai.github.io/sitetest0/contact/">
30+
<meta property="og:url" content="https://www.unityailab.com/contact/">
3131
<meta property="og:title" content="Contact Unity AI Lab - AI Services Inquiry">
3232
<meta property="og:description" content="Contact Unity AI Lab about AI integration services, chatbot development, red team testing. Join Unity Discord or email unityailabcontact@gmail.com">
3333
<meta property="og:site_name" content="Unity AI Lab">
@@ -150,12 +150,12 @@
150150
"@type": "ContactPage",
151151
"name": "Contact Unity AI Lab",
152152
"description": "Get in touch with Unity AI Lab about AI services, partnerships, or general inquiries",
153-
"url": "https://unity-lab-ai.github.io/sitetest0/contact/",
153+
"url": "https://www.unityailab.com/contact/",
154154
"mainEntity": {
155155
"@type": "Organization",
156156
"name": "Unity AI Lab",
157157
"email": "unityailabcontact@gmail.com",
158-
"url": "https://unity-lab-ai.github.io/sitetest0/",
158+
"url": "https://www.unityailab.com/",
159159
"contactPoint": [
160160
{
161161
"@type": "ContactPoint",
@@ -182,13 +182,13 @@
182182
"@type": "ListItem",
183183
"position": 1,
184184
"name": "Home",
185-
"item": "https://unity-lab-ai.github.io/sitetest0/"
185+
"item": "https://www.unityailab.com/"
186186
},
187187
{
188188
"@type": "ListItem",
189189
"position": 2,
190190
"name": "Contact",
191-
"item": "https://unity-lab-ai.github.io/sitetest0/contact/"
191+
"item": "https://www.unityailab.com/contact/"
192192
}
193193
]
194194
}

0 commit comments

Comments
 (0)