Become a webdsign master


10 tips for internal website optimization.

1. Optimize Your Title Tag.generate a robot file with this software
Always important to remember yourfor free.
keywords, also in your titel tag, do6. The thing about images
never write your company name orI mentioned before that search engines
something like that, instead use acan't read images, thats not completly
descriptive text containing as manytrue, images has an ALT tag, that makes
keywords relevant to your site subjectit possible for your to put in a
as possible. (note: keep your titeldescriptiv text to the images, some says
about 60 characters).that google sees that, so here is the
2. Creating good content.code.img src='my_image.jpg' width='50'
Eventhough your main product is to sellheight='60'
pictures from your website, google andALT='A descriptive text in here.'
other search engines can't 'see' them,7. Text sizes.
so you need som descriptive textSome people also says that search
content, search engines has a veryengines look at text that is emphasized
complex way of reading a website for(eg. h1). so mytheory is, if you are
content and to find out what your sitedoing as I have done for years, just
is about, so remember to use alot ofwritting text and then set up the visual
good relevent keywords in your textpart in a seperate css file, then google
content, (but remember to spread themcan't se that the text is a header1 or
naturaly).header2 text.
3. What confuses search engines?So what to do could be, in your website
Well, this is and have been a very bigpage, make the text h1 and in a css file
discussion topic for a long time now,define the h1 tag to look different.
some of the factors that can confuseH1 { color: blue; font-family: Verdana;
search engines is javascript, usingfont-size: 16px }
frames on pages, dynamic pages (eg.8. Remember filenaming.
asp.net etc). Almost forgot to say thatAnother thing to look at is your
if you are using flash elements,filename, your first page may be named
eventhough there are text in it, searchdefault.html, but if you go to google
engines can't read it, so notand search for something, like 'Free SEO
recommented.Tools' you can see that google also
4. META tags.looks at sub-directorys and filenames,
META tags are a way to describe yourlike. says more than just
site for search engines, its text thatdownload.aspx.
is not shown on the pages. (Some people9. Internal linking
claim that google does nothing withAlways remember to link your site
these tags anymore, but we don't know,together, your need search engines to
and I know that other sites uses them,find more then just your front page.
so why not just write them anyway).10. Some personale words before you go
META name='description' content='a wellon making a website.
optimized short description of yourThis last tip is not really a tip, just
page'>some words from me personally to you, I
5. Robots text filehave read a lot of litteratur about SEO,
The Robots.txt is a file you have onand other marketing techniques, so just
your site, not for visitors, but fordo not forget, depending on what your
search engines when they look at yoursite content is, there may be other ways
site they looks after a robots file, andto market your product, it could even be
if it exists it is easier for searchdone cheap or for free, be creative.
engines to index all your sites. You can



1 A B C D E 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128