OPTIMA BIONICS — WEBSITE DEPLOYMENT PACKAGE
============================================

This folder contains everything needed to deploy the Optima Bionics
website. It is a static site — no server, build step, or database
required. Any static host works (Netlify, Vercel, Cloudflare Pages,
GitHub Pages, AWS S3 + CloudFront, or traditional cPanel hosting).


CONTENTS
--------
index.html              The complete website (self-contained: all
                        styles, scripts, logo SVGs and the favicon are
                        inlined). This is the only page.
og-image.png            1200×630 social-share preview card
                        (LinkedIn, Facebook, iMessage, Slack, etc.)
icon-512.png            App / PWA icon (512×512)
icon-180.png            Apple touch icon (180×180)
robots.txt             Allows all crawlers; points to the sitemap
sitemap.xml             Single-URL sitemap for search engines
brand/                  Standalone logo files (SVG) for decks, email
                        signatures, print, etc. — NOT required by the
                        site itself.


HOW TO DEPLOY
-------------
1. Upload the CONTENTS of this folder to the web root so that
   index.html sits at the top level (e.g. https://yourdomain.com/index.html).
   Keep og-image.png, the icons, robots.txt and sitemap.xml in that
   same root directory. The "brand" folder is optional.

2. That's it. Visiting the domain will serve index.html automatically.


IMPORTANT — UPDATE THE DOMAIN BEFORE GOING LIVE
-----------------------------------------------
The site was built assuming the production domain is:

    https://www.optimabionics.com/

If the final domain is different, do a find-and-replace inside
index.html (and in robots.txt + sitemap.xml) for:

    www.optimabionics.com   ->   <your real domain>

These absolute URLs appear in:
  - <link rel="canonical">
  - the Open Graph tags  (og:url, og:image)
  - the Twitter Card image
  - the JSON-LD structured data (Organization url, logo, image)
  - robots.txt (Sitemap line)
  - sitemap.xml (<loc>)

Until that's correct, social-share previews and the favicon/app
icons referenced by absolute URL may not resolve.


CONTACT / CTA LINKS (already wired)
-----------------------------------
- "Let's Talk", "Book a Discovery Call", "Schedule a Discovery Call"
  all link to:  https://calendly.com/selshiwick
- Footer email:  hello@optimabionics.com
Change these in index.html if needed.


SEO STATUS
----------
Already included: descriptive <title>, meta description, keywords,
canonical, robots, Open Graph + Twitter Card (with image), JSON-LD
(Organization + capabilities ItemList + FAQ), favicon, theme-color,
semantic headings, and real text content.

After deploying, recommended next steps:
  - Submit the domain + sitemap.xml in Google Search Console.
  - Verify the share card with the Facebook Sharing Debugger and
    LinkedIn Post Inspector (forces a re-scrape of og-image.png).


NOTES
-----
- Fonts load from Google Fonts over HTTPS (Space Grotesk, Geist,
  Geist Mono). This needs an internet connection at page load. To make
  the site fully self-hosted, download those families and swap the
  <link> in index.html for local @font-face rules.
- No cookies, analytics, or trackers are included. Add your own
  (e.g. Google Analytics / Plausible) before launch if desired.

© 2026 Optima Bionics, Inc.
