Looking after homes. Looking after people.

For landlords, agents and property professionals across Bristol.

Independent Bristol-based tenancy support from preparation and compliance through to check-out.

Explore our services:

Not sure which package fits?

Compare Inventory, Pre-Tenancy, Tenancy and Complete side-by-side and see how they differ from traditional full management.

Compare Packages

Built by landlords, for landlordsWe founded Good Landlord because we are landlords ourselves. We saw a gap between expensive full management and trying to handle everything alone.You’ll deal directly with us from first enquiry to completed service.Read our story →

Choose service
Indicative price*
Good Landlord support
Typical managed letting route**
Next →
* Final details and pricing confirmed before booking. Specialist third-party costs such as EPC, EICR or Gas Safety certificates are not included unless agreed separately.
** Letting route estimate based on a typical tenant-find fee plus ongoing percentage management charges.
function roundUpToNearestFive(value) { return Math.ceil(value / 5) * 5; } function formatCurrency(value) { return "£" + value.toLocaleString(); } function getSelectedPackage() { let selectedPackage = "inventory"; document.querySelectorAll("#gl-quote-calculator .quote-package").forEach(function(option) { if (option.checked) selectedPackage = option.value; }); return selectedPackage; } function getPackageBase(packageName) { if (packageName === "inventory") return 115; if (packageName === "pre") return 295; if (packageName === "tenancy") return 395; if (packageName === "complete") return 595; return 115; } function getPackageLabel(packageName) { if (packageName === "inventory") return "Inventory Package"; if (packageName === "pre") return "Pre-Tenancy Package"; if (packageName === "tenancy") return "Tenancy Package"; if (packageName === "complete") return "Complete Package"; return "Inventory Package"; } function getSelectedText(selectId) { const select = document.getElementById(selectId); if (!select || select.selectedIndex < 0) return ""; return select.options[select.selectedIndex].textContent.trim(); } function calculateQuote() { const selectedPackage = getSelectedPackage(); const base = getPackageBase(selectedPackage); const propertyPct = parseFloat(document.getElementById("property").value); const bedroomPct = parseFloat(document.getElementById("bedrooms").value); const furnishingPct = parseFloat(document.getElementById("furnishing").value); let price = base * (1 + propertyPct + bedroomPct + furnishingPct); price = roundUpToNearestFive(price); document.getElementById("price").textContent = "£" + price; document.getElementById("package-summary").textContent = getPackageLabel(selectedPackage); document.getElementById("comparison-price").textContent = "£" + price; const estimatedRent = 1500 * (1 + propertyPct + bedroomPct + furnishingPct); const lettingCost = Math.round(estimatedRent + ((estimatedRent * 12) * 0.12)); document.getElementById("management-cost").textContent = "approx. " + formatCurrency(lettingCost) + "/year"; } function saveQuoteForArrangeForm() { sessionStorage.setItem("gl_package", getSelectedPackage()); sessionStorage.setItem("gl_package_label", getPackageLabel(getSelectedPackage())); sessionStorage.setItem("gl_price", document.getElementById("price").textContent); sessionStorage.setItem("gl_property", getSelectedText("property")); sessionStorage.setItem("gl_bedrooms", getSelectedText("bedrooms")); sessionStorage.setItem("gl_furnishing", getSelectedText("furnishing")); } document.querySelectorAll("#gl-quote-calculator .quote-package").forEach(function(option) { option.addEventListener("change", calculateQuote); }); document.querySelectorAll("#gl-quote-calculator select").forEach(function(select) { select.addEventListener("change", calculateQuote); }); document.getElementById("arrange-quote").addEventListener("click", saveQuoteForArrangeForm); calculateQuote();

Request Booking

Tell us a few details and we’ll confirm availability, timing and the final price before booking.

