Smartmove Removals and Storage

Call Now: 1300 762 786 / 1300 Smartmove

7 Quick Questions To Ask Your Removalist

Man lying under pile of boxes

 

It’s not only best to choose a moving company that has a great reputation and a proven record for reliability, but value for money should also play an important part in your selection.

As part of this process, look for trustworthy references outside of the testimonials on their website. No one is going to put negative reviews from customers on their website are they?

So when you’re researching removalists, always check Google reviews for honest opinions on all elements of their service. Remember, you’re paying the moving company to do a job, so selecting a removalist is pretty similar to interviewing a new employee, you need good references.

When you’re moving house who better to talk to than a removalist to find out what you should be asking your prospective removalist company? Dominic from Smartmove – a moving company in Sydney – was put to the test when he answered a few questions.

 

1. Are your removalists reliable and trustworthy?

When people ask us if our guys are good, we say yes! They are the best.

Our guys are courteous, polite, hard working and can think for themselves with regards to etiquette and the customer’s needs.

Our client base is mid- to high-end and we move a lot of family homes so we only employ guys that we would be happy to have around our own children. We don’t employ people with offensive tattoos or those with a criminal record.

We also get asked if we use sub-contractors (removalists not employed by Smartmove but used when our bookings are full). We don’t.

Every one of our moves is undertaken by guys directly employed by us. That way we know you will receive the best service possible.

 

2. How much do you charge?

We don’t have any minimum charge whereas other removal companies can charge a minimum of 4­-6 hours. We charge the hourly rate to the nearest 15 minutes. Another moving company might run by the whole hour.

Our hourly rate is mid-priced with NO hidden extras – we are very transparent with regards to the costs, so there are no surprises on the day.

The overall cost of the move is kept to a minimum due to the efficiency of the removalists. They are dedicated to your move and you won’t catch them slacking!

 

3. How long will it take?

We get asked this a lot.

The truth is every move is different, we’re not able to give an exact duration but we are able to provide an estimated time based on information we are given. This depends on the size of the property and how easy it is to move furniture and boxes from the property to the truck (including having to move stuff down stairs and using lifts).

Some people might understate the volume of boxes and furniture being moved when they make the booking and would therefore get an inaccurate moving time estimate. This may cause issues on the day you’re moving house, when it takes longer than expected.

Customers are obviously present at the time of their move and can see the guys working at their optimum pace, so rest assured they do not drag the jobs out.

We confidently say that our guys will get the packing and move completed in the best time possible whilst being mindful of your belongings. We are a family run and owned business and can relate to our customers on more of a personal level.

 

4. What about insurance?

According to Australia’s consumer protection laws, you have to be a licensed broker to offer an insurance policy to people and we are not. People can take out insurance either by using our broker or their home contents insurance.

We do, however, carry transit insurance in the unfortunate event that our truck is involved in an accident or rolls while we’re transporting your goods. The truck, the guys and your goods (excess of $500) are covered in these cases only.

 

5. What is the general policy with boxes for customers who are packing their houses themselves?

About 10% of our customers use our pre-pack and/or unpack service so they don’t have the stress of packing or getting their hands dirty

As 90% of our customers pack themselves we recommend that lots of packing paper is used, and don’t be economical with your boxes. Rather spend a few extra dollars on more boxes than trying to overstuff them.

 

6. How do you handle complaints from customers?

We address any concerns immediately and investigate whether the complaint is valid. We don’t hide anything and try to be as open as possible with our clients.

 

7. Finally, what would the most important piece of advice you’d give to people moving house?

Be prepared.

Finish your packing by the day before your move. Anything that still needs to be done on the day of the move could delay the process.

Use professional removal boxes only, you’ll find removal boxes are strong and stack well in the truck. Don’t use a mixture of sizes and/or weaker boxes from a supermarket – you’re giving yourself a false sense of security if you think you’ll save money this way. They’re more likely to break. Also if you have plastic tubs and want to use them for your move that’s fine, just be aware they are made of brittle material and may crack as they are not meant to be stacked and transported.

Try not to underestimate the time you think it will take to move, leave the hard work to your moving company and trust us to get it done in the best possible time. You won’t be disappointed!

