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.
Thoughts on adding "near me" to title tag for local SEO?
-
I want to lean out my title tags and will most likely be doing an A/B test. They currently have the "Near Me" modifier in there, which I believe Google can distinguish local SEO without it.
Thoughts?
-
@NickW816 I strongly agree with you. If you add "Near me " to the title google may randomly show the results based on your title and users search history, no matter he location.. If you really want to rank for a particular location I believe "keyword + Location would be the best idea to rank for (Even in near me searches to your location).
Google is smart enough to show the results based on location. It doesn't makes sense to add "near me" to the title. -
Good morning!
Great question, and a little history on this may be helpful.
In 2015, Google drew attention to the fact that users were increasingly using "near me" as a modifier for searches, and in an effort to prompt local results. According to Google the use of such terms as "near me" and "nearby" had doubled within the foregoing year. As a result of this, the use of "near me" terms became the subject of optimization experiments.
However, fast forward a couple of years, and Google came out with an update on this topic, which you can read in full here: https://www.thinkwithgoogle.com/consumer-insights/local-search-mobile-search-micro-moments/ To sum up, these near-type searches had begun to subside. The obvious answer to the "why" of this is that users are becoming increasingly aware of that fact that Google will automatically localize a huge variety of searches to which they assign a local intent, without the user having to modify their search at all, with "near me" or even with a city name. You look up "pizza" on your phone in downtown San Francisco and you can be pretty sure Google is going to show you pizza places nearest you without you having to add a modifier of any kind.
So, does this mean that brands should no longer be including terms like "near me" in their website optimization? No, it doesn't mean that, as, according to Google, people are still searching this way. It's just that fewer of them are, so whereas in 2015 SEOs might have advised quite a good sprinkling of near-type language in a website's tags and text, in 2018, the recommended sprinkling would likely be quite a bit less. And I'll add an it-depends on this, too. There could be some demographics, perhaps by region, or age, or level of technological sophistication, or even business type where use of "near me" could still be quite prevalent. And let's not forget about voice search, and whether more natural language patterns might be leading folks to be asking their assistants, "Where's the best pizza near me?" instead of just saying "pizza".
Which brings me to why I'm voting in major favor of your A/B testing! It will help you identify which language best matches your customers' style of search. It would be really nice if, after your test, you might come back to this thread and let the community know how it went. Good luck!
-
I would for sure experiment with this, I'm working an industry where 'near me' keywords are incredibly popular. We've even created specific landing pages for them so we can target people with a specific question. Usually you won't be able to rank product or category pages just with these keywords on the page. They'll need to be specific to answer the user intent.
In regards to Nicholas, yes they'll understand the location and can use that. But it doesn't mean certain pages are the right ones to rank for that query. The question remains then if just adding it to the title will help enough.
-
While I agree with what Nicholas said, I've seen more and more instances of "near me" in titles when I search for something near me.
Check out the SERP for your queries in your area and see if others use it. -
In my experience adding "Near Me" is a waste of space in a Title Tag. Google knows where the user is and can identify the intent behind the words "near me" when in a search query, and when it comes to local searches it not needed in the title. I think it would be an interesting test/case study, but I believe it is best to use those 7 characters for something else in your meta title.
Check out this awesome WBF from Cyrus Shepard for some ideas- https://moz.com/blog/title-tag-hacks-whiteboard-friday.
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
-
Hreflang Errors 404 vs "Page Not Found"
For a websites that differ between catalogs (PDPs) what hreflang error causes the least harm? Obviously the best solution is to only have hreflang for shared products, but this takes more work to implement. So when no identical product exists... 1. Hreflang points to 404 or 410 error. 2. Hreflang points to 200 status "Page Not Found" page. This obviously has the additional issue of needing to point back to 100+ urls. I want to avoid having Google decide to ignore all hreflang due to errors as many correct urls will exist. Any thoughts?
On-Page Optimization | | rigelcable0 -
Targeting Home page is better for local seo
Hey guys i need know whether targeting homepage for local SEO is good or creating separate page for locatin
On-Page Optimization | | moz12pro0 -
Is it OK to shorten your brand name in your title tags
If your title tag is over 55 characters, is it generally OK or good practice to abbreviate your brand name (at the end of the title tag) for the sake of the other keywords in the tag?
On-Page Optimization | | AliMac261 -
How "Top" or "Best" are considered when in front of keyword
I would like to know if someone has proven info how google today counts words "Top" or "Best" when in front of main keywords you try to rank for. For example, if I have a keyword like "Restaurants in Madrid" and I optimize that page without using words "top" or "best" will it have good rankings for keywords "top restaurants in madrid" and "best restaurants in madrid" ? I suppose that google is smart enough to know that web page should be good ranked even without using those 2 words but would like to know percentage of my loss if I just exclude those words from title tag and other important onpage factors. I want to rank high for all the 3 combinations, with "top", with "best" and without it in front so searching for best solution. I plan just to add one of those words, for example "top" and hope that google will know that "top" = "best" 🙂
On-Page Optimization | | m2webs0 -
"translation" of code in htaccess file
Hi everyone! I am a newbie to the whole SEO and html thing and I am trying to get a better understanding of the "behind the scenes" part of my website. I hope I can find someone here who can translate a piece of code for me that I have in my htaccess file: Options -Multiviews
On-Page Optimization | | momof4
Options +FollowSymLinks
rewritecond $1 !^(index.php|public|tmp|robots.txt|template.html|favicon.ico|images|css|uploads)
rewritecond %{REQUEST_FILENAME} !-f
rewritecond %{REQUEST_FILENAME} !-d
rewriterule ^(.*)$ index.php?link=$1 [NC,L,QSA] I know that something is getting redirected to the index file, but what (or when) exactly? Does the word "robots"mean that search engine crawlers are getting redirected here? And is this good or bad (in terms of SEO)? Or is this redirecting people who try to get to my robots/ template or image files?? Thanks in advance for any answers!0 -
Multiple Cities in Title Tag
My question is how to avoid having a spammy title. Currently I'm working on a project where a business serves four cities, but two of them are out of its home state. I'm trying to create a title tag that is appealing to the eyes, and meets what I need it to do at the same time. I was wondering what everyone though of this sample Brand X Dealer Serving Newark, DE; New Castle, DE; Glens Mills, PA; and Springfield, PA I know that too much repetition can be a bad thing, but this might not be a big deal since they are separate instances. Let me know what you all think. Thanks!
On-Page Optimization | | OOMDODigital0 -
Trying to SEO a site that used Header Tags for Design
I am trying to SEO a website that was built years ago and uses Header tags for design. The site must have 25 and tags used for design purpose. Is there any way to work around this problem? Perhaps a code that tells Google to ignore these as Headers? The web designers say that they are looking to fix the problem sometime this summer but you never know if that means it a month away or years away. I really want to help this website but I believe that the Header tags are one of the reasons that his site does not show in the top 100 rankings for any keywords. Any help would be great. www.wallybuysell.com Chris.K
On-Page Optimization | | CKerr0 -
Rel="canonical" on home page?
I'm using wordpress and the all in one seo pack with the canonical option checked. As I understand it the rel="canonical" tag should be added to pages that are duplicate or similar to tell google that another page (one without the rel="canonical" tag) is the correct one as the url in the tag is pointing google towards it. Why then does the all in one seo pack add rel="canonical" to every page on my site including the home page? Isn't that confusing for google?
On-Page Optimization | | SamCUK0