|
walterquez -> RE: Optimizing My Website (4/23/2008 12:12:57 AM)
|
quote:
ORIGINAL: sunshinesoprano Talk to me about H tags. I'm not familiar with how to use these. I am assuming http://www.pureheartmusic.org/ is the website in question, right? Take this page for example, http://www.pureheartmusic.org/bios.htm, the first "sub" title on this page is, "Pure Heart's History" Change this, <font color="#800000" face="Arial">Pure Heart's History</font> To this, <h2>Pure Heart's History</h2> And the very top title where it says, "Biographies", use <h1> like so, <h1>Biographies</h1>, since this is the main title. quote:
I've made the animated gifs for my page headers so I'm not sure exactly what is meant by page title. It would be better if the image was not animated, since it is a distraction. People want to read the content, not be distracted by moving images. Not that you can't have them, just keep them to a bare minimum, like for the first few seconds as an "intro", and then stop animating it. SEO Tip: This is the <img> tag you have in the header of each page. <img src="phred2.gif" width="468" border="0" height="60"> Instead of naming the image file, "phread2.gif", name it something like "pure-heart-music-ministries.gif". The first one, "phread2.gif" is not a SEO keyword, the latter is. Do this for all images, naming them with SEO keywords. Take advantage of the following two image attributes, "alt" and "title" so it now looks something like this: <img src="pure-heart-music-ministries.gif" width="468" height="60" border="0" alt="Pure Heart Music Ministries" title="Pure Heart Music Ministries" /> Tip: Hover over to the header image now and wait a few secs. Nothing happens. Replace the image tag with the suggested one, and try hovering there again. This time you will see a popup tooltip with the words, "Pure Heart Music Ministries". Cool don't you think?[:)] Not only cool, but also an effective SEO as well. quote:
I've tried to stick to Arial because most computers have it. I would simply eliminate all the <font> tags. This will keep the same size and color so it will be consistent through out the whole site. quote:
My boss likes the counter[8|] Counters are very bad in my opinion. Someone who visits your site will see the counter at 4700. Then a few weeks later it is at 4790. This tells the whole world how unpopular your site is. Not something you want to do. quote:
What about my menu? I like the look of the graphics but I've heard that they are bad on the crawlers. It is fine if you want to use images, but as I mention earlier, rename the image files by using relevant keywords. Also add the "alt" and "title" attributes in the <img> tag with relevant keywords. quote:
Also, I've noticed some sites that are just a backgroun and what looks like one big graphic insert. How does that happen? Not sure what you mean. Can you show me an example? In your <body> tag, you do have a "background" attributes to include a background image. But I think it is better if you use CSS to do this.
|
|
|
|