{   "@context": "https://schema.org",   "@graph": [     {       "@type": "LodgingBusiness",       "@id": "https://dorsetblackbird.co.uk#lodging",       "name": "Blackbird Cottage",       "description": "A cosy, dog-friendly holiday cottage in Beaminster, Dorset sleeping up to five guests. Features include an enclosed garden, wood burner, well-equipped kitchen, comfortable beds, and easy access to the Jurassic Coast.",       "url": "https://dorsetblackbird.co.uk",       "telephone": "07815 967579",       "email": "hello@dorsetblackbird.co.uk",       "address": {         "@type": "PostalAddress",         "streetAddress": "11 Shadrack Street",         "addressLocality": "Beaminster",         "addressRegion": "Dorset",         "postalCode": "DT8 3BE",         "addressCountry": "UK"       },       "petsAllowed": "Yes, one well-behaved dog (£30 fee). No dogs in bedrooms and not left unattended.",       "checkinTime": "16:00",       "checkoutTime": "10:00",       "numberOfRooms": 3,       "numberOfBathroomsTotal": 1,       "maximumAttendeeCapacity": 5,       "amenityFeature": [         { "@type": "LocationFeatureSpecification", "name": "Enclosed garden", "value": true },         { "@type": "LocationFeatureSpecification", "name": "Wood burner", "value": true },         { "@type": "LocationFeatureSpecification", "name": "WiFi", "value": true },         { "@type": "LocationFeatureSpecification", "name": "On-street parking", "value": true },         { "@type": "LocationFeatureSpecification", "name": "Paid long-stay parking nearby", "value": true }       ],       "review": [         {           "@type": "Review",           "reviewRating": { "@type": "Rating", "ratingValue": "5" },           "reviewBody": "Delightful, cosy cottage with fabulous garden in the charming town of Beaminster. Super comfy beds, well equipped kitchen and spacious bathroom. Numerous amenities on the doorstep and just a short drive to the spectacular Jurassic Coast."         },         {           "@type": "Review",           "reviewRating": { "@type": "Rating", "ratingValue": "5" },           "reviewBody": "Gorgeous cottage, everything beautifully chosen for a perfect stay. Cool stone floors, sun and shade in the walled garden, great for transport, local shopping, walks from the door and excellent places to eat."         },         {           "@type": "Review",           "reviewRating": { "@type": "Rating", "ratingValue": "5" },           "reviewBody": "Extremely clean and tidy, well equipped, warm and cosy. We loved our stay in the area and enjoyed walks and trips locally. Highly recommended."         },         {           "@type": "Review",           "reviewRating": { "@type": "Rating", "ratingValue": "5" },           "reviewBody": "We absolutely loved our time at Blackbird Cottage, both as a base to enjoy Beaminster and its doorstep walks, and the stunning scenery Dorset has to offer."         }       ]     },     {       "@type": "FAQPage",       "@id": "https://dorsetblackbird.co.uk#faq",       "mainEntity": [         {           "@type": "Question",           "name": "How many guests does Blackbird Cottage sleep?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Blackbird Cottage sleeps up to five guests across three bedrooms. One bathroom and limited seating mean five is the comfortable maximum."           }         },         {           "@type": "Question",           "name": "How many bathrooms does the cottage have?",           "acceptedAnswer": {             "@type": "Answer",             "text": "One large ground-floor shower room with double sinks, walk-in shower, organic toiletries, fluffy towels and hairdryers."           }         },         {           "@type": "Question",           "name": "Does the cottage have low ceilings?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, Blackbird Cottage is nearly 300 years old with original beams and low ceilings in the sitting room and kitchen."           }         },         {           "@type": "Question",           "name": "Does Blackbird Cottage have a wood burner?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, with logs provided between November and March. Additional logs can be purchased locally."           }         },         {           "@type": "Question",           "name": "Does the cottage have a garden?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, a private enclosed garden with seating, flower borders and a small pond. Children require supervision."           }         },         {           "@type": "Question",           "name": "Is Blackbird Cottage suitable for walkers?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, with numerous walks from the door including River Brit, Beaminster Hills, Mapperton & Hooke Park, Lewesdon Hill and Pilsdon Pen."           }         },         {           "@type": "Question",           "name": "Is the cottage suitable for wedding guests?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, close to Mapperton House and Hope Farm. Ideal for getting ready with spacious bathroom and nearby salons."           }         },         {           "@type": "Question",           "name": "Is there parking?",           "acceptedAnswer": {             "@type": "Answer",             "text": "On-street parking is available. Long-stay parking at Yarn Barton is a 3-minute walk away."           }         },         {           "@type": "Question",           "name": "Is there EV charging?",           "acceptedAnswer": {             "@type": "Answer",             "text": "No EV charging at the cottage. Public charging is available at Yarn Barton car park."           }         },         {           "@type": "Question",           "name": "Is Beaminster a good base?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, within easy reach of Lyme Regis, Bridport, Seatown, Charmouth and the Jurassic Coast."           }         },         {           "@type": "Question",           "name": "Are there shops nearby?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, including Co-op, bakery, butcher, greengrocer and deli. Larger supermarkets in Crewkerne and Bridport."           }         },         {           "@type": "Question",           "name": "Are there places to eat and drink?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, including The Ollerod, Brassica, Cilla & Camilla and The Red Lion."           }         },         {           "@type": "Question",           "name": "Are there good walks from the cottage?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, including ridgeway walks, green lanes and easy access to the Jurassic Coast."           }         },         {           "@type": "Question",           "name": "Do the church bells ring at night?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, the clock chimes day and night. Most guests enjoy it, but light sleepers may prefer earplugs."           }         },         {           "@type": "Question",           "name": "What is the minimum stay?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Minimum stay is two nights, with five-night minimum at certain times."           }         },         {           "@type": "Question",           "name": "Can I bring my dog?",           "acceptedAnswer": {             "@type": "Answer",             "text": "Yes, one well-behaved dog (£30 fee). Garden enclosed. No dogs in bedrooms or left unattended."           }         }       ]     },     {       "@type": "WebSite",       "@id": "https://dorsetblackbird.co.uk#website",       "url": "https://dorsetblackbird.co.uk",       "name": "Blackbird Cottage",       "publisher": { "@id": "https://dorsetblackbird.co.uk#lodging" }     },     {       "@type": "WebPage",       "@id": "https://dorsetblackbird.co.uk#webpage",       "url": "https://dorsetblackbird.co.uk",       "name": "Blackbird Cottage – Dog-friendly holiday cottage in Beaminster, Dorset",       "isPartOf": { "@id": "https://dorsetblackbird.co.uk#website" }     },     {       "@type": "BreadcrumbList",       "@id": "https://dorsetblackbird.co.uk#breadcrumbs",       "itemListElement": [         {           "@type": "ListItem",           "position": 1,           "name": "Home",           "item": "https://dorsetblackbird.co.uk"         },         {           "@type": "ListItem",           "position": 2,           "name": "The Cottage",           "item": "https://dorsetblackbird.co.uk/the-cottage"         }       ]     }   ] }

