Mobile app version of vmapp.org
Login or Join
Martha676

: 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

@Martha676

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');

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Martha676

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme