Cacheing Web Pages When visiting a web site, browsers cache or make a copy of the web site for faster viewing on subsequent visits. This prevents your regular visitors from seeing your new content unless they manually reload their browser. To prevent this problem, add the following code between the <HEAD> and </HEAD> tags of your HTML. <META http-equiv="Pragma" content="no-cache">