We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Rental inspection checklist pages with HowTo steps, FAQs, and breadcrumb navigation.
Declares the inspection checklist page.
Structures the inspection checklist as step-by-step tasks.
Answers documentation, timing, and submission questions.
Provides navigation context for the inspection checklist.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://www.example.com/rentals/inspection-checklist#page",
"name": "Rental Inspection Checklist",
"description": "Step-by-step checklist to document the condition of your rental.",
"url": "https://www.example.com/rentals/inspection-checklist",
"inLanguage": "en",
"dateModified": "2025-05-16"
},
{
"@context": "https://schema.org",
"@type": "HowTo",
"@id": "https://www.example.com/rentals/inspection-checklist#howto",
"name": "Complete a Rental Inspection",
"description": "Document the property condition to protect your security deposit.",
"totalTime": "PT1H",
"step": [
{
"@type": "HowToStep",
"name": "Photograph each room",
"text": "Take clear photos of floors, walls, and fixtures before moving in."
},
{
"@type": "HowToStep",
"name": "Test appliances and utilities",
"text": "Check that appliances, lights, outlets, and HVAC systems work."
},
{
"@type": "HowToStep",
"name": "Record existing damage",
"text": "Note scratches, dents, or stains on the checklist form."
},
{
"@type": "HowToStep",
"name": "Submit the checklist",
"text": "Send the completed checklist to your landlord within 48 hours."
}
]
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Should I take photos or video?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Photos or video provide proof of pre-existing damage."
}
},
{
"@type": "Question",
"name": "When do I submit the checklist?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Submit it within the deadline listed in your lease, usually 48 to 72 hours."
}
},
{
"@type": "Question",
"name": "What if I find issues later?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Report any issues as soon as possible and keep a record of the communication."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Rentals", "item": "https://www.example.com/rentals" },
{ "@type": "ListItem", "position": 3, "name": "Inspection Checklist", "item": "https://www.example.com/rentals/inspection-checklist" }
]
}
]If the page covers move-out steps, add separate HowTo steps or a second checklist section.
If you recommend tools like a flashlight or camera, include them in the HowTo tool list.