Remove unwanted map in SERP
-
My company is based in Brighton.
We run courses in London.
If you search 'london business writing' in Google UK, you get this:
http://i39.tinypic.com/35me3qs.jpg
Lolwut. Google is placing a link for a map to our Brighton offices beneath the second result.
For a London-related keyword that links to a page for our London courses that contains an address for our London venue.
We are registered on Google maps as being based in Brighton; we also have a map of our Brighton office on our contact page. But obviously, this is not relevant to this search.
How do I get rid of this map for this keyword?
-
Bix, really appreciate you coming back to update this thread. Great that you had success! And, while we mustn't mix up correlation with causation, I'd say the effort you made is a very strong candidate for the causation of this. Well done! Again, thanks for taking the time to share your results. Could be very useful to others in the future who run into a problem like this. Miriam
-
I actually solved this problem with a very similar solution - using the address markup at schema.org
Thanks for putting me on the right track!
-
It worked! The map is gone. Looks like Google really does pay attention to those schemas.
-
It's worth trying, Bix. Hope it works out for you!
-
Hi Miriam
Thanks so much for taking the time to look so thoroughly into this!
If it's something I'm stuck with, I'll just accept it - for very similar relevant 'london [keyword]' searches I don't get the map.
That said, I'm hoping that specifiying the London address on that page with schema.org tags will prevent Google from displaying the map.
-
Hi Again Bix,
As I suspected, this may be difficult/impossible to have remove. My only good suggestion on this is to try using the Google Maps Troubleshooter to see if you can get some help that way, but I think you may be stuck with that link being generated by the algo:
http://groups.google.com/a/googleproductforums.com/forum/#!forum/maps
Too bad there isn't a simple solution for this. Just one of those things where I wish there was more support!
Miriam
-
Hi Bix,
Thanks for the further info. You are very lucky to be showing up for that London search, given that you are not in London (i.e. you don't have a dedicated physical address there). The reason Google is associating that map with your business is because that is you company's real, registered physical address. Your screenshot is not of a set of local results, nor would you qualify for a real local result because of the lack of a dedicated address in that city. So, I'm afraid you are stuck with the map link to Brighton. I agree...that might confuse some users, but frankly, I would think that your awesome ranking outside of your city of location totally outweighs the downside of having that mapped link.
Sorry I can't tell you how to change this. Google displays what they feel is relevant, and for that search, they feel it's relevant to display your address.
I want you to know that I put a little feeler out amongst a couple of colleagues in Local to see if they have a different opinion on this. I didn't use your name or anything; just described the situation in general terms. If I get any differing opinions, I will certainly return to this thread, but I'm pretty positive any Local SEO will agree with my take on this.
Your site must have good traditional SEO and Local SEO factors to be doing so well for that term. You might like to read Linda Buquet's recent article on the Venice update...wonder if this could be the reason for your prominences in organic outside your true, physical location:
http://marketing-blog.catalystemarketing.com/google-venice-update-local-seo.html
Cheers!
Miriam
-
Just in case anyone finds this in future: I've tried adding the address markup here http://www.schema.org/PostalAddress
There's an unusually clear explanation of how to use this here: http://www.schema.org/docs/gs.html
If you have a basic understanding of HTML (esp div and span tags) you can learn how to do this fairly quickly.
-
I didn't know about rich snippets; thanks.
-
Hi Miriam
Thanks!
Our actual physical office is in Brighton. In London, we rent out a room. This room belongs to SOAS, a university.
-
Hi Bix,
Can you clarify for me whether you actually have a physical office dedicated to just your business in London - or are you sharing a building or something along those lines? That would be a start. Thanks, and by the way, love your screen name. I'm a big Bix fan.
Miriam
-
Perhaps you could add the London based address to all of the pages which Google is showing the map beneath the listing in the SERPs and mark the London address with rich snippets.
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
-
Google serp pagination issue
We are a local real estate company and have landing pages for different communities and cities around our area that display the most recent listings. For example: www.mysite.com/wa/tumwater is our landing page for the city of Tumwater homes for sale. Google has indexed most of our landing pages, but for whatever reason they are displaying either page 2, 3, 4 etc... instead of page 1. Our Roy, WA landing page is another example. www.mysite.com/wa/roy has recently been showing up on page 1 of Google for "Roy WA homes for sale", but now we are much further down and www.mysite.com/wa/roy?start=80 (page 5) is the only page in the serps. (coincidentally we no longer have 5 pages worth of listings for this city, so this link now redirects to www.mysite.com/wa/roy.) We haven't made any major recent changes to the site. Any help would be much appreciated! *You can see what my site is in the attached image... I just don't want this post to show up when someone google's the actual name of the business 🙂 nTTrSMx.jpg C4mhfgh.jpg
Technical SEO | | summithomes0 -
Add trailing slash after removing .html extention
My website is non www ,it has wordpress in subdirectory and some static webpages in the root and other subdirectory 1. i want to remove .html extention from the webpages in the root and
Technical SEO | | Uber_
the others static webpages in subdirectory.
2. add slash at the end.
3. 301 redirect from non slash to url with slash. so it should be http://ghadaalsaman.com/articles.html to http://ghadaalsaman.com/articles/ and http://ghadaalsaman.com/en/poem-list.html to http://ghadaalsaman.com/en/poem-list/ the below code 1. working with non slash at the end **2. **redirect 301 url with slash to non here's my .htaccess <ifmodule mod_rewrite.c="">Options +FollowSymLinks -MultiViews RewriteEngine On
RewriteBase /</ifmodule> #removing trailing slash
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ $1 [R=301,L] #www to non
RewriteCond %{HTTP_HOST} ^www.(([a-z0-9_]+.)?domain.com)$ [NC]
RewriteRule .? http://%1%{REQUEST_URI} [R=301,L] #html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)$ $1.html [NC,L] #index redirect
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index.html\ HTTP/
RewriteRule ^index.html$ http://ghadaalsaman.com/ [R=301,L]
RewriteCond %{THE_REQUEST} .html
RewriteRule ^(.*).html$ /$1 [R=301,L] PS everything is ok with the wordpress , the problems with static pages only. Thanks in advanced0 -
Bulk URL Removal in Webmaster Tools
One of Wordpress sites was hacked (for about 10 hours), and Google picked up 4000+ urls in the index. The site is fixed, but I'm stuck with all those urls in the index. All the urls of of the form: walkerorthodontics.com/index.php?online-payday-cash-loan.htmloncewe The only bulk removal option I could find was to remove an entire folder, but I can't do that, as it would only leave the homepage and kill off everything else. For some crazy reason, the removal tools doesn't support wildcards, so that obvious solution is right out. So, how do it get rid of 4000 results? And no, waiting around for them to 404 out of the index isn't an option.
Technical SEO | | MichaelGregory0 -
When will all of Google Maps be the same again?
As many of you are aware that the pigeon update was only applied to the new Google maps resulting in very different search results for Google local business. When you search for a business on old Google maps then you get totally different results vs the new Google maps. Some businesses totally disappeared completely from the search results. I have done my research and found out that it's because the new Algo was only applied to the new maps. Also new algo does not apply to other countries. Well the reason I posted this topic is because I have noticed that all the new Google Business listings I am verifying for my clients are all being put under the old Google maps and not the new ones. They come up fine when searching from old maps but not the new ones. I understand Google has not rolled out the pigeon on all data centers but why? Will Google eventually roll out the update to old maps? Since Google is adding businesses to old google maps then what's the point of even adding new listings?
Technical SEO | | bajaseo0 -
Should I Remove Thousands of Bad Links over a Short Time or Long Time?
Hey Moz Community! I've got a website that has hundreds of thousands of old links that don't really offer any great content. They need to be removed. Would it be a better idea to remove them in batches of 5000,10000, or more over a long time... or remove them all at the same time because it doesn't matter? Cheers, Alex
Technical SEO | | Anti-Alex0 -
Remove 404 errors
I've got a site (www.dikelli.com.au) that has some 404 errors. I'm using Dreamweaver to manage the site which was built for me by I can't seem to figure out how to remove the 404 pages as it's not showing up in the directory? How would I fix this up?
Technical SEO | | sterls0 -
Removing URL Parentheses in HTACCESS
Im reworking a website for a client, and their current URLs have parentheses. I'd like to get rid of these, but individual 301 redirects in htaccess is not practical, since the parentheses are located in many URLs. Does anyone know an HTACCESS rule that will simply remove URL parantheses as a 301 redirect?
Technical SEO | | JaredMumford0 -
Remove Deleted (but indexed) Pages Through Webmaster Tools?
I run a blog/directory site. Recently, I changed directory software and, as a result, Google is showing 404 Not Found crawling errors for about 750 non-existent pages. I've had some suggest that I should implement a 301 redirect, but can't see the wisdom in this as the pages are obscure, unlikely to appear in search and they've been deleted. Is the best course to simply manually enter each 404 error page in to the Remove Page option in Webmaster Tools? Will entering deleted pages into the Removal area hurt other healthy pages on my site?
Technical SEO | | JSOC0