What our guests say...



Walks from your doorstep

Spend your days here heading out for walks from the doorstep and exploring everything this Area of Outstanding Natural Beauty has to offer.

Come the evening, settle down by the crackling wood-burning stove for cosy conversations and board games, before a restorative night’s sleep in dreamy beds with sumptuous feather and down bedding.

This peaceful rural holiday cottage sleeps up to 5 guests, making it the ideal place to stay in West Dorset with family or friends.


Stay in a holiday cottage near pubs

If you’re after a no-car holiday cottage in Dorset, Blackbird Cottage fits the bill perfectly. It’s just a short stroll to Beaminster’s welcoming market square, where you’ll find a host of independent shops and cafés, artisan food producers, friendly pubs and award-winning restaurants for when you don’t feel like cooking.

Idyllic countryside location

“The location was idyllic,” said one of our guests in a recent review. “It was the perfect balance of tranquillity but with the convenience of being a very short walk to Beaminster shops and restaurants/cafés.”



Beaminster holiday cottage close to the Jurassic Coast

With countryside walks starting right from the doorstep, Blackbird Cottage is an ideal base for exploring Dorset’s landscapes, coast and market towns. The stunning Jurassic Coast is only a short drive away for fossil-hunting at Lyme Regis or walks along this UNESCO World Heritage coastline.

Alistair Sawday's Inspected and selected logo
Selected by Alistair Sawdays