| Below is the code from a sample
web page, including the most important meta-tag elements: Description
and Keywords. Click Here to see the results of the code below in your browser <HTML> <HEAD> <TITLE> Your Web Page Title..should be 75 characters or less, and include several of your KEYWORDs</TITLE><META NAME= "Description" CONTENT="Your description...should be a concise DESCRIPTION of the page including several of your KEYWORDs"><META NAME= "Keywords" CONTENT="keyword1,keyword2,keyword3,keyword4,keyword5,keyword6,keyword7,keyword8"></HEAD> <BODY> <H1> Between the BODY tags is where to put the viewable content of your web page....you should include as many instances of your KEYWORDs as possible in most cases, particularly at the top of the page.</H1><H2> Also, use the H1 and H2 tags nearest to the top of the page for best search engine indexing results.</H2><H3> All these things combined can be very effective!</H3></BODY> </HTML> |