NAP. Name, Address, Phone, must be identical across every online mention of your business. Inconsistencies signal Google you might be multiple businesses (or an illegitimate one). Getting this right is boring, technical, and absolutely necessary.
Google's local algorithm uses NAP consistency as a trust signal. If "Joe's Plumbing" appears as "Joe's Plumbing," "Joe's Plumbing LLC," "Joe Plumbing," and "Joe's Plumbing Inc." across different sites, Google isn't sure these are all the same business. Trust drops. Rankings drop.
Some tools include website URL as "NAP+W." The principle is the same: consistency.
Write it down once:
Joe's Plumbing
1234 Main Street, Suite 200
Dallas, TX 75201
(214) 555-0123
This is the version you'll enforce everywhere.
Search Google for your business name + address + phone. Look at every result. List them.
Or use a tool (Moz Local, Yext, BrightLocal) that automatically scans 30-100 directories and reports inconsistencies.
Log into each directory. Update to match canonical. For sites you can't edit, submit correction via contact form or support.
Add LocalBusiness schema on your contact or homepage. Machine-readable NAP:
{
"@type": "LocalBusiness",
"name": "Joe's Plumbing",
"address": {
"@type": "PostalAddress",
"streetAddress": "1234 Main Street, Suite 200",
"addressLocality": "Dallas",
"addressRegion": "TX",
"postalCode": "75201"
},
"telephone": "+1-214-555-0123"
}
If you move:
Each location has its own NAP. Each needs its own GBP. Each needs its own landing page with unique NAP schema. Consistency per-location; not identical across locations.