← Back to Shop

Shop Content Management Guide

Overview

The shop section is organized dynamically with products automatically appearing in the correct categories based on their tags and folder placement.

Directory Structure

content/shop/
├── _index.md                    # Main shop page content
├── _template-product.md.example # Product template
├── cottage-items/              # Items from the cottage
│   ├── _index.md              # Category description
│   └── [product-name].md      # Individual products
├── welcome-basket/             # Guest favorite snacks
├── art-decor/                  # Art and decor items
├── branded-merch/              # Quicksilver merchandise
└── outdoor-gear/               # Outdoor equipment

Adding New Products

  1. Copy the template: Copy _template-product.md.example to the appropriate category folder
  2. Rename the file: Use a descriptive URL-friendly name (e.g., memory-foam-pillow.md)
  3. Update frontmatter: Fill in all the product details
  4. Add content: Write engaging product descriptions

Important Frontmatter Fields

Required Fields

  • title: Product name displayed in listings and on product page
  • description: Brief description for search and listings
  • tags: Use room-based tags for automatic categorization
    • bedroom, kitchen, living-room, bathroom, outdoor
  • price: Display price (include $ symbol)

Optional Fields

  • featured: true: Shows “Guest Favorite” badge
  • weight: Controls sort order (lower numbers first)
  • image: Main product image path
  • gallery: Array of additional product images
  • original_link: Link to original product
  • amazon_link: Amazon alternative link
  • room: Where to find it in the cottage
  • features: Bullet list of key features

How Products Are Organized

  1. Main Shop Page (/shop/): Shows category cards with counts
  2. Category Pages (/shop/cottage-items/): Products grouped by room tags
  3. Product Pages: Individual product details with purchase links

Room-Based Organization

Products tagged with room names automatically appear under those headings:

  • tags: ["bedroom"] → Appears under “Bedroom” section
  • tags: ["kitchen", "coffee"] → Appears under “Kitchen” section
  • Multiple tags are supported for cross-categorization

Best Practices

  1. Images: Use high-quality product images at 800x600 minimum
  2. Descriptions: Focus on why this item enhances the cottage experience
  3. Guest Testimonials: Include real feedback when available
  4. Alternative Options: Always provide Amazon alternatives when possible
  5. SEO: Use descriptive titles and descriptions for search visibility

Maintenance

  • Products automatically appear in the correct sections based on tags
  • No need to manually update category pages
  • Related products are shown automatically based on tags
  • Guest favorite badges highlight popular items
Shop on Amazon

As an Amazon Associate I earn from qualifying purchases.