Forum Moderators: Robert Charlton & goodroi
Does anyone have a definitive answer regarding Crawl Budget?
I'm not too sure what you mean by this. All search engines do this for free, are you concerned about Google's power consumption or something else?
It is estimated that there are about 1.17 billion websites, do you feel that by deleting images of your one site will make a big difference to Google's resources?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Empty Page</title>
<meta name="robots" content="noindex,noarchive"/>
</head>
<body>
<a href="/">
<p style="width:9999px;height:9999px"></p>
</a>
</body>
</html>
make sure your image folders have index pages of your creation, to avoid the default situation that displays a list of the files within the folder when someone tries to access itEh? MY default is to disable auto-indexing sitewide. Even on WP sites, users do have enough control over their htaccess-or-equivalent to add the appropriate directive.
search engines shouldn't be asking for image directories
disable auto-indexing sitewide
sometimes like to use a purpose-built page rather than just delivering a default errorFunny you should say that. For the longest time--before I had my own website--I interpreted 403 as "no directory". Why? Because, as an ordinary human, the only time I ever met a 403 was when I was manually stepping back through an URL, and stopped at some point in the directory structure that didn't correspond to a page. (Especially common in academic sites for some reason.)