Domanda

If i send a 404 response code and after that i serve my home page like

header("HTTP/1.0 404 Not Found");
include("index.php");

Will that cause to penalty or ban the page or its content?

È stato utile?

Soluzione

According to google: https://support.google.com/webmasters/answer/2409439?hl=en A page that have a status of 404 will neither affect your rank nor will cause a penalty for your website.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top