Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making Google direct users to region-specific website or subdomain

I have a good, short website name like mysite.fr. It's a website for my real shop (not an online shop).

I have 2 shops. These shops are located in 2 different cities, relatively far away from each other.

I could

1) make one website with 2 subdomains like

    paris.mysite.fr
    marseille.mysite.fr

2) make 2 new domains like

    mysite-paris.fr
    mysite-marseille.fr

    But that would mean that I can't use my great, short URL anymore.

If option 1 is preferred, I would like to ask how I could properly teach Google what to show each Google Search user. I think it's contraproductive if I have to ask the user to choose the correct city to get to the appropriate shop.

I know that this is possible when using Google Ad campaigns, but I don't know of a way to do that for the common Google search.

Or is option 2 preferred anyways because option 1 is too error-prone?

Thank you.

like image 770
tmighty Avatar asked Aug 22 '18 22:08

tmighty


1 Answers

There are many solutions you could use from the top of my mind I'm thinking about this flow.

First you need the user address:

  • Could be based on user input (asking for his address) in a text box like the typical food delivery landing page
  • Could be based on some "plugin" like google maps geolocation that tells you which is the place he is connecting from (usually it tells you street and such)

Then you need to basically locate to which store he is closer to

Then you need to decide which URL solution to use.

  • [Proposal] You could also move it to mysite.fr/paris or mysite.fr/marseille (sometimes this is better seo speaking, and also simpler when it comes to management) and you keep that amazing site name as the main protagonist as you were stating

Then you need to basically redirect him to the page to the store he was closer to.

In any case, I've been working in several sites that had that "change items based on address logic" and you can PM me for more info :)

Also there are ways in google Adwords in which you can basically put an advertisement only for certain keywords, regions and such, and in that case that is the option you are looking for. You should just create 2 rules, (one per region) and basically just display the adds to the people that are inside the area. This is an example of how the configuration you should put looks like in google Adwords. (It's really simple)

Image of the places selector

And this is how the add would look like in the google search or other channels depending on the target you select

Add example

See my LinkedIn if you want to contact me https://www.linkedin.com/in/alejandro-vales/

like image 190
Alejandro Vales Avatar answered Nov 09 '22 22:11

Alejandro Vales