Mailing List Archive

URL pages based on locale.
I have a multilingual interchange catalog but according the Google
multilingual guidelines,

https://support.google.com/webmasters/answer/182192?hl=en&ref_topic=2370587

This document recommended to use a different URL structure for each
language.


Is there any way to configure interchange to use different URL for the
same catalog based in locale.

For example:

http://www.store.com/index.html default language
http://www.store.com/fr/index.html French
http://www.store.com/es/index.html Spanish

Or different domain or Subdomain always running in the same catalog.



best regards
Salvador Caballé

_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Re: URL pages based on locale. [ In reply to ]
Hi Salvadore,

We’ve done this sort of thing before; you can use either a website rewrite (setting a particular CGI variable) or a special ActionMap combined with an autoload to set the actual locale inside IC.

Your catalog of course needs to respect this variable and adapt things accordingly.

HTH,

David
----
> On Nov 16, 2015, at 4:51 PM, Salvador Caballe <scaballe@gmail.com> wrote:
>
> I have a multilingual interchange catalog but according the Google multilingual guidelines,
>
> https://support.google.com/webmasters/answer/182192?hl=en&ref_topic=2370587
>
> This document recommended to use a different URL structure for each language.
>
>
> Is there any way to configure interchange to use different URL for the same catalog based in locale.
>
> For example:
>
> http://www.store.com/index.html default language
> http://www.store.com/fr/index.html French
> http://www.store.com/es/index.html Spanish
>
> Or different domain or Subdomain always running in the same catalog.
>
>
>
> best regards
> Salvador Caballé
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users

--
David Christensen
End Point Corporation
david@endpoint.com
785-727-1171






_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Re: URL pages based on locale. [ In reply to ]
On 17/11/15 16:07, David Christensen wrote:
> Hi Salvadore,
>
> We’ve done this sort of thing before; you can use either a website rewrite (setting a particular CGI variable) or a special ActionMap combined with an autoload to set the actual locale inside IC.
>
> Your catalog of course needs to respect this variable and adapt things accordingly.
>
> HTH,
>
> David
> ----
>> On Nov 16, 2015, at 4:51 PM, Salvador Caballe <scaballe@gmail.com> wrote:
>>
>> I have a multilingual interchange catalog but according the Google multilingual guidelines,
>>
>> https://support.google.com/webmasters/answer/182192?hl=en&ref_topic=2370587
>>
>> This document recommended to use a different URL structure for each language.
>>
>>
>> Is there any way to configure interchange to use different URL for the same catalog based in locale.
>>
>> For example:
>>
>> http://www.store.com/index.html default language
>> http://www.store.com/fr/index.html French
>> http://www.store.com/es/index.html Spanish
>>
>> Or different domain or Subdomain always running in the same catalog.
>>


David,

Thanks for the info,

No problem to set the locale settings in Interchange, now is running with 4
languages

But I don't know how use different url structure for different locale setting,

a simple solution would be configure the catalog product pages, with different
domains or subdomain but I not found information about it.

(although I believe nothing is impossible to interchange )

Salvador



_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Re: URL pages based on locale. [ In reply to ]
On 11/17/2015 04:24 PM, S. Caballe wrote:
>
> On 17/11/15 16:07, David Christensen wrote:
>> Hi Salvadore,
>>
>> We’ve done this sort of thing before; you can use either a website rewrite (setting a particular CGI variable) or a special ActionMap combined with an autoload to set the actual locale inside IC.
>>
>> Your catalog of course needs to respect this variable and adapt things accordingly.
>>
>> HTH,
>>
>> David
>> ----
>>> On Nov 16, 2015, at 4:51 PM, Salvador Caballe <scaballe@gmail.com> wrote:
>>>
>>> I have a multilingual interchange catalog but according the Google multilingual guidelines,
>>>
>>> https://support.google.com/webmasters/answer/182192?hl=en&ref_topic=2370587
>>>
>>> This document recommended to use a different URL structure for each language.
>>>
>>>
>>> Is there any way to configure interchange to use different URL for the same catalog based in locale.
>>>
>>> For example:
>>>
>>> http://www.store.com/index.html default language
>>> http://www.store.com/fr/index.html French
>>> http://www.store.com/es/index.html Spanish
>>>
>>> Or different domain or Subdomain always running in the same catalog.
>>>
>
>
> David,
>
> Thanks for the info,
>
> No problem to set the locale settings in Interchange, now is running with 4 languages
>
> But I don't know how use different url structure for different locale setting,
>
> a simple solution would be configure the catalog product pages, with different domains or subdomain but I not found information about it.
>
> (although I believe nothing is impossible to interchange )
>
> Salvador
>

Hello Salvador,

can you provide an URL to your site? It would be easier to make suggestions based
on a real-life example.

Thanks
Racke

--
Perl and Dancer Development

Visit our Perl::Dancer conference 2015.
More information on https://www.perl.dance.


_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Re: URL pages based on locale. [ In reply to ]
On 17/11/15 16:39, Stefan Hornburg (Racke) wrote:
> On 11/17/2015 04:24 PM, S. Caballe wrote:
>>
>> On 17/11/15 16:07, David Christensen wrote:
>>> Hi Salvadore,
>>>
>>> We’ve done this sort of thing before; you can use either a website rewrite (setting a particular CGI variable) or a special ActionMap combined with an autoload to set the actual locale inside IC.
>>>
>>> Your catalog of course needs to respect this variable and adapt things accordingly.
>>>
>>> HTH,
>>>
>>> David
>>> ----
>>>> On Nov 16, 2015, at 4:51 PM, Salvador Caballe <scaballe@gmail.com> wrote:
>>>>
>>>> I have a multilingual interchange catalog but according the Google multilingual guidelines,
>>>>
>>>> https://support.google.com/webmasters/answer/182192?hl=en&ref_topic=2370587
>>>>
>>>> This document recommended to use a different URL structure for each language.
>>>>
>>>>
>>>> Is there any way to configure interchange to use different URL for the same catalog based in locale.
>>>>
>>>> For example:
>>>>
>>>> http://www.store.com/index.html default language
>>>> http://www.store.com/fr/index.html French
>>>> http://www.store.com/es/index.html Spanish
>>>>
>>>> Or different domain or Subdomain always running in the same catalog.
>>>>
>>
>>
>> David,
>>
>> Thanks for the info,
>>
>> No problem to set the locale settings in Interchange, now is running with 4 languages
>>
>> But I don't know how use different url structure for different locale setting,
>>
>> a simple solution would be configure the catalog product pages, with different domains or subdomain but I not found information about it.
>>
>> (although I believe nothing is impossible to interchange )
>>
>> Salvador
>>
>
> Hello Salvador,
>
> can you provide an URL to your site? It would be easier to make suggestions based
> on a real-life example.
>
> Thanks
> Racke
>

Hi Racke,

This multilingual site, and is not still on line,
I'm doing the final steps..

It is partially based on strap3 template running Interchange 5.8.2

I use ScriptAlias in Apache server configuration to hide the vlink cgi path


Salvador





_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users