Selected service
* Final details and pricing confirmed before booking. Specialist third-party costs such as EPC, EICR or Gas Safety certificates are not included unless agreed separately. For larger, furnished or complex properties, we may request photos before confirming the booking.
function roundUpToNearestFive(value) { return Math.ceil(value / 5) * 5; } function getPackageBase(packageName) { if (packageName === "inventory") return 115; if (packageName === "pre") return 295; if (packageName === "tenancy") return 395; if (packageName === "complete") return 595; return 115; } function getSelectedArrangePackage() { let selectedPackage = "inventory"; document.querySelectorAll("#gl-service-request .arrange-package").forEach(function(packageOption) { if (packageOption.checked) { selectedPackage = packageOption.dataset.package; } }); return selectedPackage; } function getSelectedPercentage(id) { const field = document.getElementById(id); if (!field || field.selectedIndex < 0) return 0; const option = field.options[field.selectedIndex]; if (!option || !option.dataset.pct) return 0; return parseFloat(option.dataset.pct); } function calculateArrangePrice() { const priceField = document.getElementById("arrange_estimated_price"); if (!priceField) return; const selectedPackage = getSelectedArrangePackage(); const base = getPackageBase(selectedPackage); const propertyPct = getSelectedPercentage("arrange_property_type"); const bedroomPct = getSelectedPercentage("arrange_bedrooms"); const furnishingPct = getSelectedPercentage("arrange_furnishing"); let price = base * (1 + propertyPct + bedroomPct + furnishingPct); price = roundUpToNearestFive(price); priceField.value = "£" + price; priceField.dispatchEvent(new Event("input", { bubbles: true })); priceField.dispatchEvent(new Event("change", { bubbles: true })); } function setSelectByText(id, savedText) { const field = document.getElementById(id); if (!field || !savedText) return; Array.from(field.options).forEach(function(option) { if ( option.textContent.trim() === savedText || option.textContent.trim().startsWith(savedText) ) { field.selectedIndex = option.index; } }); field.dispatchEvent(new Event("change", { bubbles: true })); } function populateArrangeFormFromQuote() { const savedPackage = sessionStorage.getItem("gl_package"); if (savedPackage) { document.querySelectorAll("#gl-service-request .arrange-package").forEach(function(packageOption) { if (packageOption.dataset.package === savedPackage) { packageOption.checked = true; } }); } setSelectByText("arrange_property_type", sessionStorage.getItem("gl_property")); setSelectByText("arrange_bedrooms", sessionStorage.getItem("gl_bedrooms")); setSelectByText("arrange_furnishing", sessionStorage.getItem("gl_furnishing")); calculateArrangePrice(); } document.querySelectorAll("#gl-service-request .arrange-package").forEach(function(packageOption) { packageOption.addEventListener("change", calculateArrangePrice); }); document.querySelectorAll( "#arrange_property_type, #arrange_bedrooms, #arrange_furnishing" ).forEach(function(field) { field.addEventListener("change", calculateArrangePrice); }); document.addEventListener("DOMContentLoaded", populateArrangeFormFromQuote); window.addEventListener("hashchange", populateArrangeFormFromQuote); setTimeout(populateArrangeFormFromQuote, 300); setTimeout(populateArrangeFormFromQuote, 800); calculateArrangePrice();

Inventory Package

Professional inventory reporting with room-by-room notes, photographs, 360° imagery, meter readings and a secure digital report.

A good inventory helps protect both landlord and tenant by recording the property's condition, cleanliness, contents and key details at the start of the tenancy.

Our Inventory Package gives you a clear starting record that can be used as a reference point during the tenancy and at check-out.

Includes a professional digital report with room-by-room condition and cleanliness notes, photographic evidence, 360° imagery, meter readings where accessible, key records and relevant smoke and carbon monoxide alarm information.

What's Included?

Room-by-Room Report

A written record of the property's condition, cleanliness, contents, fixtures and fittings at the start of the tenancy.

Photographic Record

Photographs of rooms, fittings, furnishings and relevant details, linked to the report where appropriate.

360° Imagery

360° room imagery included as standard, giving a broader visual record of the property alongside the written report and photographs.

Meter Readings

Utility meter readings recorded where meters are accessible, with supporting photographs where possible.

Key Records

A record of keys, fobs, access cards and relevant access arrangements present or provided at the property.

Digital Report

A professionally formatted digital report for landlord, tenant or agent records.

