Jump to content

Subir el SEO de los productos en excel


Pilar Ramos

Recommended Posts

Si tienes los title y los metatitle en un excel, lo mejor es que crees las consultas en excel concatenando los valores y si tienes acceso a la base de datos, lanzas la consulta directamente a la base de datos y listos.

 

Cambia los valores A2, G2, e I2 por tus casillas claro!!

=CONCATENAR("UPDATE `ps_product_lang` SET `meta_title`=""";G2;""" WHERE `id_product`=";$A2;";")
=CONCATENAR("UPDATE `ps_product_lang` SET `meta_description`=""";I2;""" WHERE `id_product`=";$A2;";")

Mas rápido imposible  B)

Link to comment
Share on other sites

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...