A fast, SEO‑optimized movie discovery web app built with Next.js and the OMDb API. Users can search movies by title and year, explore details, and view rich metadata optimized for search engines.
- 🔍 Movie search by title & year
- 🎥 Detailed movie pages with ratings and metadata
- ⚡ Server‑side rendering (SSR) for SEO
- 🖼️ Optimized images using Next.js Image
- 🧠 Structured data (JSON‑LD schema)
- 🗺️ Auto‑generated sitemap & robots.txt
- 📱 Fully responsive UI
- 🚀 Deployed on Vercel
- Framework: Next.js
- Styling: Tailwind CSS
- API: OMDb API
- Deployment: Vercel
- SEO: Lighthouse optimization + structured metadata
This project is optimized following Google Lighthouse best practices.
git clone https://github.com/aakashverse/moview.git
cd moview
npm install
Create a .env.local file:
OMDB_API_KEY=your_api_key_here
npm run dev
Open:
http://localhost:3000