Looking for more than an inventory?

If you also need tenant handover, check-in support, mid-tenancy visits or check-out documentation, compare our Tenancy and Complete packages.

Compare Packages

See a Sample Inventory Report

Want to know what you actually receive? View a sample Good Landlord inventory report showing the structure, level of detail and photographic record included.

  • Room-by-room condition notes
  • Cleanliness ratings
  • Photo evidence
  • 360° imagery
  • Meter information
  • Key records
  • Smoke and carbon monoxide alarm record, where applicable
  • Digital report format

This helps landlords and tenants understand the level of detail provided before booking.

Sample report shown for illustration only. Final reports vary depending on property size, furnishing level, access, meter availability and tenancy requirements.

A Clear Record From Day One

Inventories are often only appreciated when something goes wrong. A proper report gives landlords and tenants a shared record before the tenancy begins.

That record can help reduce misunderstandings, support deposit discussions and provide a clear comparison point at check-out.

We focus on practical, specific reporting: clear descriptions, useful photographs and a report that is easy to refer back to when needed.

How It Works

1

Book the visit

2

Property documented

3

Report prepared

4

Digital report sent

Independent Documentation prepared by Good Landlord, rather than relying on a landlord's own informal notes.
Practical Structured so it can be used as a reference point during the tenancy and at check-out.
Transparent Clear pricing, a clear process and a sample report available before booking.

Need an Inventory Report?

Professional inventory documentation from £115.

Get an Instant Quote →

Pre-Tenancy Package

Inventory reporting, property preparation and practical coordination before your tenancy begins.

A successful tenancy starts before the tenant moves in. Our Pre-Tenancy Package helps you check the practical details, organise key documents and prepare the property before occupation.

It combines a full inventory report with a property preparation review and practical pre-tenancy coordination, giving you a clear record of the property and a useful summary of anything that needs attention before the tenancy starts.

What's Included?

Inventory Report

A full inventory report documenting the property's condition, cleanliness, contents, fixtures, fittings, meter readings where accessible, key records and 360° imagery.

360° Imagery

360° imagery included as standard, giving a broader visual record of rooms and spaces for documentation, remote review and future reference.

Property Preparation Review

A practical review of the property before tenant occupation, including cleanliness, general condition, access, keys, meters, alarms and obvious issues that may need attention.

Smoke & CO Alarm Check

As part of the pre-tenancy compliance review, we check whether smoke and carbon monoxide alarms are present and working where required. Where suitable, we can replace batteries or fit basic battery-operated alarms, with hardwired or specialist issues referred to a qualified contractor.

Compliance Review and Coordination

We check the key pre-tenancy certificates and safety records, such as EPC, EICR and Gas Safety where required, help arrange anything missing, and give the landlord a clear record of what is in place before the tenancy starts.

Access and Utility Preparation

We check that keys, fobs, access cards, meter locations and access arrangements are recorded and ready before occupation.

Full Pre-Tenancy Report

A Good Landlord report combining the inventory, property preparation notes, alarm check records, document coordination and practical points to address before occupation.

How does Pre-Tenancy compare?

See how Pre-Tenancy differs from Inventory, Tenancy, Complete and traditional full management.

Compare Packages

Designed for Landlords Who Want Control Without Chaos

Many landlords want to stay in control of their property while still having reliable support at the key points in a tenancy.

The Pre-Tenancy Package bridges the gap between doing everything yourself and paying ongoing full-management fees.

We help with the practical preparation and coordination before the tenancy starts, while you remain in control of your property, tenant relationship and final decisions.

Pre-Tenancy Tasks We Can Help With

We can check and record

  • Inventory report
  • Property preparation review
  • Utility meter readings where accessible
  • Key records and access arrangements
  • Smoke and carbon monoxide alarm checks
  • Meter locations and utility access
  • Visible issues that may need attention before occupation

We can help put in place

  • Battery replacement where suitable
  • Basic battery-operated alarm fitting where required
  • Key, fob and access card preparation
  • Access arrangements ready before occupation
  • Clear pre-tenancy preparation notes for the landlord

