Conversation

Replying to
So, here’s a handy little bookmarklet. Set up a folder of these for the locales you frequently check to save time (and memory)! #SEO Here’s an example for Seattle: javascript:(function(){window.location.href=window.location.href+'&near=Seattle';})();
Image
1
5
Whoops! I just realized that the bookmarklet I created just keeps appending params without cleaning up. Here’s v. 2, now with RegExp: javascript:(function(){window.location=window.location.toString().replace(/&near=[^&]*/,'')+'&near=Seattle';})()
Image
2
1
Bonus tip: To disambiguate between identically named cities, you can specify the region, like: Springfield,+MO or Memphis,+Egypt. Of course, knew all about it…in 2015! Google's Near Parameter Still Lets You See Results By Specific Location
1
3
This Tweet was deleted by the Tweet author. Learn more