J.D

seo project
SEO Project assignment by using google analytics and proper metadata for optimized indexing of site.
messagedocumentation_url

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

Technologies

Getting Started

bun install
bun dev        # start dev server with Turbopack
bun run build  # build for production
bun start      # start production server

SEO Features

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