# EggOFFER - Multi-category Online Shopping | Best Prices, Fast Delivery

> Markdown mirror of DialtoneApp's public top-site detail page for `eggoffer.com`.

URL: https://dialtoneapp.com/top-sites/eggoffer.com/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/eggoffer.com

## Summary

- Domain: `eggoffer.com`
- Website: https://eggoffer.com
- Description: ai readable | score 30 | purchase read only
- Label: ai_readable
- Payment surface: Not available
- Purchase boundary: read_only
- Control boundary: unknown
- Rank: 144673

## robots

~~~text
User-agent: *
Allow: /

# Block admin/API routes
Disallow: /api/
Disallow: /_remix/
Disallow: /build/

# Block locale-prefixed privacy/tos pages (canonical is English only)
Disallow: /ja/privacy
Disallow: /ja/tos
Disallow: /ko/privacy
Disallow: /ko/tos
Disallow: /zh/privacy
Disallow: /zh/tos
Disallow: /de/privacy
Disallow: /de/tos
Disallow: /fr/privacy
Disallow: /fr/tos
Disallow: /pt/privacy
Disallow: /pt/tos
Disallow: /th/privacy
Disallow: /th/tos

# Block static resource paths (also applies if proxied through main domain)
Disallow: /resources/

Sitemap: https://eggoffer.com/sitemap.xml
~~~

## llms

~~~text
# EggOFFER

> EggOFFER is a multi-category online shopping aggregator that surfaces products and live discount codes from Shopify merchants worldwide. Shoppers browse 24 product categories, discover coupon codes, and click through to purchase directly on the merchant's store.

EggOFFER does not sell products directly — it aggregates listings from Shopify stores and presents them in a unified, server-side rendered interface. Product URLs follow the canonical pattern `/product/<handle>.p<shopifyProductId>`. Store pages are at `/store/<shop-domain>`.

## Pages

