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
-
Do Blog Tags affect SEO at all anymore?
We're trying to standardize the use of tags on our site amongst writers/editors, and I'm trying to come up a list of tags they can choose from to tag posts with - and telling them to use no more than 10 (absolute maximum) per post. We are also in the process of migrating to a new CMS, and have 8 defined categories that will all have their own landing page within our "News" section. TLDR: Do blog tags have any impact on SEO anymore? Are they solely meant to help users find articles related on popular topics, or does creating a tag for a popular topic help to improve organic visibility? Full Question: With the tag standardization, I want to make sure we're creating the most useful and effective tags; and the UX/SEO sides of my brain are conflicted. To my understanding, creating a tag about a high volume topic in an industry helps establish the website's relevance to Google/other search engines about that topic and improves overall relevance; but the tag feed page (ex: http://freshome.com/tag/home-protection/) isn't really meant for organic search visibility. So my other question is, is it worth it to noindex the tag pages in the robots.txt? Will that affect any benefit to increased relevance for Google (if there is any)? I'm interested to hear others' thoughts and suggestions. Thanks in advance!
On-Page Optimization | | davidkaralisjr0 -
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 -
Colons in title tag?
Does Google view the colon as a keyword separator like it does with the pipe (|) character? Currently, our site automatically constructs the title tag based on the page name given by the user. Long ago, we started using the colon character to visually separate the brand & model of the product from the size, and as a result, all of our title tags have been constructed this way. This was done more to make it easier to read for humans than for search engines. My question is - should I consider getting rid of the colon from our title tags? To give more info, our website sells tires. So, for any given model of tire, there might be 25-100 different individual sizes. The tags are constructed as follows: (brand)(model) : (size). Here's an example from our site: GENERAL ALTIMAX ARCTIC : 225/45R17 91Q The brand is General Tire, the model is the Altimax Arctic and the size is 225/45R17 91Q Since this entire string really constitutes the full product name, should I remove the colon so that Google views it that way? Or, since I have used a colon instead of a pipe, will Google simply ignore it and treat the entire string as one keyword phrase?
On-Page Optimization | | kcourtem0 -
Need I add rel="dofollow" or not?
Hello, My website is http://www.vietnamvisacorp.com is using the href links without meta tag rel="dofollow" such as I am using . Should I put ref="dofollow" in this: Thank you!
On-Page Optimization | | JohnHuynh0 -
SEO Location Pages - ALT Image Tag Question
Hello Guru's, I have a Hire Website whereby you can rent products online. I have created different Location pages for these which are in essence the same pages page but with different location specific urls, title tags , on page content etc etc. This helps me to rank for local search. These location pages also display 20 products per page. My question is Should I make the ALT IMAGE TEXT location specific for each of the 20 products . Example - Steam Cleaner Rental in "location" or should I only amend a few of the Atl Image Texts to be location specific. I don't want to come accross as spammy in google eyes but I also don't want to be seen as having duplicate content , images etc etc What do you think ? thanks Sarah.
On-Page Optimization | | SarahCollins0 -
Page Title in Local SEO Title Tags?
Hi All, Still working on my title tag usage for local SEO, and I was hoping for some more feedback. My question is this: In Local SEO titles, I'm using location + keyword combinations, unique on each page. However, since each page has a specific title for the client, I figure I should be placing that at the front. My thought here was that this helps with the overall usability to the reader of the website. Ex. Contact Us page for Pizza shop Contact Us | Springfield IN Gourmet Pizza | Moe's Italian Pizza Anyone have thoughts on this one? Thank you!
On-Page Optimization | | kbaltzell0 -
What does the "base href" meta tag do? For SEO and webdesign?
I have encounter the "base href" on one of my sites. The tag is on every page and always points to the home URL.
On-Page Optimization | | jmansd0