Google webmaster tools is reporting a soft 404 error for st000001.pl that it's picking up from the displayStock javascript routine.
i.e. this is what's on the webpages:
Is anyone else seeing this? google say they've been seeing it since the end of may.
Can anyone help me understand why this is and how to prevent it? I guess I could always just block it in the robots.txt but something a bit less brute force might be better.
PS. This is in V11 but I've seen the same code in a 2014 site. Not sure about 2016.
i.e. this is what's on the webpages:
Code:
function displayStock() { var sProdRefs = ""; var sStockList = ""; getSectionStock('http://www.thiswouldbemydomain.co.uk/cgi-bin/st000001.pl', '160', sProdRefs, sStockList, ''); }
Can anyone help me understand why this is and how to prevent it? I guess I could always just block it in the robots.txt but something a bit less brute force might be better.
PS. This is in V11 but I've seen the same code in a 2014 site. Not sure about 2016.
Comment