NAP consistency

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.

The mindset

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.

Why NAP matters

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.

Common inconsistencies

The audit workflow

  1. Define canonical NAP. Write it down once: name, address (with suite if applicable), city, state, zip, phone in one format.
  2. Find every mention. Search Google for your business name + phone. Or use a tool (Moz Local, Yext, BrightLocal) that scans 30 to 100 directories automatically.
  3. Fix each instance. Log in, update to canonical. For sites you can't edit, use contact forms or support.
  4. Prevent future drift. Keep a NAP document. Reference it for new listings. Update everything at once when something changes.

Top citation sources to audit first

Structured data

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"
}

Moving locations

  1. Update GBP first
  2. Update your website (footer, contact, schema)
  3. Update major directories (Yelp, BBB, Facebook, Apple Maps)
  4. Use a citation management tool to batch-update minor directories
  5. Add a blog post or press release announcing the move (backlinks confirming)
  6. Expect a temporary ranking dip. Recovery in 2 to 4 weeks usually.

What to do with this

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).

Why NAP matters

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.

What counts as "NAP"

Some tools include website URL as "NAP+W." The principle is the same: consistency.

Common inconsistencies

The audit workflow

Step 1: Define your canonical NAP

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.

Step 2: Find every mention

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.

Step 3: Fix each instance

Log into each directory. Update to match canonical. For sites you can't edit, submit correction via contact form or support.

Step 4: Prevent future inconsistencies

Top citation sources to audit first

Structured data

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"
}

Moving locations

If you move:

  1. Update GBP first
  2. Update your website (footer, contact, schema)
  3. Update major directories (Yelp, BBB, Facebook, Apple Maps)
  4. Use a citation management tool (Moz Local, Yext) to batch-update minor directories
  5. Add a blog post/press release announcing the move (backlinks confirming)
  6. Expect a temporary ranking dip; recovery in 2-4 weeks usually

Multi-location businesses

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.