Introduces six new HTML product pages (e.g., rubiks-cube-mug-auf-victim.html) with individual SEO meta tags, Open Graph, Twitter cards, and structured data. Updates index.html to include a new 'Shop' section, adds robots.txt and sitemap.xml, and enhances homepage SEO with a canonical URL, organization schema, and an ItemList schema for products. Replit-Commit-Author: Agent Replit-Commit-Session-Id: f5797e65-2210-4d2e-bf70-278d8a0098c1 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: cb7f5886-1e99-485f-ba60-5e1aed72d023 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/2a2c58da-54a0-4c86-8ad0-3b93439f70de/f5797e65-2210-4d2e-bf70-278d8a0098c1/z77BLws Replit-Helium-Checkpoint-Created: true
18 lines
231 B
Plaintext
18 lines
231 B
Plaintext
# Ignore everything by default
|
|
/*
|
|
|
|
# Keep this file
|
|
!/.gitignore
|
|
|
|
# Whitelist: pure static site source only
|
|
!/*.html
|
|
!/*.js
|
|
!/*.css
|
|
|
|
# Whitelist: SEO files
|
|
!/sitemap.xml
|
|
!/robots.txt
|
|
|
|
# Whitelist: images used by the site
|
|
!/images/
|