mirror of
https://github.com/myronblair/tomsjavajive
synced 2026-06-30 17:50:32 -05:00
873a0962c6
- product.php: set metaTitle, metaDescription, canonicalUrl, ogImage, ogType=product, productSchema (JSON-LD with price/availability/reviews), and breadcrumbs variables for header.php to consume - sitemap.php: dynamic XML sitemap generated from DB — includes all 30 active products + static pages; robots.txt now points here - header.php: fix favicon links (favicon.ico in root + icon-192.png); fix productSchema output (was double-encoding via json_encode) - robots.txt: point Sitemap directive to /sitemap.php Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
User-agent: *
|
|
Allow: /
|
|
Disallow: /admin/
|
|
Disallow: /account/
|
|
Disallow: /api/
|
|
Disallow: /cart.php
|
|
Disallow: /checkout.php
|
|
Disallow: /payment.php
|
|
Disallow: /config/
|
|
Disallow: /install/
|
|
Sitemap: https://tomsjavajive.com/sitemap.php
|