image generation added
This commit is contained in:
28
README.md
28
README.md
@@ -74,12 +74,19 @@ source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
4. **Run the application:**
|
||||
4. **Generate SEO images:**
|
||||
```bash
|
||||
python generate_images.py
|
||||
```
|
||||
This creates favicons, social media previews, and PWA icons.
|
||||
See `GENERATE_IMAGES_INSTRUCTIONS.md` for details.
|
||||
|
||||
5. **Run the application:**
|
||||
```bash
|
||||
python api/app.py
|
||||
```
|
||||
|
||||
5. **Open your browser:**
|
||||
6. **Open your browser:**
|
||||
Navigate to `http://localhost:5000`
|
||||
|
||||
### Docker Setup
|
||||
@@ -267,6 +274,23 @@ mazer/
|
||||
- **Containerization:** Docker, Docker Compose
|
||||
- **Frontend:** HTML5, CSS3, JavaScript
|
||||
- **Design:** Neo-Brutalism aesthetic
|
||||
- **SEO:** Comprehensive meta tags, structured data, sitemap, robots.txt
|
||||
|
||||
## SEO Features
|
||||
|
||||
The site is fully optimized for search engines:
|
||||
- ✅ Comprehensive meta tags (title, description, keywords)
|
||||
- ✅ Open Graph tags for social media sharing
|
||||
- ✅ Twitter Card support
|
||||
- ✅ Schema.org structured data (WebApplication)
|
||||
- ✅ XML sitemap with image sitemap
|
||||
- ✅ robots.txt for crawler guidance
|
||||
- ✅ PWA manifest for mobile app experience
|
||||
- ✅ Semantic HTML with ARIA roles
|
||||
- ✅ Mobile-optimized and responsive
|
||||
- ✅ Fast loading with resource hints
|
||||
|
||||
See `SEO_OPTIMIZATION.md` for complete details.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user