10 tips for internal website optimization.

1. Optimize Your Title Tag.6. The thing about images
Always important to remember your keywords, alsoI mentioned before that search engines can't read
in your titel tag, do never write your company nameimages, thats not completly true, images has an ALT
or something like that, instead use a descriptive texttag, that makes it possible for your to put in a
containing as many keywords relevant to your sitedescriptiv text to the images, some says that google
subject as possible. (note: keep your titel about 60sees that, so here is the code.img src='my_image.jpg'
characters).width='50' height='60'
2. Creating good content.ALT='A descriptive text in here.'
Eventhough your main product is to sell pictures from7. Text sizes.
your website, google and other search engines can'tSome people also says that search engines look at
'see' them, so you need som descriptive texttext that is emphasized (eg. h1). so mytheory is, if
content, search engines has a very complex way ofyou are doing as I have done for years, just writting
reading a website for content and to find out whattext and then set up the visual part in a seperate css
your site is about, so remember to use alot of goodfile, then google can't se that the text is a header1 or
relevent keywords in your text content, (butheader2 text.
remember to spread them naturaly).So what to do could be, in your website page, make
3. What confuses search engines?the text h1 and in a css file define the h1 tag to look
Well, this is and have been a very big discussion topicdifferent.
for a long time now, some of the factors that canH1 { color: blue; font-family: Verdana; font-size: 16px }
confuse search engines is javascript, using frames on8. Remember filenaming.
pages, dynamic pages (eg. asp.net etc). AlmostAnother thing to look at is your filename, your first
forgot to say that if you are using flash elements,page may be named default.html, but if you go to
eventhough there are text in it, search engines can'tgoogle and search for something, like 'Free SEO
read it, so not recommented.Tools' you can see that google also looks at
4. META tags.sub-directorys and filenames, like. says more than
META tags are a way to describe your site forjust download.aspx.
search engines, its text that is not shown on the9. Internal linking
pages. (Some people claim that google does nothingAlways remember to link your site together, your
with these tags anymore, but we don't know, and Ineed search engines to find more then just your
know that other sites uses them, so why not justfront page.
write them anyway).10. Some personale words before you go on making
META name='description' content='a well optimizeda website.
short description of your page'>This last tip is not really a tip, just some words from
5. Robots text fileme personally to you, I have read a lot of litteratur
The Robots.txt is a file you have on your site, notabout SEO, and other marketing techniques, so just
for visitors, but for search engines when they look atdo not forget, depending on what your site content
your site they looks after a robots file, and if itis, there may be other ways to market your
exists it is easier for search engines to index all yourproduct, it could even be done cheap or for free, be
sites. You can generate a robot file with thiscreative.
software for free.