Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Two Dentists, Same Address, Same Phone, Different Business Names
-
Hi Everyone,
I've been looking into this situation for quite a while, but most posts/information on this topic seem to be from at least 1-2 years ago.
I'm currently working with a dentist who just moved into the same suite as another dentist who has been working there for years.
They each have the same address and same suite number, the same phone number, but each own their own respective practice and have their own patients. To make things even more complicated, the dentist that has been working there for years uses his name as a business name, while the new dentist has a business name differing from her actual name.
I'm not exactly sure how to go about optimizing the new dentist's local presence, but the only thing I can think of doing is try to recommend having the suite split into Suite #-A and Suite #-B and seeing if it's possible to add a second phone number for the new dentist.
Please let me know your thoughts, and if you've seen this topic come up in the past, I would love to get pointed in the right direction.
Thanks for all your help!
-
Thanks Miriam
Agreed on all of the above.
-
Hi Alex,
I agree with Dana. It will be important for the new dentist with the separate business name to establish his own suite and local phone number for a variety of reasons.
-
He needs to be able to get his own phone calls
-
He needs to be able to get his own postal mail
-
Were he to market himself at the same address and phone as the other practice sharing the office, he would likely end up harming the other dentist and precluding himself from being able to develop his own business on the web.
The new dentist needs to set up his own website, of course, and be sure that all of his citations reflect his own name, address, phone and website.
The only alternative to this would be for the 2 dentists to combine their practices under a single name, but it doesn't sound like this reflects their real-world situation.
-
-
You are very welcome. I do think that separating the suites and adding the extra phone number (particularly for their Google+ pages) will really be all that needs to be done. Good luck!
-
Hi Dana,
Thank you so much for your response! It does seem to be a tricky situation. I can imagine that many dentists, doctors and lawyers run into the same type of situation, however, I'm don't think it's too normal for them to share the exact same suite number and phone number.
Thankfully, the dentists do have different websites. While this will help, I'm not sure this will make too big of a difference in the grand scheme of things.
Thanks again,
Alex
-
Hi Alex,
As I read your question my mind was already turning. I haven't dealt with exactly the same situation, but I have run into a situation where the same company has different divisions that each have separate addresses and phone numbers, but only one business name. It's a different, yet similar problem in reverse in a way. Consequently, I have also struggled with the whole business citation problem and inconsistencies with NAP (Name, Address, Phone Number) information.
That being said, I think your idea of splitting the addresses by adding Suite # and having one of the dentists get a uniqur phone number is probably the best solution under the circumstances. This might be hard to explain to the business owners, but I'd just present a case to them on how important it is to have all of those online citations line up with absolutely matching NAP information.
Do these dentists share the same Website? If so, this could be a problem too, and it might be worth convincing one or the other to get their own domain, but it sounds like they already have separate sites (since they have different brand names). If they were sharing the same site that would add a whole additional element that hopefully isn't a factor here.
Hope that help! Cheers,
Dana
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
What is the importance of exact match keywords for local SEO in service industry businesses?
I am working with a local service contractor. Several of his competitors have domain names with exact match keywords. Audits of competitor sites and use of other research tools reveals that their sites are behind in content and technical SEO. The competitor sites consistently rank higher in organic search results. I am new to SEO and I understand that some of my lack of clarity here is a result of not understanding the value of key word use in local SEO vs. wider efforts.
Technical SEO | Dec 4, 2024, 5:40 PM | Andrew Woffenden7 -
Two META Robots tags on a page - which will win?
Hi, Does anybody know which meta-robots tag will "win" if there is more than one on a page? The situation:
Technical SEO | Jun 5, 2013, 11:25 AM | jmueller
our CMS is not very flexible and so we have segments of META-Tags on the page that originate from templates.
Now any author can add any meta-tag from within his article-editor.
The logic delivering the pages does not care if there might be more than one meta-robots tag present (one from template, one from within the article). Now we could end up with something like this: Which one will be regarded by google & co?
First?
Last?
None? Thanks a lot,
Jan0 -
How well do .ltd.uk domain names rank?
Hi all, do .ltd.uk domain names rank well? How well do they stack up against a .com or .co.uk? I'd really appreciate any feedback from people with any experience with these domains. Thanks John
Technical SEO | Feb 22, 2013, 3:20 PM | john251810100 -
Two different canonical tags on one page
Due to an error, some of my pages now have two canonical tags on them. One is correct and the other goes to a nonsense URL (404 page). I know I should ideally remove the incorrect ones, but it's a big manual job. Are they doing any harm? Can I just leave them there and let Google figure it out? The correct ones are higher up in the code. Will this make a difference? Any help appreciated.
Technical SEO | Aug 10, 2012, 3:17 PM | ShearingsGroup0 -
Do search engines treat 307 redirects differently from 302 redirects?
We will need to send our users to an alternate version of our homepage for a few hours for a certain event. The SEO task at hand is to minimize the chance of the special homepage getting crawled and cached in the search engines in place of our normal homepage. (This has happened in the past so the concern is not imaginary.) Among other options, 302 and 307 redirects are being discussed. IE, redirecting www.domain.com to www.domain.com/specialpage. Having used 302s and 301s in the past, I am well aware of how search engines treat them. A 302 effectively says "Hey, Google! Please get rid of the old content on www.domain.com and replace it with the content on /specialpage!" Which is exactly what we don't want. My question is: do the search engines handle 307s any differently? I am hearing that the 307 does NOT result in the content of the second page being cached with the first URL. But I don't see that in the definition below (from w3.org). Then again, why differentiate it from the 302? 307 Temporary Redirect The requested resource resides temporarily under a different URI. Since the redirection MAY be altered on occasion, the client SHOULD continue to use the Request-URI for future requests. This response is only cacheable if indicated by a Cache-Control or Expires header field. The temporary URI SHOULD be given by the Location field in the response. Unless the request method was HEAD, the entity of the response SHOULD contain a short hypertext note with a hyperlink to the new URI(s) , since many pre-HTTP/1.1 user agents do not understand the 307 status. Therefore, the note SHOULD contain the information necessary for a user to repeat the original request on the new URI. If the 307 status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.
Technical SEO | Dec 20, 2011, 8:27 PM | CarsProduction0 -
Websites on same c class IP address
If two websites are on the same c class IP address, what does it mean ? Does two websites belong to the same company ?
Technical SEO | Sep 29, 2011, 3:56 PM | seoug_20050 -
How to 301 multiple domain names to a single domain
Hey, I tried to find and answer to this seemingly simple question, but no luck. So, I have one domain name with a website attached to it. I also registered all the other domain names that are similar to it or have different extensions - I want to redirect all the other domain names to my one main domain name without getting penalised by the big G. It looks like this: www.mainsite.com - this is my main domain I also have www.mainsite.com.au, www.mainsite.org, and www.mainsite.org.au which I all want to just redirect to www.mainsite.com I have been told that the best way to do this is a 301 redirect, but to do that you need to make a CNAME for all the other domains that points to www.mainsite.com. My problem is that I cannot seem to create a CNAME record for http://mainsite.com - I have it working for http://www.mainsite.com but not the non www record. What should I be doing differently? Is it just my DNS provider is useless? Thanks, Anthony
Technical SEO | Jan 9, 2012, 1:35 PM | Grenadi0 -
Different Results in Chrome, Firefox and IE?
I clear the cache and log out from any accounts and I still get different results for the same keyword if I use different browsers. Any idea whats going on? And which browser would have my true ranking?
Technical SEO | Apr 22, 2011, 1:55 PM | musillawfirm0