Error Seranking – Faltan enlaces de confirmación (retorno) en las páginas de hreflang

Modificamos el fichero /themes/particulares/templates/_partials/head.tpl en la línea 66 aprox

  <!--custom code natural - /themes/particulares/templates/_partials/head.tpl - Error hreflang por defecto - Víctor -->
  <link rel="alternate" href="{if $page.canonical}{$page.canonical}{else}{$urls.current_url}{/if}" hreflang="x-default">
  <!--fin custom code natural-->

Añadimos x-default también a productos.

  <!--custom code natural - /themes/particulares/templates/_partials/head.tpl - Error hreflang por defecto para productos - Víctor-->
  {if $page.page_name == "product"}
  <link rel="alternate" href="{$urls.current_url}" hreflang="x-default">
  {/if}
  <!--fin custom code natural-->

Modificamos los siguientes ficheros añadiendo rel=»nofollow»:

modules/pspagebuilder/views/templates/front/widgets/widget_categoriesselected.tpl

modules/pspagebuilder/views/templates/front/widgets/widget_links.tpl

modules/pspagebuilder/views/templates/front/widgets/widget_subcategories.tpl

modules/pspagebuilder/views/templates/front/widgets/widget_logo.tpl

themes/particulares/templates/_partials/breadcrumb.tpl

themes/particulares/modules/pkheaderitems/views/templates/front/headeritems.tpl

themes/particulares/templates/_partials/pagination.tpl

themes/particulares/modules/ps_facetedsearch/views/templates/front/catalog/active-filters.tpl