index category and manufacturer page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 года назад
Hi
after a week of upgraded to version 4.40.4, in google search console i get mobile usability errors.
domain.com/category/products?categoryId=106
domain.com/manufacturer/products?manufacturerId=52
domain.com/category/products?categoryId=61
domain.com/category/products?categoryId=92&pagenumber=3
.
.
.

without any css and photos, button not work and ...
how i must fix this?
2 года назад
The buttons do Ajax calls so I guess you will need to load the scripts
2 года назад
I tested several sites, buttons not worked.
i think this is a bug and i not understand What is the purpose of creating these pages in the new version?
https://beauty-pacific.nop-templates.com/manufacturer/products?manufacturerId=6
2 года назад
As I said the scripts are not loaded so the buttons will not work.
You are accessing the backend pages normally these would be loaded through a layout which adds all the extra code required to make it work
So this URL https://beauty-pacific.nop-templates.com/seiko calls the
Url https://beauty-pacific.nop-templates.com/manufacturer/products?manufacturerId=6
to get the data – obviously it gets format and some data removed
In the process it adds the script pages - I guess it is public.ajaxcart.js but I can’t see because it is bundled

So in fact what you are doing is not necessarily the way it is designed to be used although you can use it this way to get core data
But like I said to get the buttons to work you would need a wrapper around the data page that loads the scripts

How did you find these Urls - where are they getting displayed in error ?
2 года назад
thank you
these pages not Disallow in robots.txt so google indexes these pages, A page that is indexed in Google is not for use?

Most importantly, a page appears in the search console and we have no access for seo.
2 года назад
how resolve these errors??? :-(
2 года назад
this may help.

https://www.nopcommerce.com/en/boards/topic/90873/indexing-page-categoryproductscategoryid37
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.