Please review+test oopsstory.com

Discussion in 'Websites' started by vit4ek, Jul 1, 2008.

  1. #1
    vit4ek, Jul 1, 2008 IP
  2. nullvariable

    nullvariable Peon

    Messages:
    55
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    • Meta tags are awesome :D ! They let you tell search engines how to display your page and give you control over display of your pages search results.
    • Tables are considered quite early 90s for website layout and design. They're designed for displaying rows and columns of data, not for setting up complex page design layouts. Consider moving to div and span tags. ;)
    • Your site has a CSS file but its unreachable by anyone since its in the directory below your html root.
      <link href="../style.css" rel="stylesheet" type="text/css" />
      Code (markup):
    • Make sure your site validates. This helps browsers and search engines know how to read your content.
    • Consider enabling gzip compression to get a speed boost on sending your pages to users. Dialup users will have to wait 23+ seconds to see the whole page.
    • consider replacing your urls with more search engine friendly urls ie instead of ?action=comments the url might read ".com/comments/". This is pretty easy to do with htaccess files. Wordpress is a great place to see an example of it in action. :cool:
     
    nullvariable, Jul 1, 2008 IP
  3. vit4ek

    vit4ek Active Member

    Messages:
    211
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Actually i was thinking of using wordpress to post the completed stories. Because of the different words used in the text of different stories it could be a good adsense earning oportunity what do you say?
     
    vit4ek, Jul 2, 2008 IP
  4. vit4ek

    vit4ek Active Member

    Messages:
    211
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #4
    Anyone else?
     
    vit4ek, Jul 2, 2008 IP
  5. nullvariable

    nullvariable Peon

    Messages:
    55
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Sure but you'd have to compete with sites that have it together first: http://ficlets.com/
     
    nullvariable, Jul 2, 2008 IP