From c78478324213b9f5a61ccbe8346f35a9b0bc9404 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 23 Nov 2025 12:35:59 +0200 Subject: [PATCH 1/4] added sitemap --- public/robots.txt | 6 +++++ public/sitemap.xml | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..eb481aa --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,6 @@ +User-agent: * +Allow: / + +Sitemap: https://www.projectmycelium.com/sitemap.xml + + diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..ed5a5cd --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,59 @@ + + + + https://www.projectmycelium.com/ + weekly + 1.0 + + + https://www.projectmycelium.com/cloud + weekly + 0.9 + + + https://www.projectmycelium.com/network + weekly + 0.9 + + + https://www.projectmycelium.com/agents + weekly + 0.8 + + + https://www.projectmycelium.com/download + monthly + 0.7 + + + https://www.projectmycelium.com/compute + weekly + 0.8 + + + https://www.projectmycelium.com/storage + weekly + 0.8 + + + https://www.projectmycelium.com/gpu + weekly + 0.8 + + + https://www.projectmycelium.com/pods + weekly + 0.7 + + + https://www.projectmycelium.com/nodes + weekly + 0.7 + + + https://www.projectmycelium.com/mediakit + monthly + 0.7 + + + From ea8c3546c9b5cdfca6767266b824035a43713f3b Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 23 Nov 2025 13:20:37 +0200 Subject: [PATCH 2/4] addedd png logo for google search --- index.html | 1 + public/favicon-32.png | Bin 0 -> 1710 bytes 2 files changed, 1 insertion(+) create mode 100644 public/favicon-32.png diff --git a/index.html b/index.html index d88ee3b..0bafb45 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + diff --git a/public/favicon-32.png b/public/favicon-32.png new file mode 100644 index 0000000000000000000000000000000000000000..787b48729142819c48ab41ababf73b189d354b3b GIT binary patch literal 1710 zcmZ`)32+lt7*3#IX{m@HhedsChY^@2*<4MtWLrbFr2!IY8%jZ;-R!=k3wwm!O_R3j zgbt1s2g?kX6-OPQ3<_8nylOehB``3^IUF8ER2YUrxrR$%+)dM<4&9l3?|*N<|NGzn z{qMbff0}nvM%s&M8jU8yT||^9Jy74&{z@y=*4|dSk#a$~Tq*?Q2q{91lNS6CxH&Qi zOCU+t%s&Vn8cj+u<13fTJyS7C;Pj-5(MP$E;;qp*@}nV=ng?azhe3wNk*>C#2w-R& znPK&yo{$SxF-5f^EUoqWsM>jyoksHWfFp`21RRt}5an22!lF15=fxCToi-pK4w2{K zNcW=3J=1_o5FxPZjXDZNO~7W?LqC;kMsrNIY+yo7Rs(7>7;QQeidl@9ITs`zLb&s^{ARv97t11TqrEE@!&LNfGp%7FG~v6 zn8YeVc|1w@Q)xLaiI(IN_$0Tdq9tEV2pUSDB!opusdFGpT~-KliI9{9(I*Hjj<`s^ zngnA@AWuUPisJw+P&nb7WG%Cl@|>j@ge55A)13uQ7Ny-JS`7Rm$fdbMul+@)UFvIHCmBGYpMQEOeTzE?15#*Gd?Th3G`H-RQFB zT5@x9Yz0<}xyP3fsIaP0k1zei*Ve1AQh%DlsP6m{o1qlWPgpFICy`PW37nG5kTl~k zsHIhALATY7H2jA_8OV&x!UTnrm6K#@i7}SsgGzEb8V1NPDy%vG>LPyl0% zC<>xLZ9~yu&7d_WmhEK^V9=g42 zd(()e=l9-Q&Z$2?O{n&1A=CSzTlb?E19T z4P%FSR}b-A++*IF^@0CF9rjT`KkC`T+ZxSxcSs%RPq)@L?fT;2;Pi%mmf5kgu7ZvV zDaA7C!CjyaGw}{Z`A6#=77pgAv{@%Ej@S9Z7kT5(g~{^R-y)9>6ppj&w~eXjHM=&+?76`##%sT)a^-V9XFe!lfc z`#aaT`xP_iENpFEw?doWe0;$cuU&5H7`*z9|GS!1W^OR43gZr92o`y=gd5~pu8 z?wMn3S*AVxgD!S_@S`O|AKRuM9Jn{Xc}uLkJ-Ba;rmtqniRELk8IN7+AH-eYCBB+i GS^p25v~98g literal 0 HcmV?d00001 From 3a217c2d66bf5040714049209ac80168c770d00f Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 24 Nov 2025 10:17:16 +0200 Subject: [PATCH 3/4] updated search keyword --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0bafb45..be82695 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Project Mycelium - Built for Digital Sovereignty - + From 67fb2fd4acd08f715f9283bcd69c5f555b751893 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 24 Nov 2025 15:07:56 +0100 Subject: [PATCH 4/4] refactor: remove arrow icons and clean up "Explore Docs" button text across multiple hero sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed arrow icon (→) from "Explore Docs" buttons in CloudHeroNew, GpuHero, and StorageHero components - Removed ArrowRightIcon from HomeCTA "Explore Docs" button - Fixed whitespace formatting in CloudArchitecture "Explore Docs" button - Added comment block in Homepod for commented out "Explore Docs" button --- src/pages/cloud/CloudArchitecture.tsx | 2 +- src/pages/cloud/CloudHeroNew.tsx | 2 +- src/pages/gpu/GpuHero.tsx | 2 +- src/pages/home/archive/HomeCTA.tsx | 1 - src/pages/pods/Homepod.tsx | 3 +++ src/pages/storage/StorageHero.tsx | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pages/cloud/CloudArchitecture.tsx b/src/pages/cloud/CloudArchitecture.tsx index 339982d..eef7234 100644 --- a/src/pages/cloud/CloudArchitecture.tsx +++ b/src/pages/cloud/CloudArchitecture.tsx @@ -76,7 +76,7 @@ export function CloudArchitecture() { Get Started diff --git a/src/pages/cloud/CloudHeroNew.tsx b/src/pages/cloud/CloudHeroNew.tsx index edf771d..674f598 100644 --- a/src/pages/cloud/CloudHeroNew.tsx +++ b/src/pages/cloud/CloudHeroNew.tsx @@ -47,7 +47,7 @@ export function CloudHeroNew() { target="_blank" rel="noopener noreferrer" > - Explore Docs + Explore Docs diff --git a/src/pages/gpu/GpuHero.tsx b/src/pages/gpu/GpuHero.tsx index 9f7dda7..a0555ff 100644 --- a/src/pages/gpu/GpuHero.tsx +++ b/src/pages/gpu/GpuHero.tsx @@ -26,7 +26,7 @@ export function GpuHero() { How it works diff --git a/src/pages/home/archive/HomeCTA.tsx b/src/pages/home/archive/HomeCTA.tsx index 1323db1..9c69fbb 100644 --- a/src/pages/home/archive/HomeCTA.tsx +++ b/src/pages/home/archive/HomeCTA.tsx @@ -30,7 +30,6 @@ export function HomeCTA() { {/* Button 2 */} diff --git a/src/pages/pods/Homepod.tsx b/src/pages/pods/Homepod.tsx index 050037a..7c525bc 100644 --- a/src/pages/pods/Homepod.tsx +++ b/src/pages/pods/Homepod.tsx @@ -45,9 +45,12 @@ export default function Homepod() { > Join the Waitlist + + {/* The updated onClick handler calls the function + */} diff --git a/src/pages/storage/StorageHero.tsx b/src/pages/storage/StorageHero.tsx index 8724633..7c2d56c 100644 --- a/src/pages/storage/StorageHero.tsx +++ b/src/pages/storage/StorageHero.tsx @@ -30,7 +30,7 @@ export function StorageHero() { as="a" variant="outline" > - Explore Docs + Explore Docs