An AI-powered Streamlit web application that generates SEO-optimized JSON-LD markup schemas from uploaded HTML files.
The app uses Google's Generative AI (Gemini) via langchain
to create structured data for better search engine visibility.
- Upload an HTML file
- Automatically generate JSON-LD schema markup
- Download generated schema as a
.json
file - AI-powered using Google Generative AI (Gemini 2.0)
- Built with Streamlit for a simple web interface