Machine Readiness
Stored receipt and evidence
20
65
0
0
0
Samples
No stored offer samples.
Samples
No stored action samples.
Samples
No stored product samples.
Document
User-Agent: GPTBot User-Agent: ChatGPT-User User-Agent: ClaudeBot User-Agent: anthropic-ai User-Agent: PerplexityBot User-Agent: Applebot-Extended User-Agent: cohere-ai Allow: / Disallow: /account/ Disallow: /profile/ Disallow: /shopping-list/ Disallow: /shopping-list/* Disallow: /moodboards/ Disallow: /api/ Disallow: /trpc/ Disallow: /_next/ Disallow: /sign-in User-Agent: * Allow: / Allow: /shop/ Allow: /shop/p/* Allow: /*.js$ Allow: /*.css$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.ico$ Allow: /*.woff$ Allow: /*.woff2$ Disallow: /shop?* Disallow: /shop/*?* Disallow: /account/ Disallow: /profile/ Disallow: /shopping-list/ Disallow: /shopping-list/* Disallow: /moodboards/ Disallow: /api/ Disallow: /trpc/ Disallow: /_next/ Disallow: /sign-in Crawl-delay: 5 Host: https://www.furnzy.com Sitemap: https://www.furnzy.com/sitemap.xml Sitemap: https://www.furnzy.com/sitemap-index.xml
Document
# Furnzy
> Shop all your favorite furniture stores in one place. Search, compare, and save on furniture locally.
Furnzy is a national furniture discovery platform that aggregates products from furniture retailers across the United States. Users can search, compare, and save furniture from multiple stores in one place. Products can be browsed nationally or filtered to a specific city.
## Browse Pages
- [Browse by Store](https://www.furnzy.com/stores): All furniture retailers listed alphabetically
- [Browse by City](https://www.furnzy.com/cities): Furniture by city with location-based filtering
- [Browse by Style](https://www.furnzy.com/styles): Modern, traditional, mid-century, and more
- [Shop All](https://www.furnzy.com/shop): Browse all furniture categories
## Other Pages
- [Blog](https://www.furnzy.com/blog): Furniture guides and inspiration
- [About Us](https://www.furnzy.com/about-us): Company information
## Product Pages
Product detail pages use the URL pattern `https://www.furnzy.com/p/{store-slug}/{title-slug}/{shortId}` where shortId is an 8-character hex identifier.
Each product page includes:
- Price (current, retail, and sale when applicable)
- Dimensions (width, height, depth in inches)
- Weight
- Materials
- Colors
- Brand
- Retailer / store
- Category
- SKU
- Attributes: features, shape, comfort level, bed size, type
Product data is also available as HTML tables in Measurements and Specifications sections.
## Search URLs
Furnzy uses composable URL dimensions to build search queries. Dimensions appear as key/value pairs in a fixed canonical order. Stack as many as needed to narrow results.
### Dimensions (canonical order)
| Dimension | Filters by | Example slug |
|-----------|-----------|--------------|
| brand | Manufacturer | ashley, coaster, liberty-furniture |
| location | City (50-mile radius) | dallas-tx, chicago-il, los-angeles-ca |
| room | Top-level room category | living-room, bedroom, kitchen-dining, office, outdoor |
| group | Product category | sofas, beds, dining-sets, desks, rugs |
| type | Product sub-type / attribute | sectional, king-size-bed, counter, reclining |
| style | Design style | modern, traditional, mid-century-modern, farmhouse |
### How to construct a search URL
Start with `/shop/`, then append dimensions as `{key}/{slug}` pairs. Order must follow the canonical order above (brand before location before room, etc.).
```
/shop/{dimension1}/{slug1}/{dimension2}/{slug2}/...
```
### Examples
| Goal | URL |
|------|-----|
| All living room furniture | `/shop/room/living-room` |
| Sofas (with room context) | `/shop/room/living-room/group/sofas` |
| Sectional sofas | `/shop/room/living-room/group/sofas/type/sectional` |
| Ashley brand sofas | `/shop/brand/ashley/group/sofas` |
| Bedroom furniture in Dallas | `/shop/location/dallas-tx/room/bedroom` |
| Modern dining sets | `/shop/style/modern/group/dining-sets` |
| All bedroom furniture | `/shop/room/bedroom` |
| Beds by type | `/shop/room/bedroom/group/beds/type/king-size-bed` |
| Ashley brand, Dallas area | `/shop/brand/ashley/location/dallas-tx` |
| Outdoor seating sets | `/shop/room/outdoor/group/outdoor-seating-sets` |
| All modern furniture | `/shop/style/modern` |
| Furniture near Chicago | `/shop/location/chicago-il` |
### Dimension behavior
- **room + group**: Every product category belongs to a room. The canonical URL for a category always includes its parent room (e.g. sofas is under living-room); bare `/shop/group/{slug}` URLs redirect to the room-qualified form.
- **brand / location / style**: These suppress room injection -- they stand alone or combine directly with group and type.
- **location**: Filters to stores within a 50-mile radius of the city center. All other dimensions are national.
- **Ordering**: Dimensions must appear in canonical order. Out-of-order URLs redirect to the canonical form.
## Retailer Pages
Individual retailer pages at `https://www.furnzy.com/store/{slug}` show all products from that store, organized by category.
## Data Coverage
Furnzy aggregates furniture from retailers across the United States. Product data includes pricing, dimensions, materials, images, and availability. Products are updated regularly from retailer feeds.
## Structured Data
- Product pages: JSON-LD Product schema (price, availability, brand, seller, dimensions, materials, colors, weight, SKU) and BreadcrumbList
- Browse pages: JSON-LD ItemList schema listing stores, brands, or styles
- Collection pages: JSON-LD ProductCollection schema
## Markdown Versions
Every page on Furnzy is available as structured markdown by appending `.md` to the URL. Markdown responses include structured product data (prices, dimensions, materials, etc.) in table format, optimized for machine consumption.
Examples:
- Product: `https://www.furnzy.com/p/ashley/sofa-name/a1b2c3d4.md`
- Browse: `https://www.furnzy.com/shop/brand/ashley.md`
- Combined dimensions: `https://www.furnzy.com/shop/brand/ashley/group/sofas.md`
- Store: `https://www.furnzy.com/store/ashley-homestore.md`
- All stores: `https://www.furnzy.com/stores.md`
- All cities: `https://www.furnzy.com/cities.md`
- All styles: `https://www.furnzy.com/styles.md`
HTML responses include a `Link` header pointing to the markdown alternate:
`Link: <{path}.md>; rel="alternate"; type="text/markdown"`
## Sitemaps
- [Sitemap](https://www.furnzy.com/sitemap.xml)
- [Sitemap Index](https://www.furnzy.com/sitemap-index.xml)
Document
Not stored for this site.