Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STRUCTURE — structurelogistics.com

The main marketing site for Structure (AI for Logistics) with a dedicated LoadHawk product page.

Stack

Pure static site — zero build step, zero dependencies to install.

  • index.html — main Structure site (hero network canvas, horizontal platform scroll, inverted LoadHawk feature, impact metrics, process, footer)
  • loadhawk.html — LoadHawk product page (radar canvas hero, 7 agents, pipeline, $30K guarantee, fit criteria)
  • freight-network.html — Structure Freight Network information page
  • ai-for-freight-brokers.html — category authority page for freight brokerage AI
  • about/haarith-imran.html — factual founder/entity page
  • css/style.css — monochrome design system with electric-cyan/violet accent layer (Archivo + Instrument Serif + Fragment Mono)
  • js/fx.js — canvas VFX engine (logistics network map, radar sweep)
  • js/main.js — Lenis smooth scroll + GSAP ScrollTrigger orchestration (preloader, custom cursor, magnetic buttons, split-text reveals, counters, scroll-velocity marquees, pinned horizontal section)

GSAP and Lenis load from CDN. Fonts load from Google Fonts.

Preview locally

npm run dev
# open http://localhost:8743

The local dev server mirrors the Netlify extensionless route rewrites for /loadhawk, /freight-network, /ai-for-freight-brokers and /about/haarith-imran.

Deploy

Any static host works. Examples:

Netlify: drag the folder into the Netlify dashboard, or netlify deploy --prod --dir . — then point structurelogistics.com at it.

Vercel: vercel --prod

No environment variables, no build command. Publish directory is the repo root.

Lead capture

The home page form (#contact) is Netlify Forms-ready (data-netlify="true" + honeypot). Deploy to Netlify and submissions appear under Site → Forms with zero extra setup (enable email notifications there). On any other host, the form gracefully falls back to opening a pre-filled email to sales@structurelogistics.com. LoadHawk page CTAs go to book.structurelogistics.com.

SEO / AI-search layer

  • JSON-LD on indexable pages: Organization, WebSite, WebPage/ProfilePage, Service, SoftwareApplication, Article, FAQPage and BreadcrumbList where appropriate
  • Visible FAQ + About sections mirror the schema (extractable answer blocks)
  • robots.txt explicitly allows major documented search, retrieval, and AI crawlers while blocking non-public/system paths
  • sitemap.xml, llms.txt, llms-full.txt, pricing.md (machine-readable for AI agents)
  • Extensionless canonical URLs are handled in _redirects
  • npm run indexnow submits canonical sitemap URLs to IndexNow without failing the build if the endpoint is temporarily unavailable
  • After deploy: submit sitemap in Google Search Console + Bing Webmaster Tools

Notes

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages