Jump to content

Keywords field for products


PROmax3d

Recommended Posts

  • 2 months later...
  • 1 month later...

I agree with you but keywords must be relevant on website content.
Exactly. :)  for your information these keywords must have to be 1,2 times in your content then Google will read them through your content and rank your product or website home page etc in its search. 

 

 

google website content not appreciate you?

Link to comment
Share on other sites

  • 4 months later...

 

There is no need of meta keywords anymore, SE dropped them :)

Yes, Google dropped them, but there are some other SEs besides Google: Yahoo, Bing/Microsoft, Yandex and especially Baidu (still puts huge emphasis on meta keywords -- imo).

Link to comment
Share on other sites

 

 

Yes, Google dropped them, but there are some other SEs besides Google: Yahoo, Bing/Microsoft, Yandex and especially Baidu (still puts huge emphasis on meta keywords -- imo).

Yes, I totally agree.

It's not helpful for Google, but other search engines (it's a bit better than nothing).

 

But there is no way to bring it back. 

I would write a module for that soon, it should be a small one.

Link to comment
Share on other sites

To bring back keywords in products

admin/themes/default/template/controllers/products/seo.tpl

find this

{* Removed for simplicity *}
<div class="form-group hide">
<label class="control-label col-lg-3" for="meta_keywords_{$id_lang}">

and replace with this

{* Removed for simplicity *}
<div class="form-group">
<label class="control-label col-lg-3" for="meta_keywords_{$id_lang}">

the field is hidden

Edited by ventura (see edit history)
  • Like 3
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

It works like a charm.

Anyway, a tip for all professional developers. 

DO NOT MODIFY PRESTASHOP, BUT OVERRIDE IT.

Otherwise, all your changes will be lost when you upgrade to a newer version.

 

So that, I put the modified file under override folder, and it still works too:

Here is the path:

/override/controllers/admin/templates/products/seo.tpl

Hope this helps!

PrestaMonster

Edited by Tung.CEO (see edit history)
  • Like 2
Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...