Menu

#165 4.10 - Improve SEO features

Version 4.10
open
nobody
2018-01-01
2017-11-16
Anonymous
No

Originally created by: PatrykPorabik

Improve SEO features.

On which aspects of SEO we should focus?

Discussion

  • Anonymous

    Anonymous - 2017-12-15

    Originally posted by: esbee

    I think one important feature (and often ignored) is the localization of static routes. For example:

    //login page - current
    www.yourstore.com/en/login
    www.yourstore.com/pl/login
    www.yourstore.com/fr/login

    //login page - with localized routes
    www.yourstore.com/en/login
    www.yourstore.com/pl/zaloguj-się (sorry guys, Google translation :) )
    www.yourstore.com/fr/connexion

     
  • Anonymous

    Anonymous - 2017-12-15

    Originally posted by: PatrykPorabik

    @esbee Thank you for idea. We will take it into consideration.

     
  • Anonymous

    Anonymous - 2017-12-25

    Originally posted by: a-patel

    @PatrykPorabik ,
    This might not be helpful to this issue.
    Limitation of existing system is,
    "All tables/entities have only string same as nopCommerce int"
    BaseEntity should be of type Generic (for key), So it should support any type of primary key like int, short, guid, string etc.

    BaseEntity, IRepository (EfRepository) should be changed. Both should support any type of primary key.
    Note: It will also affect to UrlRecord.

    I have also open an issue in other project for the same, but unfortunately did not get any help.
    https://github.com/nopSolutions/nopCommerce/issues/2439
    I will be grateful, if you will help me for the same.
    ref:

     
  • Anonymous

    Anonymous - 2018-01-01

    Originally posted by: a-patel

    @PatrykPorabik
    Any update? I am opening the new issue for the same.

     

Log in to post a comment.