HTML LOST, Help Here

Discussion in 'HTML & Website Design' started by Fix Johnson, Jun 11, 2006.

  1. #1
    I was doing my site map and came up with a lot of lines under some pages that said

    <P CLASS="description-text">DESCRIPTION NOT FOUND</P>

    I have a title and am not sure where this is located. What should I do?

    Thanks,

    Fix
     
    Fix Johnson, Jun 11, 2006 IP
  2. donteatchicken

    donteatchicken Well-Known Member

    Messages:
    432
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    118
    #2
    Add this inside the <head></head> tags

    
    <META name="description" content="DESCRIPTION ABOUT THIS PAGE GOES HERE"> 
    <META name="keywords" content="keywords,go,here,separated,by,commas">
    
    Code (markup):
     
    donteatchicken, Jun 12, 2006 IP