Image courtesy of Nick Rice,Flickr,CC BY-ND 2.0

You may also be interested in

Five tips for moving with plants to see them arrive safely

Five tips for moving with plants to see them arrive safely Moving with plants is often one of the last things people think about in a relocation, yet it’s an

How To Move Marble Tabletops & Other Goods

How to move marble tabletops & other goods with the experts from Smartmove Marble has been the material of choice for artisans and builders for thousands of years. Its durability,

MCA Library Removals

Museum of Contemporary Art (MCA) utilises our library removalists in Sydney to pack and store 9,000 books during renovations MCA seeks reliable, proven library removalists in Sydney Walk into Sydney’s

5 Tips to Hire Professionals for Warehouse Removal Services

Over time and with the onset of urbanisation, people have understood and mastered the art of seeking and picking the better. Australia is no exception to this and people and

Modular Storage

Modular storage Modular storage or ‘mod’ storage is one of the types of storage we offer. Your belongings are securely placed inside purpose built, 10 cubic metre wooden storage modules. 

Insure Your Move. Making Sure You Have The Right Cover

How to make sure your furniture and goods are safe and sound when you move house. Find out more about what insurance coverage you need when you move home.

For a smart and efficient move!

Call us on 1300 762 786 / 1300 SMARTMOVE and request a quote today!

QUICK QUOTE tag) document.addEventListener('DOMContentLoaded', function() { // Get current page URL path let currentPath = window.location.pathname; // Normalize the path - remove trailing slash for comparison currentPath = currentPath.replace(/\/$/, '') || '/'; // Get all nav links const navLinks = document.querySelectorAll('.navbar-nav .nav-link'); navLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; // Normalize href - remove trailing slash let normalizedHref = href.replace(/\/$/, '') || '/'; // Special case: if we're on root (/) and link is /home, mark as active if (currentPath === '/' && normalizedHref === '/home') { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } return; } // Check if current path matches the link href exactly if (currentPath === normalizedHref) { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } return; } // For dropdown parent items, check if current path starts with the href if (normalizedHref !== '/' && normalizedHref !== '/home' && currentPath.startsWith(normalizedHref)) { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } } }); // Also check dropdown items const dropdownLinks = document.querySelectorAll('.dropdown-item'); dropdownLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; // Normalize href let normalizedHref = href.replace(/\/$/, '') || '/'; if (currentPath === normalizedHref) { link.classList.add('active'); // Add active to parent dropdown nav-item const parentDropdown = link.closest('.nav-item.dropdown'); if (parentDropdown) { parentDropdown.classList.add('active'); const parentLink = parentDropdown.querySelector('.nav-link.dropdown-toggle'); if (parentLink) { parentLink.classList.add('active'); } } } }); // Also check mega menu links const megaLinks = document.querySelectorAll('.mega-tile'); megaLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; let normalizedHref = href.replace(/\/$/, '') || '/'; if (currentPath === normalizedHref || currentPath.startsWith(normalizedHref + '/')) { link.classList.add('active'); // Add active to parent mega menu nav-item const parentMega = link.closest('.nav-item.mega-parent'); if (parentMega) { parentMega.classList.add('active'); const parentLink = parentMega.querySelector('.nav-link.dropdown-toggle'); if (parentLink) { parentLink.classList.add('active'); } } } }); });// JavaScript to make parent links clickable and use hover on desktop document.addEventListener("DOMContentLoaded", function () {// Desktop hover open if (window.innerWidth >= 992) { document.querySelectorAll('.nav-item.dropdown, .nav-item.mega-parent') .forEach(function (dropdown) {dropdown.addEventListener('mouseenter', function () { const menu = this.querySelector('.dropdown-menu'); if (menu) menu.classList.add('show'); });dropdown.addEventListener('mouseleave', function () { const menu = this.querySelector('.dropdown-menu'); if (menu) menu.classList.remove('show'); }); });// Prevent dropdown-toggle from blocking navigation document.querySelectorAll('.nav-link.dropdown-toggle') .forEach(function (toggle) { toggle.addEventListener('click', function (e) { // Allow navigation on desktop const href = this.getAttribute('href'); if (href && href !== '#' && href !== '') { window.location = href; } }); }); } });