- [Home](https://eggoffer.com/): Featured products, hot deals, active coupon codes, and top stores
- [All Products](https://eggoffer.com/products): Full product catalogue with category and keyword filtering
- [Coupons & Deals](https://eggoffer.com/coupons): Active discount codes — percentage-off, fixed-amount, and free-shipping vouchers
- [Privacy Policy](https://eggoffer.com/privacy): Data collection and usage policy
- [Terms of Service](https://eggoffer.com/tos): Terms and conditions for using EggOFFER

## Product Categories

- [Bags and Travel](https://eggoffer.com/bags-travel): Luggage, backpacks, travel accessories
- [Bedding and Bath](https://eggoffer.com/bedding-bath): Bedsheets, pillows, towels, bath accessories
- [Cameras](https://eggoffer.com/cameras): Digital cameras, lenses, photography accessories
- [Computers and Laptops](https://eggoffer.com/computers-laptops): Laptops, desktops, components, peripherals
- [Digital Goods](https://eggoffer.com/digital-goods): Software licences, subscriptions, digital downloads
- [Fashion](https://eggoffer.com/fashion): Clothing, footwear, and apparel for all ages
- [Furniture and Decor](https://eggoffer.com/furniture-decor): Home furniture and interior decoration
- [Groceries](https://eggoffer.com/groceries): Food, beverages, and pantry essentials
- [Health and Beauty](https://eggoffer.com/health-beauty): Skincare, makeup, supplements, wellness
- [Home Appliances](https://eggoffer.com/home-appliances): Kitchen appliances, air conditioners, cleaning equipment
- [Kitchen and Dining](https://eggoffer.com/kitchen-dining): Cookware, tableware, kitchen tools
- [Laundry and Cleaning](https://eggoffer.com/laundry-cleaning): Detergents, cleaning tools, laundry accessories
- [Media Music and Books](https://eggoffer.com/media-music-books): Books, music, movies, entertainment media
- [Mobiles and Tablets](https://eggoffer.com/mobiles-tablets): Smartphones, tablets, phone cases, chargers
- [Mother and Baby](https://eggoffer.com/mother-baby): Baby care, maternity products, infant essentials
- [Motors](https://eggoffer.com/motors): Automotive parts, motorbike accessories, car care
- [Pet Supplies](https://eggoffer.com/pet-supplies): Pet food, toys, grooming, accessories
- [Special Digital Products](https://eggoffer.com/special-digital-products): Exclusive digital deals and bundles
- [Sports and Outdoors](https://eggoffer.com/sports-outdoors): Sporting goods, gym equipment, outdoor gear
- [Stationery and Craft](https://eggoffer.com/stationery-craft): Office supplies, art materials, craft tools
- [Tools DIY and Outdoor](https://eggoffer.com/tools-diy-outdoor): Power tools, garden tools, home improvement
- [Toys and Games](https://eggoffer.com/toys-games): Toys, board games, puzzles, educational games
- [TV Audio Video Gaming Wearables](https://eggoffer.com/tv-audio-video-gaming-wearables): TVs, home audio, gaming consoles, smartwatches
- [Watches Sunglasses Jewellery](https://eggoffer.com/watches-sunglasses-jewellery): Timepieces, eyewear, jewellery, accessories

## Optional

- [Sitemap](https://eggoffer.com/sitemap.xml): Dynamically generated XML sitemap covering all pages, categories, products, and stores
- [Full LLM Reference](https://eggoffer.com/llms-full.txt): Technical reference including URL patterns, SEO meta strategy, architecture, and coupon types
~~~

## llms-full

~~~text
# EggOFFER — Full LLM Reference

> EggOFFER is a Remix v2 SSR (server-side rendered) multi-category online shopping aggregator. It queries a MongoDB database via Prisma directly in route loaders and renders fully hydrated HTML, making every product and category page immediately indexable by search engines and AI crawlers.

## Architecture

- **Framework**: Remix v2 (SSR) with React 18 + TypeScript
- **Styling**: Tailwind CSS
- **Database**: MongoDB accessed via Prisma ORM (server-only loaders)
- **Deployment**: Node.js / Docker
- **Data source**: Shopify merchant product feeds (`ads` collection) + Shopify Price Rules / Discount Codes

## URL Structure

- `/` — Home: featured products, deal products, active coupons, top stores
- `/products` — Product listing; filters: `?category=<slug>`, `?search=<query>`, `?deal=true`, `?page=<n>`
- `/product/<handle>.p<shopifyProductId>` — Canonical product detail (e.g. `/product/peanut-butter.p8865500332195`)
- `/product/<mongoObjectId>` — Legacy product URL; HTTP 301 redirect to canonical
- `/<category-slug>` — Category product listing (24 slugs, see below)
- `/store/<shop-domain>` — Merchant store page (e.g. `/store/mystore.myshopify.com`)
- `/store/<mongoObjectId>` — Legacy store URL; HTTP 301 redirect to canonical
- `/coupons` — Active discount codes; filters: `?type=freeship|voucher`
- `/sitemap.xml` — Dynamically generated XML sitemap: static pages + 24 categories + up to 1,000 products + all stores
- `/llms.txt` — Curated LLM overview (llms.txt spec)
- `/llms-full.txt` — This expanded technical reference
- `/privacy` — Privacy Policy (static)
- `/tos` — Terms of Service (static)

## Product Categories (24)

| Slug | Name |
|---|---|
| bags-travel | Bags and Travel |
| bedding-bath | Bedding and Bath |
| cameras | Cameras |
| computers-laptops | Computers and Laptops |
| digital-goods | Digital Goods |
| fashion | Fashion |
| furniture-decor | Furniture and Decor |
| groceries | Groceries |
| health-beauty | Health and Beauty |
| home-appliances | Home Appliances |
| kitchen-dining | Kitchen and Dining |
| laundry-cleaning | Laundry and Cleaning |
| media-music-books | Media Music and Books |
| mobiles-tablets | Mobiles and Tablets |
| mother-baby | Mother and Baby |
| motors | Motors |
| pet-supplies | Pet Supplies |
| special-digital-products | Special Digital Products |
| sports-outdoors | Sports and Outdoors |
| stationery-craft | Stationery and Craft |
| tools-diy-outdoor | Tools DIY and Outdoor |
| toys-games | Toys and Games |
| tv-audio-video-gaming-wearables | TV Audio Video Gaming Wearables |
| watches-sunglasses-jewellery | Watches Sunglasses Jewellery |

## SEO Meta Strategy

### Product detail (`/product/<handle>.p<id>`)
- `og:type`: product
- `og:image` + `twitter:image`: actual Shopify product image
- `twitter:card`: summary_large_image
- `description`: product shortDescription (≤155 chars) or auto-generated from name, category, price, store
- Canonical `<link>`: derived from request origin — works correctly across dev, staging, and production

### Category page (`/<slug>`)
- `og:type`: website
- `description`: "Shop <Category> products on EggOFFER. Discover the best prices, fast delivery and exclusive deals."

### Store page (`/store/<shop-domain>`)
- `og:type`: business.business
- `og:image` / `twitter:image`: store logo (omitted when unavailable)
- `twitter:card`: summary_large_image with logo, else summary

## Coupon Types

- **Percentage discount**: `value_type = percentage` (e.g. 20% off)
- **Fixed amount**: `value_type = fixed_amount` (e.g. $5 off)
- **Free shipping**: `target_type = shipping_line`

## Contact

- Website: https://eggoffer.com
- Support: support@eggoffer.com
~~~