: To resolve this issue, either change your code so that: (a) products which don't have an associated product page are not given a hyperlink and therefore not clickable so that users and search
To resolve this issue, either change your code so that:
(a) products which don't have an associated product page are not given a hyperlink and therefore not clickable so that users and search engines don't end up on page-not-found error pages; or
(b) to prevent search engines from indexing your error pages, ensure that your 404 error page has an HTTP header set as follows before any HTML content is output:
<?php
header('HTTP/1.0 404 Not Found');
More posts by @Martha676
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.