NAP stands for Name, Address, Phone. Those three fields must be identical across every online mention of your business. Inconsistencies tell Google you might be multiple businesses, or an illegitimate one. Getting NAP right is boring, technical, and absolutely necessary for local SEO. This page walks through the common inconsistencies that break local rankings, the audit workflow, and how to maintain NAP cleanliness over time.
NAP consistency is invisible to users but screams "legitimate business" or "suspicious" to Google's local algorithm. Most small businesses have NAP inconsistencies they don't know about. Cleaning them up often lifts local rankings within weeks, with no new content or links required.
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.
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"
}
Take five minutes right now. Search Google for your business name plus phone. Note any inconsistencies in the results. That's your starting list. Fix the top 10 this week, then invest in a citation tool if there's more to clean up.
Next: citation building, how to add citations (the next step after ensuring existing ones are clean).
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.