Hello,
I use "ajax" popup on my website (same as Canvas shop examples). You can try it on clicking on any product on that page :
https://www.plan-de-table-mariage.com/tarifs.php
The url called to load the content is something like :
https://www.plan-de-table-mariage.com/scripts/ajax-templates/produit.php?id=7
Google seems to consider this url as a regular page (which is ok for me), but the problem is Google Search Console says there is a problem with mobile ergonomie on that page :
- text too small
- clickable elements too close from one another
- window not configured
Indeed, if you call that url directly in your web browser, everything looks ugly as it is not made to be called directly (or "outside a popup").
But there are the same problems with the url used for the demo page : http://themes.semicolonweb.com/html/canvas/include/ajax/shop-item.html
How can we fix this ?
Thanks a lot
