-
Notifications
You must be signed in to change notification settings - Fork 0
/
Inspector-blog.html
565 lines (433 loc) · 25.6 KB
/
Inspector-blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>HomeRite Real Estate Inspection | Inspector blog</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/images/favicon.png" rel="icon">
<link href="assets/images/favicon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<!-- section 1 logo social media logo start -->
<section class="bg1">
<div class="flex-containerrow1">
<div class="flex-item1">
<i class="fas fa-envelope"></i>
<p class="flex-item1para"> <a href="mailto:help@1800homeinspector.com"
target="_blank">help@1800homeinspector.com</a> </p>
</div>
</div>
<div class="flex-containerrow2">
<div class="flex-item2">
<i class="fas fa-phone-volume"></i>
<p class="flex-item2para"><a href="tel:7177516964" target="_blank">PA (717) 751-6964</a></p>
</div>
<p class="mb-0">|</p>
<div class="flex-item2">
<i class="fas fa-phone-volume"></i>
<p class="flex-item2para"> <a href="tel:4433718010" target="_blank">MD (443) 371- 8010</a> </p>
</div>
</div>
</section>
<!-- </section> -->
<!-- section 1 logo social media logo end -->
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<h1> <img src="./assets/images/logo-2.png" alt=""> <span></span></h1>
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.php">Home</a></li>
<!-- <li><a href="about.html">About</a></li> -->
<li><a href="what-we-inspect.php">What We Inspect</a></li>
<li class="dropdown"><a href="#"><span>About Us</span> <i
class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="faq.php">Faq</a></li>
<!-- <li><a href="#">Testimonials</a></li> -->
<li><a href="/Inspector-blog.php">Inspector Blog</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Information</span> <i
class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="/radon.php">About Radon</a></li>
<li><a href="/septics.php">About Septic Systems </a></li>
<li><a href="/wells.php">About Wells</a></li>
<li><a href="/mold.php">About Molds</a></li>
<li><a href="/treat-private-wells.php">How Treat Private Wells</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Downloads</span> <i
class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="/report.php">Sample Inspection Reports</a></li>
<li><a href="https://www.epa.gov/sites/default/files/2014-08/documents/maryland.pdf">EPA Radon Map of
MD</a></li>
<li><a href="/encyclopedia.php">Homeowner Encyclopedia</a></li>
</ul>
</li>
<!-- <li><a href="projects.html">Faq</a></li> -->
<!-- <li><a href="blog.html">Blog</a></li> -->
<li><a href="contact.php">Contact</a></li>
<a href="/quote.php" class="request-btn">Request A Quote</a>
</ul>
</nav><!-- .navbar -->
</div>
</header>
<!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs d-flex align-items-center" style="background-image: url('assets/images/pages/aerial-view.jpg');">
<div class="container position-relative d-flex flex-column align-items-center" data-aos="fade">
<h2>How to Prepare</h2>
<!-- <ol>
<li><a href="index.html">Home</a></li>
<li>Blog Details</li>
</ol> -->
</div>
</div><!-- End Breadcrumbs -->
<!-- ======= Blog Details Section ======= -->
<section id="blog" class="blog">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row g-5 justify-content-center">
<div class="col-lg-10">
<article class="blog-details">
<div class="post-img">
<img src="assets/images/pages/blog-img.jpg" alt="" class="">
</div>
<h2 class="title">How To Prepare For The Home Inspection - Avoiding Subtle Negatives</h2>
<!-- <div class="meta-top">
<ul>
<li class="d-flex align-items-center"><i class="bi bi-person"></i> <a href="blog-details.html">John Doe</a></li>
<li class="d-flex align-items-center"><i class="bi bi-clock"></i> <a href="blog-details.html"><time datetime="2020-01-01">Jan 1, 2022</time></a></li>
<li class="d-flex align-items-center"><i class="bi bi-chat-dots"></i> <a href="blog-details.html">12 Comments</a></li>
</ul>
</div> -->
<!-- End meta top -->
<div class="content">
<p>
During more than 12 years as a home inspector I have seen and heard clients say many things. I have
been in fine homes and in distressed homes and I have heard everything from quiet whispers to loud
cries from my clients. I am not referring to deficiencies in homes, but subtle and some not so subtle
observations of the buyers.
</p>
<p>
I have made several observations over the years. We all know how important presentation is for the
showing of a home, but some small things that create subtle negatives are left unchecked when it is
time for the buyers to re-enter the home for a home inspection. These subtle negatives don't
necessarily impact a home inspector's report, but can have a profound impact on the buyer's attitude.
Remember, the buyer may have only spent 20 minutes in a home before deciding to write a contract on
it, 1-5 days to deal with buyer's remorse and at the inspection they will have 2-3 hours to look
around.
</p>
<blockquote>
<p>
Subtle negatives can start at the front door and go all the way to the attic. I will list some of
the things I have heard comments on and hopefully demonstrate how they affect a buyer's attitude.
</p>
</blockquote>
<p>
<strong>
1. Upon driving up to the home the grass should be neatly cut, flower beds and driveway and side
walks neatly edged, shrubs trimmed, trash cans picked up washed out and put away.
</strong>
<ul class="mt-3">
<li>Having these things done avoids having the prospective buyers from having that souring face. I
know it may have been that way when they decided to write an offer, but you will be amazed of people
will overlook when they are excited and in a buying mood, but things change most clients have
shifted from a buying mood to a more critical mood. </li>
</ul>
</p>
<p>
<strong>
2. Clean the front door and glass. I mean wipe it down and make it shine oil the hinges and fix the
door so it is easy to enter. Remove the cob webs and bees nests, some people freak at the thought of
spiders and bees. Clean the gutters, gutters are no place for an organic herb garden. If something
is growing out of the gutters it will send strong message of neglect.
</strong>
</p>
<p>
<strong>
3. Pick up the house as if it were still in showing mode; because lets face it, they're still
looking. Have the clothes put away and don't leave a pile of dirty clothes on the floor topped with
slightly used unmentionables. Put them in a laundry basket. Don't stick them in the washer, all
clients open the washer and dryer and I have never seen a client open a laundry basket. Clothes in a
dryer say clean and that is ok.
</strong>
<ul class="mt-3">
<li>You want the buyers to simply see the laundry area and have no comment on it but leave them with a
sense that they would wash their clothes here too. </li>
</ul>
</p>
<p>
<strong>
4. CLEAN THE BATHROOMS! Prepare it like a hotel. That means no hair in the sink and tubs, fresh soap
and hand towels, cap on the tooth paste, clean mirrors, brightly lit with matching vanity bulbs, a
new roll of toilet paper, use subtle air fresheners (too strong and too many is a turn off), use
some drain cleaner to clear those slow draining sinks, de-clutter under the vanities, wash the bath
mats and if you sprinkle when you tinkle be a sweetie and wipe the seaty.
</strong>
<ul class="mt-3">
<li>Chances are that the buyers will use the bathrooms after being in the home for a couple of hours.
You want them to jealous of how clean it is kept. </li>
<li>If the house has a whirlpool you must fill it, run it and sanitize it. Nothing says "YUCK" more
than when I test the tub and the scum from the jet lines start swirling around the water. This is
known as "Other People Soup". Who wants to see themselves relaxing in that?
<a href="https://www.goodhousekeeping.com/home/heloise/whirlpool-bathtub-cleaning-apr03" target="_blank">Click here to learn more on cleaning a whirlpool tub. </a>
</li>
</ul>
</p>
<p>
<strong>
5. Fix all the doors so that they work easily. I have seen clients get injured trying to open a
sliding door that falls off the tracks and whacks them in the head. The same goes for window blinds.
It is fine to include the window treatments with the home just make sure their not booby trapped.
</strong>
</p>
<p>
<strong>
6. Put a sold sign on the yard sign. It makes the buyers feel pumped up when they see it. This is
often the first thing a buyer says when they get out of the car "Why doesn't the sign say sold? The
sign makes a persons offer to buy feel validated. And we all want that.
</strong>
</p>
<p>
<strong>
7. Hide all the unmentionables from those special boudoirs parties and extracurricular paraphernalia
from the master bedroom, closets and other places. I suggest they put them in their trunk and take
them away. What your sellers do in the privacy of their home is one thing, just don't advertise it!
I have seen things that have made me question my status as a man and/or simply scared the pants off
of me. You can only imagine where the buyer's minds and emotions are.
</strong>
</p>
<p>
<strong>
8. Shampooing the carpets is an inexpensive option that can go a very long way. Traffic marks and
stains will often translate into replacement costs in the buyers mind. You can often avoid this by
renting an inexpensive cleaner from your local hardware store. If the carpet is trashed...clean it
anyway. I watched my father for my entire life, a mechanic for 45 years, take $1500 cars that run
great but look like a day old fecal mass and with a couple hours of elbow grease and wax turn around
and sell it for $3500. The car was always worth every penny, it was just not able to be seen through
the layers of neglect.
</strong>
</p>
<p>
<strong>
9. The kid's room is often a place where the buyer compares their children to the sellers. If the
kids room is neat as a pin and well organized. The buyers have a tendency to fantasize that when
they move into this house the mystical forces that surround the dwelling will inspire their children
to keep their room the same way. Give them hope and a warm fuzzy feeling, it can be worth thousands.
</strong>
</p>
<p>
<strong>
10. Don't let rover and Garfield run free. I would say that 25% of my clients are not dog friendly
and 75% are not cat friendly. Personally I would like to see the cat number reach 100%. Leaving your
pets run free is fine, but some clients are deathly allergic and the having Kitty and Spot rubbing
themselves lewdly on a leg is not the best way to say that our house is fresh and clean.
</strong>
</p>
<p>
<strong>
11. De-funkify the basements. Basements are often a place for couples to fantasize. The wife sees a
place for the kids to play and the husbands see a place to keep the kids out. Regardless of who wins
all areas of basements should be clutter free and left as empty as possible. A cluttered basement
prevents buyers from fully projecting themselves in this space. Their focus will turn from fantasy
to how someone accumulates so much stuff or live like this. Remove all signs of Rovers mishaps and
for goodness sakes clean the cat box.
</strong>
</p>
<p>
<strong>
12. Attic access should be made readily available. The buyers want to see how much stuff they store
up there. If the attic is capable of storage, just simply have it straitened up. This is not an area
that has caused too many negatives over the years.
</strong>
</p>
<p>
<strong>
13. The garage should be swept, well lit, cob web free and odor undetectable. Remember those washed
out trash cans? Having storage in the garage ready for a move is expected, just don't pile them
along the wall. Leave access for the buyers to see all the walls so the thought of "Are they hiding
something" does not enter their minds. Neatly stacking boxes along a 20 foot wall may look nice but
that can create 20 feet of questions.
</strong>
</p>
<p>
<strong>
14. Make sure every light switch works and all bulbs are working. If there is a switch that may
seemingly do nothing-Label it! It may be a switched outlet, a spare fan switch or to some outside
flood light. Take the time to label these.
</strong>
</p>
<p>
<strong>
15. The outside condition of the home is critical nobody wants to see green algae on white siding,
unkempt shrubs, stains and algae on a deck, loose or missing siding and trim, broken shingles pieces
in the yard or bushes, holes from rover or his strategic placement of organic mines, evidence of the
existence of children should be kept to a minimum, wash and sweep the driveway (even little Suzie's
latest chalk art), plant grass or buy some sod patches from Home Deport for the spots in the yard,
leave out clean door mats for everyone to wipe their feet. Having all these things and more ready
will allow the buyers to see themselves doing the weekend barbeque thing. That can be very powerful.
</strong>
</p>
<p>
<strong>
16. Now to the most important area of the home. The kitchen will can make or break attitudes. Let's
face it when Mom wants the house because at first glance the kitchen was perfect and she's going to
go though it like the IRS through my 1999 returns. Clean everything now! Don't wait to clean the day
before you move out, it will cost you. The kitchen should shine like it was new. That means cleaning
the knobs handles, gaskets, drawers, sink drains, faucets, hood vents and the filter on top of the
refrigerator. Don't leave week old food in the fridge-YUCK! Keep it organized and odor free. Allow
mom to see how much space is in there.
</strong>
</p>
<img src="assets/images/pages/blog-2.jpg" class="img-fluid" alt="">
<p class="mt-3">
The overall message of this is to prevent a litany of subtle negatives to form in the buyer's mind. So
when it comes to presenting the findings the buyers will have on a positive feeling about the home and
not mix their negative experiences when they think of what to ask for repairs. If these things were
not addressed, and I have seen these scenarios happen time and time again:
<ul class="mt-3">
<li>Some cracked roof shingles or old water stains can quickly turn from a request for repairs or
further evaluation into asking for a new roof. </li>
<li>Traffic marks and stains in carpets quickly go to "replace carpets". </li>
<li>A non working light over the tub will turn into an electrical evaluation. </li>
</ul>
</p>
<!-- <h3>Et quae iure vel ut odit alias.</h3> -->
<p>
Don't underestimate the power of subtle negatives. A dirty bathroom in a five star restaurant can turn
into someone telling their friends "Do Not eat there". A subtle negative can diminish the reality of a
situation. I'm not saying that doing these things will get you more money for your home, but they seem
to always do. Allow the buyers to focus on the task and see the reality of situation.
</p>
<p>
Nothing I mentioned in this diatribe will affect the findings of the inspections, but it may affect
the light by which the buyer chooses to view them in. Reality in sales is only 20% the other 80% is
how the product makes the other person feel. Sellers, don't relax just because you have a signed
contract.
</p>
</div><!-- End post content -->
</article><!-- End blog post -->
</div>
</div>
</div>
</section><!-- End Blog Details Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="footer-content position-relative">
<div class="container">
<div class="footer-row col-md-12">
<!-- <div class="row"> -->
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<h3> HomeRite Real Estate Inspections, LTD </h3>
<p>
5124 Norrisville Road White Hall, <br>
MD 21161 <br><br>
<strong>Phone:</strong> <a href="tel:7177516964" target="_blank">MD: 443-371-8010</a> <br>
<strong>Phone:</strong> <a href="tel:4433718010" target="_blank">PA (717) 751-6964</a> <br>
<strong>Email:</strong> <a href="mailto:help@1800homeinspector.com">help@1800homeinspector.com</a> <br>
</p>
<div class="social-links d-flex mt-3">
<a href="#" class="d-flex align-items-center justify-content-center"><i class="bi bi-twitter"></i></a>
<a href="#" class="d-flex align-items-center justify-content-center"><i class="bi bi-facebook"></i></a>
<a href="#" class="d-flex align-items-center justify-content-center"><i class="bi bi-instagram"></i></a>
<a href="#" class="d-flex align-items-center justify-content-center"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div><!-- End footer info column-->
<!-- </div> -->
<div class="footer-column col-md-6">
<div class="col-lg-4 col-md-3 footer-links">
<h4>Useful Links:</h4>
<ul>
<li><a href="/index.php">Home</a></li>
<li><a href="/Inspector-blog.php">Inspectors Blog</a></li>
<li><a href="/contact.php">Contact Us</a></li>
<li><a href="/faq.php">FAQs</a></li>
<li><a href="/quote.php">Request a Quote</a></li>
</ul>
</div><!-- End footer links column-->
<div class="col-lg-4 col-md-3 footer-links">
<h4>Information:</h4>
<ul>
<li><a href="/radon.php">About Radon</a></li>
<li><a href="/septics.php">About Septic Systems </a></li>
<li><a href="/wells.php">About Wells</a></li>
<li><a href="/mold.php">About Molds</a></li>
<li><a href="/wells.php">How Treat Private Wells</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-legal text-center position-relative">
<div class="container">
<div class="copyright">
© Copyright 2020 <strong><span>| Powered & Designed by <a href="http://lazerwebsites.com/"
style="color: white;">LazerWeb Sites</a></span></strong>. All Rights Reserved
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
// -----------------------------------nav bar fixed when scroll--------------------------------//
document.addEventListener("DOMContentLoaded", function () {
window.addEventListener('scroll', function () {
if (window.scrollY > 50) {
document.getElementById('header').classList.add('fixed-top');
// add padding top to show content behind navbar
navbar_height = document.querySelector('.header').offsetHeight;
document.body.style.paddingTop = navbar_height + 'px';
} else {
document.getElementById('header').classList.remove('fixed-top');
// remove padding top from body
document.body.style.paddingTop = '0';
}
});
});
// -----------------------------------nav bar fixed when scroll--------------------------------//
</script>
</body>
</html>