Do you need to sell your items on line? You want to have a Shopping cart ...
Web Design Tips and Tricks
| Go back |
|---|
Why are some people seeing an old version of your site?
Most browsers will cache or keep a local copy of your pages to speed-up future viewing of those pages. Depending on how the viewer set up their browser, it might display an old version of your site, especially if you update your pages often. To tell browsers when to use get a newer copy of your site, you could use following tags:
<meta http-equiv="Expires" content="Tue, 01 Jan 1980 1:00:00 GMT"><meta http-equiv="Pragma" content="no-cache">
These meta tags should be placed in between your <head> and </head> tags. Also the specified date should be a date in the past so that the browser will immediately get rid of the cached copy or not keep it at all. The reason for two tags is that while the "Expires" tag is understood by most browsers, some older browsers may still look for the "no-cache" tag.
Find out how many sites are linked to yours and who they are.
Most search engines offer this feature but each do it a bit differently.
- Yahoo: type in either linkdomain:www.example.com link:http://www.example.com into the search box... or for more detail, try Yahoo! Site Explorer, click "Inlinks", then choose "Except from this domain" from the drop box (this is it's current setup, I don't guarantee that it will stay exactly those steps, but if it changes look around and I'm sure you'll find it.)
- Google: link:www.example.com
- MSN: link:www.example.com







