@acedatacloud/nexior 3.30.1 → 3.30.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/robots.txt +42 -0
- package/dist/sitemap.xml +124 -0
- package/package.json +1 -1
package/dist/robots.txt
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
User-agent: *
|
|
2
|
+
|
|
3
|
+
# Public pages
|
|
4
|
+
Allow: /chatgpt/
|
|
5
|
+
Allow: /claude/
|
|
6
|
+
Allow: /gemini/
|
|
7
|
+
Allow: /grok/
|
|
8
|
+
Allow: /deepseek/
|
|
9
|
+
Allow: /midjourney
|
|
10
|
+
Allow: /flux
|
|
11
|
+
Allow: /qrart
|
|
12
|
+
Allow: /suno
|
|
13
|
+
Allow: /luma
|
|
14
|
+
Allow: /sora
|
|
15
|
+
Allow: /veo
|
|
16
|
+
Allow: /pika
|
|
17
|
+
Allow: /kling
|
|
18
|
+
Allow: /pixverse
|
|
19
|
+
Allow: /hailuo
|
|
20
|
+
Allow: /headshots
|
|
21
|
+
Allow: /nanobanana
|
|
22
|
+
Allow: /seedream
|
|
23
|
+
Allow: /seedance
|
|
24
|
+
Allow: /distribution
|
|
25
|
+
|
|
26
|
+
# Private pages
|
|
27
|
+
Disallow: /auth/
|
|
28
|
+
Disallow: /console/
|
|
29
|
+
Disallow: /profile
|
|
30
|
+
Disallow: /site
|
|
31
|
+
|
|
32
|
+
# Dynamic user content
|
|
33
|
+
Disallow: /chatgpt/conversations/
|
|
34
|
+
Disallow: /claude/conversations/
|
|
35
|
+
Disallow: /gemini/conversations/
|
|
36
|
+
Disallow: /grok/conversations/
|
|
37
|
+
Disallow: /deepseek/conversations/
|
|
38
|
+
|
|
39
|
+
# Assets
|
|
40
|
+
Disallow: /assets/
|
|
41
|
+
|
|
42
|
+
Sitemap: https://hub.acedata.cloud/sitemap.xml
|
package/dist/sitemap.xml
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
|
+
<!-- Homepage (redirects to ChatGPT) -->
|
|
4
|
+
<url>
|
|
5
|
+
<loc>https://hub.acedata.cloud/</loc>
|
|
6
|
+
<changefreq>daily</changefreq>
|
|
7
|
+
<priority>1.0</priority>
|
|
8
|
+
</url>
|
|
9
|
+
|
|
10
|
+
<!-- AI Chat -->
|
|
11
|
+
<url>
|
|
12
|
+
<loc>https://hub.acedata.cloud/chatgpt</loc>
|
|
13
|
+
<changefreq>weekly</changefreq>
|
|
14
|
+
<priority>0.9</priority>
|
|
15
|
+
</url>
|
|
16
|
+
<url>
|
|
17
|
+
<loc>https://hub.acedata.cloud/claude</loc>
|
|
18
|
+
<changefreq>weekly</changefreq>
|
|
19
|
+
<priority>0.9</priority>
|
|
20
|
+
</url>
|
|
21
|
+
<url>
|
|
22
|
+
<loc>https://hub.acedata.cloud/gemini</loc>
|
|
23
|
+
<changefreq>weekly</changefreq>
|
|
24
|
+
<priority>0.9</priority>
|
|
25
|
+
</url>
|
|
26
|
+
<url>
|
|
27
|
+
<loc>https://hub.acedata.cloud/grok</loc>
|
|
28
|
+
<changefreq>weekly</changefreq>
|
|
29
|
+
<priority>0.9</priority>
|
|
30
|
+
</url>
|
|
31
|
+
<url>
|
|
32
|
+
<loc>https://hub.acedata.cloud/deepseek</loc>
|
|
33
|
+
<changefreq>weekly</changefreq>
|
|
34
|
+
<priority>0.9</priority>
|
|
35
|
+
</url>
|
|
36
|
+
|
|
37
|
+
<!-- AI Image Generation -->
|
|
38
|
+
<url>
|
|
39
|
+
<loc>https://hub.acedata.cloud/midjourney</loc>
|
|
40
|
+
<changefreq>weekly</changefreq>
|
|
41
|
+
<priority>0.8</priority>
|
|
42
|
+
</url>
|
|
43
|
+
<url>
|
|
44
|
+
<loc>https://hub.acedata.cloud/flux</loc>
|
|
45
|
+
<changefreq>weekly</changefreq>
|
|
46
|
+
<priority>0.8</priority>
|
|
47
|
+
</url>
|
|
48
|
+
<url>
|
|
49
|
+
<loc>https://hub.acedata.cloud/qrart</loc>
|
|
50
|
+
<changefreq>weekly</changefreq>
|
|
51
|
+
<priority>0.7</priority>
|
|
52
|
+
</url>
|
|
53
|
+
<url>
|
|
54
|
+
<loc>https://hub.acedata.cloud/headshots</loc>
|
|
55
|
+
<changefreq>weekly</changefreq>
|
|
56
|
+
<priority>0.7</priority>
|
|
57
|
+
</url>
|
|
58
|
+
<url>
|
|
59
|
+
<loc>https://hub.acedata.cloud/nanobanana</loc>
|
|
60
|
+
<changefreq>weekly</changefreq>
|
|
61
|
+
<priority>0.7</priority>
|
|
62
|
+
</url>
|
|
63
|
+
<url>
|
|
64
|
+
<loc>https://hub.acedata.cloud/seedream</loc>
|
|
65
|
+
<changefreq>weekly</changefreq>
|
|
66
|
+
<priority>0.7</priority>
|
|
67
|
+
</url>
|
|
68
|
+
|
|
69
|
+
<!-- AI Video Generation -->
|
|
70
|
+
<url>
|
|
71
|
+
<loc>https://hub.acedata.cloud/luma</loc>
|
|
72
|
+
<changefreq>weekly</changefreq>
|
|
73
|
+
<priority>0.8</priority>
|
|
74
|
+
</url>
|
|
75
|
+
<url>
|
|
76
|
+
<loc>https://hub.acedata.cloud/sora</loc>
|
|
77
|
+
<changefreq>weekly</changefreq>
|
|
78
|
+
<priority>0.8</priority>
|
|
79
|
+
</url>
|
|
80
|
+
<url>
|
|
81
|
+
<loc>https://hub.acedata.cloud/veo</loc>
|
|
82
|
+
<changefreq>weekly</changefreq>
|
|
83
|
+
<priority>0.8</priority>
|
|
84
|
+
</url>
|
|
85
|
+
<url>
|
|
86
|
+
<loc>https://hub.acedata.cloud/pika</loc>
|
|
87
|
+
<changefreq>weekly</changefreq>
|
|
88
|
+
<priority>0.7</priority>
|
|
89
|
+
</url>
|
|
90
|
+
<url>
|
|
91
|
+
<loc>https://hub.acedata.cloud/kling</loc>
|
|
92
|
+
<changefreq>weekly</changefreq>
|
|
93
|
+
<priority>0.7</priority>
|
|
94
|
+
</url>
|
|
95
|
+
<url>
|
|
96
|
+
<loc>https://hub.acedata.cloud/pixverse</loc>
|
|
97
|
+
<changefreq>weekly</changefreq>
|
|
98
|
+
<priority>0.7</priority>
|
|
99
|
+
</url>
|
|
100
|
+
<url>
|
|
101
|
+
<loc>https://hub.acedata.cloud/hailuo</loc>
|
|
102
|
+
<changefreq>weekly</changefreq>
|
|
103
|
+
<priority>0.7</priority>
|
|
104
|
+
</url>
|
|
105
|
+
<url>
|
|
106
|
+
<loc>https://hub.acedata.cloud/seedance</loc>
|
|
107
|
+
<changefreq>weekly</changefreq>
|
|
108
|
+
<priority>0.7</priority>
|
|
109
|
+
</url>
|
|
110
|
+
|
|
111
|
+
<!-- AI Music Generation -->
|
|
112
|
+
<url>
|
|
113
|
+
<loc>https://hub.acedata.cloud/suno</loc>
|
|
114
|
+
<changefreq>weekly</changefreq>
|
|
115
|
+
<priority>0.8</priority>
|
|
116
|
+
</url>
|
|
117
|
+
|
|
118
|
+
<!-- Affiliate / Distribution -->
|
|
119
|
+
<url>
|
|
120
|
+
<loc>https://hub.acedata.cloud/distribution</loc>
|
|
121
|
+
<changefreq>monthly</changefreq>
|
|
122
|
+
<priority>0.5</priority>
|
|
123
|
+
</url>
|
|
124
|
+
</urlset>
|