vuestorefront / magento2-vsbridge-indexer

This is official Vue Storefront, native, Magento2 indexer
https://vuestorefront.io
MIT License
69 stars 89 forks source link

Export products & categories attributes to support hreflangs #302

Open Fifciu opened 4 years ago

Fifciu commented 4 years ago

Feature Request

Hello. We need to add corresponding hreflangs (https://moz.com/learn/seo/hreflang-tag) to our products and categories views to improve the SEO. To do that we need to have some attributes value in different storeCode, e.g. url_key, url_path, slug.

As used attribute might be different for different projects I recommend to make it configurable - as we have to attributes in configurable_children array.

janmyszkier commented 4 years ago

@Fifciu adding dynamically generated attributes is left for the user to implement and should not be part of this extension, see https://github.com/DivanteLtd/magento2-vsbridge-indexer/pull/182#issuecomment-587843960 on how to proceed with implementation. Also this thread can shed some light: https://github.com/DivanteLtd/magento2-vsbridge-indexer/issues/235

jonathanribas commented 4 years ago

In my opinion, as VSF is OOTB supporting multiple websites and multiple languages, it should have support to hreflang correctly for home / category and products. It's a very hot topic for SEO.

didkan commented 4 years ago

I agree with @jonathanribas . This is not a custom feature only for some users, but should be part of the basic multi website support.

Fifciu commented 4 years ago

@afirlejczyk could you please take a look at this problem?

afirlejczyk commented 4 years ago

Hi @Fifciu Unfortunately not, please ask someone from Divante team to take a look at this.