update sitemap
This commit is contained in:
parent
06ffb0a90c
commit
de41f72aac
|
|
@ -0,0 +1,152 @@
|
|||
# Prology IT — Site Map
|
||||
|
||||
> Base URL: `https://prology.net`
|
||||
> Landing page repo: `index.html` (single-page, anchor-based navigation)
|
||||
|
||||
---
|
||||
|
||||
## Pages & Sections
|
||||
|
||||
```
|
||||
prology.net/ ← Homepage (x-default)
|
||||
├── prology.net/au/ ← AU Store (en-au)
|
||||
└── prology.net/us/ ← US Store (en-us)
|
||||
```
|
||||
|
||||
### Landing Page Sections (`index.html`)
|
||||
|
||||
```
|
||||
#home Hero
|
||||
├── Typewriter animation (server/blade chassis visual)
|
||||
├── eBay banner → ebay.com.au/str/prologyit
|
||||
├── Search tab: Buy (→ /catalogsearch/result/?q=...)
|
||||
├── Search tab: Sell (email → opens Valuation Modal)
|
||||
└── Stats grid: 15+ yrs · 45+ countries · 100k+ units · AU & US
|
||||
|
||||
#services Product Categories
|
||||
├── Routers
|
||||
├── Switches
|
||||
├── Wireless Access
|
||||
├── Security Appliances
|
||||
├── Load Balancers
|
||||
├── WAN Access
|
||||
├── Network Mgmt
|
||||
└── [Shop CTA] → Store Picker Modal
|
||||
|
||||
#quality Why Choose Prology?
|
||||
├── Dual Warehouse: AU & US
|
||||
├── Strong Sourcing Network
|
||||
├── Faster, Smarter Logistics
|
||||
└── Flexible for Business Orders
|
||||
|
||||
#who-we-serve Who We Serve
|
||||
├── Getting Started
|
||||
├── Running Projects
|
||||
├── Growing Operations
|
||||
├── Large-Scale Procurement
|
||||
├── [Request a Quote] → Quote Modal
|
||||
└── [Shop Now] → Store Picker Modal
|
||||
|
||||
#institutional Government & Corporate Orders
|
||||
└── [Enquire Now] → Enquire Modal
|
||||
|
||||
#contact Final CTA
|
||||
├── Source IT Hardware → Store Picker Modal
|
||||
└── Sell Us Your Assets → Valuation Modal
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Modals (client-side, no URL change)
|
||||
|
||||
| Modal | Trigger | Purpose |
|
||||
|---|---|---|
|
||||
| Store Picker | "View Products", "Shop Now" | Choose AU or US store |
|
||||
| Valuation Modal | "Get Valuation", Sell tab | Asset recovery / buy-back quote |
|
||||
| Source Modal | (programmatic) | Hardware sourcing RFQ |
|
||||
| Quote Modal | "Request a Quote" | IT procurement quote |
|
||||
| Enquire Modal | "Enquire Now" | Gov & Corporate enquiry |
|
||||
|
||||
---
|
||||
|
||||
## Store Pages
|
||||
|
||||
> Categories tồn tại ở cả hai store views — AU và US.
|
||||
|
||||
```
|
||||
prology.net/
|
||||
├── au/ ← AU Store
|
||||
│ ├── Products (shared categories)
|
||||
│ │ ├── compute.html
|
||||
│ │ ├── storage.html
|
||||
│ │ ├── networking.html
|
||||
│ │ ├── security.html
|
||||
│ │ ├── end-user.html
|
||||
│ │ ├── data-center.html
|
||||
│ │ └── components.html
|
||||
│ │
|
||||
│ ├── manufacturers
|
||||
│ │
|
||||
│ ├── Information
|
||||
│ │ ├── about-us
|
||||
│ │ ├── contact
|
||||
│ │ ├── faq
|
||||
│ │ └── returns
|
||||
│ │
|
||||
│ ├── Customer Account
|
||||
│ │ ├── customer/account
|
||||
│ │ ├── sales/order/history
|
||||
│ │ ├── sales/guest/form ← Track Order (guest)
|
||||
│ │ └── wishlist
|
||||
│ │
|
||||
│ └── Legal
|
||||
│ ├── terms
|
||||
│ ├── privacy-policy-cookie-restriction-mode
|
||||
│ └── enable-cookies
|
||||
│
|
||||
└── us/ ← US Store
|
||||
├── Products (shared categories)
|
||||
│ ├── compute.html
|
||||
│ ├── storage.html
|
||||
│ ├── networking.html
|
||||
│ ├── security.html
|
||||
│ ├── end-user.html
|
||||
│ ├── data-center.html
|
||||
│ └── components.html
|
||||
│
|
||||
└── manufacturers
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## External Links
|
||||
|
||||
| Destination | Context |
|
||||
|---|---|
|
||||
| `ebay.com.au/str/prologyit` | eBay banner (hero) |
|
||||
| `ebay.com.au/str/prologyptyltd` | Footer social |
|
||||
| `prology.net/blog` | Footer — News |
|
||||
| `facebook.com/prology.net/` | Footer social |
|
||||
| `linkedin.com/company/…` | Footer social |
|
||||
| `youtube.com/@PrologyPtyLtd` | Footer social |
|
||||
|
||||
---
|
||||
|
||||
## Assets / Tech Stack
|
||||
|
||||
```
|
||||
assets/
|
||||
├── css/styles.css
|
||||
├── js/
|
||||
│ ├── config.js ← PROLOGY_CONFIG (URLs, keys)
|
||||
│ ├── hero.js ← Typewriter, scroll, reveal animations
|
||||
│ ├── modals.js ← Web Components for all modals
|
||||
│ ├── footer.js ← Dynamic footer from data-footer.json
|
||||
│ └── chat.js ← Support chat widget
|
||||
├── data-footer.json ← Footer content (addresses, links, payment icons)
|
||||
├── Prology_logo.png
|
||||
├── Banner_Ebay_Final_news-min.png
|
||||
└── images/icons/
|
||||
├── payment/ ← PayPal, Visa, Mastercard, Amex, Afterpay
|
||||
└── shipping/ ← DHL, UPS, FedEx, TNT, Couriers Please, Startrack, AusPost, Sendle
|
||||
```
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<url>
|
||||
<loc>https://prology.net/</loc>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://prology.net/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en-au" href="https://prology.net/au/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en-us" href="https://prology.net/us/"/>
|
||||
<lastmod>2026-05-13</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
|
||||
</urlset>
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<!-- Landing page -->
|
||||
<sitemap>
|
||||
<loc>https://prology.net/sitemap-home.xml</loc>
|
||||
<lastmod>2026-05-13</lastmod>
|
||||
</sitemap>
|
||||
|
||||
<!-- AU Magento store -->
|
||||
<sitemap>
|
||||
<loc>https://prology.net/au/sitemap.xml</loc>
|
||||
<lastmod>2026-05-13</lastmod>
|
||||
</sitemap>
|
||||
|
||||
<!-- US Magento store -->
|
||||
<sitemap>
|
||||
<loc>https://prology.net/us/sitemap.xml</loc>
|
||||
<lastmod>2026-05-13</lastmod>
|
||||
</sitemap>
|
||||
|
||||
</sitemapindex>
|
||||
Loading…
Reference in New Issue