Opinion on meta tags and new layout

Discussion in 'Websites' started by st_jimi, Aug 3, 2007.

  1. #1
    Ive just finished making my new hosting layout, ive constructed them meta tags looking up some keywords in google and want to know if these meta tags are right for a valid xhtml1.0 document and will give me the best advantage in search engine rankings

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <TITLE>Server Dragon |cPanel Hosting|Reseller|Master Reseller|Domains|Domain Reseller|Dedicated Server|Vps|Windows Hosting|Windows Reseller|Shoutcast|Game Server|Cold Fusion|Email Hosting|WHMCS Licenses|Server Managment|</TITLE>
    <meta http-equiv="Content-Language" content="en-us" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="MSSmartTagsPreventParsing" content="true" />
    <META NAME="keywords" CONTENT="cPanel hosting,reseller hosting,master Reseller,cheap domain names,domain reseller,dedicated servers, vps,windows hosting,windows reseller,shoutcast,game Server,Cold Fusion,email hosting,WHMCS Licenses,server managment">
    <meta name="description" content="Server Dragon aims to provide professional and reliable cPanel hosting at affordable price.Our Cheap web hosting is designed to suit everybodys hosting needs. We are certain our affordable hosting packages will suit the needs and budgets of every web enthusiast from bloggers to professional.">
    <meta name="author" content="serverdragon hosting solutions" />
    <META NAME="ROBOTS" CONTENT="ALL">
    <meta name="expires" content="7 days">
    Code (markup):
    Also what are your opinions on the layout

    www.serverdragon.com
     
    st_jimi, Aug 3, 2007 IP
  2. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #2
    orange is nice but overall kinda boring. Get a pretty (but still easy to read) header/logo image.

    Also, I am so n00b on this html stuff, but can't
    
        <div class="linknav" ><a href="webhosting.html">Web Hosting</a></div>
        <div class="linknav" ><a href="domains.html">Domain Names</a></div>
    
        <div class="linknav" ><a href="aboutus.html">About Us</a></div>
        <div class="linknav" ><a href="contactus.html">Contact Us</a></div>
        <div class="linknav" ><a href="support.html">Support</a></div>
        <div class="linknav" ><a href="tos.html">Terms Of Service</a></div>
        <div class="linknav" ><a href="aup.html">Acceptable Use Policy</a></div>
        <div class="linknav" ><a href="faq.html">F.A.Q</a></div>
    
        <div class="linknav" ><a href="affiliates.html">Affiliates</a></div>
        <div class="linknav" ><a href="/clients">Client Area</a></div>
        <div class="linknav" ></div>
    
    Code (markup):
    be just
    
         <ul class ="linknav">
              <li><a href="webhosting.html">Web Hosting</a></li>
              <li><a href="domains.html">Domain Names</a></li>
              <li><a href="aboutus.html">About Us</a></li>
              <li><a href="contactus.html">Contact Us</a></li>
              <li><a href="support.html">Support</a></li>
              <li><a href="tos.html">Terms Of Service</a></li>
              <li><a href="aup.html">Acceptable Use Policy</a></li>
              <li><a href="faq.html">F.A.Q</a></li>
              <li><a href="affiliates.html">Affiliates</a></li>
              <li><a href="/clients">Client Area</a></li>
      </ul>
    
    Code (markup):
    Cause the crusty wise ones here always say a list is a basic element and doesn't need divs around them...

    Sorry I know nothing about seo
     
    Stomme poes, Aug 3, 2007 IP
  3. st_jimi

    st_jimi Peon

    Messages:
    632
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yep your right on the nav just changed it but now its come up with the bullet points and indented it a bit but i want it aligned to the side.

    ive left a empty box at the top under under the "home | support | affiliates | clients" section for a logo but i know nothing about graphics design im offering free hosting to any body willing to design one though
     
    st_jimi, Aug 3, 2007 IP
  4. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Oh you can get rid of the bullets with

    list-style-type:none;

    That may also get rid of the indenting but if not make sure you had set your margins and padding to 0 at the outset and then you can control margins and padding on every little thing... but I think the indenting is from the bullets.

    What do you want on your logo? People ask for logos and stuff on this forum but then say what you want on it, color schemes etc. Try also asking for logo banners on the graphics forum here... plenty of PS nerds : )

    You want a dragon? Chinese or European? Just curious, I'm having a code-evening with some friends this weekend but since I'm getting that book Dan Schultz is always hawking I might spend the time dicking with html/css... but if I don't feel like that, I could give the thing a go in GIMP. If I have something Monday, I'll offer it to you (free). GIMP, after all.
     
    Stomme poes, Aug 3, 2007 IP
  5. st_jimi

    st_jimi Peon

    Messages:
    632
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    yep that fixed the bullet point then adding margin/padding 0 fixed the indent cheers.

    yeh id like a logo in keeping with the rest of them light and orange and incorporating a dragon somewhere but i dont know the difference between a Chinese and a European dragon lol :confused: sorry, i would very much appreciate if you made a logo thanks i also made a request in the graphics forums
     
    st_jimi, Aug 3, 2007 IP
  6. uniqueasitis

    uniqueasitis Peon

    Messages:
    661
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Ok here are some tips

    1. Your "Link Navigation" is right next to the border. Give it some space.
    2. All your paragraphs seem to be right next to the border. Again give them some space. It seems as if they are trying to break free.
    3. Try centering "Customer Login" over the input box below rather than have it on the side.

    Other than that, pretty good.
     
    uniqueasitis, Aug 3, 2007 IP
  7. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Oh and the title (on the page) says SeverDragon, not SeRver...

    I noticed that you also added a <title> name. : ) Good.
     
    Stomme poes, Aug 4, 2007 IP
  8. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You could try this.

    It's just your page with a few things tweaked, and I didn't make a logo. The dragon is stolen from Mulan, can't be used; it's just an example of what you could do.

    I changed "Cheap" to "Affordable" on the header because the word cheap there made it look unprofessional. I left the word cheap in the body. Also moved the Our Features words a bit away form the left-hand edge of the bos (you would add padding to the left side about 5 pixels).

    Also: it would be a good idea for accessability to take the word "here" in your Summer Savings box and change that to a whole sentence link, something like "Here are some great summer savings." You may never have a blind customer, but if they have money, why would you piss them off? Later, someone can see all the relevant stuff on your page and instead of just the word "here" sitting out there, they can see that oh yeah, that was a link to the "great summer savings" page.

    http://www.cs.tut.fi/~jkorpela/www/click.html
     
    Stomme poes, Aug 5, 2007 IP
  9. st_jimi

    st_jimi Peon

    Messages:
    632
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thx for the advice il change some it now.

    also is it good that im bolding out keywords in the content that appear in my title/ description and keywords in regards to seo
     
    st_jimi, Aug 6, 2007 IP
  10. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0