We can help coordinate

  • EPC organisation
  • Electrical safety certificate coordination
  • Gas Safety certificate coordination where required
  • Hardwired or specialist alarm issues referred to a qualified contractor
  • Pre-tenancy document checklist
  • General preparation points before occupation
Good Landlord can help with practical pre-tenancy tasks such as checking alarms, replacing batteries, fitting basic battery-operated alarms where suitable, and arranging key documents or contractor visits. Formal certificates, repairs, hardwired alarm work and specialist checks must be completed by suitably qualified contractors where required.

How It Works

1

Book the service

2

Property reviewed

3

Documents and checks coordinated

4

Full pre-tenancy report sent

Ready to Prepare Your Property?

Professional inventory reporting, property preparation and practical coordination before your tenancy begins.

Get an Instant Quote →

Tenancy Package

Tenant check-in, property guide, mid-tenancy inspection report and check-out reporting.

Our Tenancy Package supports the key tenant-facing stages of a tenancy: move-in, practical handover, mid-tenancy inspection and check-out.

It is designed for landlords who already have an inventory in place and want professional support with the main tenancy touchpoints, without paying ongoing full-management fees.

We help create clear records, structured visits and practical handover information so landlords and tenants have a shared point of reference throughout the tenancy.

If you also need the inventory created, choose the Complete Package.

What's Included?

Tenant Check-In

A structured move-in appointment to support key handover, meter readings where relevant and a clear start to the tenancy.

Key and Meter Handover

Keys, fobs, access cards and meter readings can be recorded and confirmed as part of the check-in process.

Property Guide

A tenant-facing guide covering key property information, handover notes and practical details about how the home works, such as heating controls, appliance notes, bins, parking, access arrangements and useful locations such as the stopcock or fuse box.

Mid-Tenancy Inspection Report

A practical visit during the tenancy, followed by a digital report documenting visible condition, care of the property, tenant-reported issues and any points the landlord may need to review.

Check-Out Report

A structured end-of-tenancy report comparing the property's condition against the starting record and relevant tenancy documentation.

Clear Digital Records

Professional documentation designed to support clear communication, fair decisions and a reliable record of the tenancy stages.

How does Tenancy compare?

See how Tenancy differs from Inventory, Pre-Tenancy, Complete and traditional full management.

Compare Packages

For Landlords Who Want Control Without Chaos

Many landlords do not need full management. They are happy to manage rent, repairs and the tenant relationship themselves, but still want the important tenancy stages handled properly.

The Tenancy Package gives you structured support from check-in to check-out, without ongoing percentage management fees.

You stay in control of landlord decisions. We help with the practical records, visits and handover points where clear documentation matters most.

How It Works

1

Tenant check-in

2

Property Guide prepared

3

Mid-tenancy inspection report

4

Check-out report

Want Professional Tenancy Support?

Practical tenancy-stage support from check-in through to check-out.

Get an Instant Quote →

Complete Package

Joined-up tenancy support from property preparation through to tenant check-out.

The Complete Package combines our Pre-Tenancy Package and Tenancy Package into one joined-up service for landlords who want professional support across the main stages of the tenancy.

It is designed for responsible landlords who want to stay in control of their property while having the important preparation, documentation, handover, inspection and check-out stages handled properly.

What's Included?

Inventory Report

A full inventory report documenting the property's condition, cleanliness, contents, fixtures, fittings, meter readings where accessible, key records and 360° imagery.

360° Imagery

360° imagery included as standard, giving a broader visual record of rooms and spaces for documentation, remote review and future reference.

Property Preparation Review

A practical review of the property before tenant occupation, including cleanliness, general condition, access, keys, meters, alarms and obvious issues that may need attention.

Smoke & CO Alarm Check

We check whether smoke and carbon monoxide alarms are present and working where required. Where suitable, we can replace batteries or fit basic battery-operated alarms, with hardwired or specialist issues flagged for a qualified contractor.

Compliance Review and Coordination

Review and coordination of key pre-tenancy documents, safety checks and certifications, with obvious gaps flagged before the tenancy starts.

Full Pre-Tenancy Report

