|
Web Trends and Tips
|
|
Written by Administrator
|
|
Wednesday, 23 July 2008 17:23 |
Getting on Google!
Ok, here are some tips to get your site listed by the big G!
Using Meta Tags:
Meta tags provide data about a site so it can be noticed easyer: Wikipedia
There are lots of different tags you can use, i'll show you the best: (Change the italic words so they suit your site.
<meta name="description" content="Write the site's description here"/> <meta name="keywords" content="Write site keywords"/> <meta name="copyright" content="© Dark Notes"/> <meta name="Classification" content="Web Design" /> <meta name="author" content="Oliver Lumby"/> <meta name="email" content="
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
"/> <meta name="Distribution" content="Global"/> <meta name="Rating" content="General"/> <meta name="Robots" content="INDEX,FOLLOW"/> <meta name="Revisit-after" content="1 Day"/> <meta name="rating" content="SAFE FOR KIDS" /> <meta http-equiv="Content-Language" content="EN" />
You can do more than just add meta tags, you can also make a sitemap Use Google WebMaster tools, Validate your site (html) (css), Submit to Google's Crawl List
Here's a few links that might help you out!
http://w3schools.com/tags/tag_meta.asp http://en.wikipedia.org/wiki/Search_engine_optimization http://www.justsearching.co.uk/
|