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