A Good Landlord report combining the inventory, property preparation notes, alarm check records, document coordination and practical points to address before occupation.

Tenant Check-In

A structured move-in appointment to support key handover, meter readings where relevant and a clear start to the tenancy.

Property Guide

A tenant-facing guide covering key property information, handover notes and practical details about how the home works, such as heating controls, appliance notes, bins, parking, access arrangements and useful locations such as the stopcock or fuse box.

Mid-Tenancy Inspection Report

A practical visit during the tenancy, followed by a digital report documenting visible condition, care of the property, tenant-reported issues and any points the landlord may need to review.

Check-Out Report

A structured end-of-tenancy report comparing the property's condition against the starting record and relevant tenancy documentation.

Clear Digital Records

Professional documentation designed to support clear communication, fair decisions and a reliable record at each key stage.

How does Complete compare?

See how Complete brings together Pre-Tenancy and Tenancy support, and how it differs from traditional full management.

Compare Packages

End-to-End Support Without Full Management

Some landlords want more than a one-off inventory, but do not need traditional full management.

The Complete Package gives you professional support before, during and at the end of the tenancy, while you remain in control of the property, tenant relationship, rent, repairs and final decisions.

It is a practical alternative for landlords who want clear records, reliable processes and fewer loose ends without ongoing percentage management fees.

How It Works

1

Property prepared and documented

2

Tenant check-in and Property Guide

3

Mid-tenancy inspection report

4

Check-out report

Want Complete Tenancy Support?

Joined-up support from property preparation through to check-out.

Get an Instant Quote →

Compare Your Options

Choose the level of support that suits you. Traditional Full Management is shown for comparison only and is not offered by Good Landlord.

GOOD LANDLORDTRADITIONAL ROUTE
ServiceInventoryPre TenancyTenancyCompleteFull Management
Inventory Report
360° Imagery¹
Property Preparation Review
Smoke & CO Alarm Check²
Compliance Review and Coordination³
Full Pre-Tenancy Report⁴
Tenancy Agreement Coordination
Tenant Check-in
Property Guide⁵
Mid-Tenancy Inspection Report
Check-out Report
Rent Collection
Maintenance Coordination
Emergency Response Coordination
Fixed Transparent Pricing
¹ 360° Imagery — Included with inventory reporting to support condition records, remote review and future reference.
² Smoke & CO Alarm Check — We check whether smoke and carbon monoxide alarms are present and working where required. Where suitable, we can replace batteries or fit basic battery-operated alarms. Hardwired or specialist alarm issues are flagged for a qualified contractor.
³ Compliance Review and Coordination — Review and coordination of key pre-tenancy documents, safety checks and certifications. Specialist certificates, contractor work and legal advice are not included unless agreed separately.
⁴ Full Pre-Tenancy Report — Includes a full Inventory Report plus property preparation notes, alarm check records, document coordination and practical points to address before occupation.
⁵ Property Guide — Tenant-facing guide covering key property information, handover notes and practical details about how the home works.

Our Story

We’re Jon and Liz, the people behind Good Landlord.

Before starting Good Landlord, we both came from teaching. That background has shaped how we work: calm, organised, observant and clear. We are used to managing detail, keeping good records, explaining things plainly and bringing order to busy, complicated situations.

We started Good Landlord because we are landlords ourselves, and we saw a gap that many landlords will recognise: you may not need full property management, but you still need reliable help at the key points in a tenancy.Inventories, check-ins, mid-tenancy visits and check-outs all depend on accurate records, practical judgement and attention to detail. Small things — missing meter readings, unclear photos, vague condition notes or rushed handovers — can become problems later.Good Landlord sits between full property management and doing everything alone. We provide independent tenancy support across Bristol for landlords, agents and property professionals who want reliable help, transparent pricing and a professional service without handing over the whole tenancy or paying ongoing percentage fees.Our aim is simple: to make managing a rental property easier, clearer and more professional, with reliable support at the points in a tenancy where good records and good judgement matter most.

Have a question before booking?Message us on WhatsApp and we’ll get back to you.

Prefer email? Use the message below.