SEO Project assignment by using google analytics and proper metadata for optimized indexing of site.
SEO Project - FlaminGO Chargers
A marketing website for FlaminGO Charger, a pre-charged portable phone charger featured on Shark Tank. Built with Next.js and optimized for search engine visibility.
Pages
- Home - Product landing page with hero section, features accordion, and Shark Tank story
- About Us - Founder Smith Baggett’s story and FlaminGO’s journey from Shark Tank
- Products - Product details, features (pre-charged, universal compatibility), and purchasing options (1-pack to 10-pack)
- Wholesale - Bulk ordering information with customization options (packaging, colors, logo printing)
- Development Blog - Product roadmap, pink charger development, and future innovations
Technologies
- Next.js 15 with Turbopack
- React 19
- TypeScript
- Tailwind CSS v4
- shadcn/ui components (Card, Accordion, Navigation Menu, Button)
- Lucide React icons
- Google Analytics integration
Getting Started
bun install
bun dev # start dev server with Turbopack
bun run build # build for production
bun start # start production server
SEO Features
- Per-page metadata (
Metadata exports)
- Semantic HTML structure
- Optimized images with
next/image
- Google Analytics tracking
- Responsive design with mobile/desktop image variants
Project Structure
src/
app/
page.tsx - home page
about/page.tsx - about page
products/page.tsx - products page
wholesale/page.tsx - wholesale page
blog/page.tsx - development blog
layout.tsx - root layout with navbar
components/
ui/ - reusable UI components
navbar.tsx - navigation bar
lib/
utils.ts - utility functions