berrypod/lib/berrypod_web/live/shop
jamey 0f1135256d add canonical URLs, robots.txt, and sitemap.xml
Canonical: all shop pages now assign og_url (reusing the existing og:url
assign), which the layout renders as <link rel="canonical">. Collection
pages strip the sort param so ?sort=price_asc doesn't create a duplicate
canonical.

robots.txt: dynamic controller disallows /admin/, /api/, /users/,
/webhooks/, /checkout/. Removed robots.txt from static_paths so it
goes through the router instead of Plug.Static.

sitemap.xml: auto-generated from all visible products + categories +
static pages, served as application/xml. 8 tests.

Also updates PROGRESS.md: marks tasks 55, 58, 59, 61, 62 as done.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 21:47:35 +00:00
..
cart.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
checkout_success.ex include browser/os/screen_size in e-commerce analytics events 2026-02-22 21:13:47 +00:00
collection.ex add canonical URLs, robots.txt, and sitemap.xml 2026-02-23 21:47:35 +00:00
coming_soon.ex add logo to coming soon page 2026-02-20 22:19:15 +00:00
contact.ex add canonical URLs, robots.txt, and sitemap.xml 2026-02-23 21:47:35 +00:00
content.ex add canonical URLs, robots.txt, and sitemap.xml 2026-02-23 21:47:35 +00:00
home.ex add canonical URLs, robots.txt, and sitemap.xml 2026-02-23 21:47:35 +00:00
product_show.ex add open graph and twitter card meta tags 2026-02-23 21:37:50 +00:00