<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Latest Articles by kevinmu</title>
<link>http://www.articletrader.com/</link>
<description>Articles at ArticleTrader</description>
<language>en-us</language>
<item>
<title>SEO Webpage Creation Using a Word Processor AND an Html Editor - Why I Use Both!</title>
<link>http://www.articletrader.com/internet/seo/seo-webpage-creation-using-a-word-processor-and-an-html-editor-why-i-use-both.html</link>
<guid>http://www.articletrader.com/internet/seo/seo-webpage-creation-using-a-word-processor-and-an-html-editor-why-i-use-both.html</guid>
<pubDate>Sun, 12 Nov 2006 00:00:00 -0600</pubDate>
<description><![CDATA[ It is no secret that these days the major search engines are examining the actual text content of <br>websites like never before. The saying has always been 'content is king', but nowadays it's <br>REALLY king. <br> <br>On the one hand, creating and laying out a document is an easy and natural thing for most <br>people to do using a word processor. (If you need to know how to create Webpages using <br>common word processing tools, you can download a free pdf file called <br>"Creating_and_Hosting_Websites_Free.PDF" at the bottom of my website <br><a href="http://www.createafreewebsites.com/">http://www.createafreewebsites.com/</a> that shows you step-by-step how to do it). <br> <br>On the other hand, the extraneous codes that word processing programs typically add to the <br>html code of a webpage can move your content so far down your page (from a web spider's <br>perspective) that the search engines will have a difficult to impossible time trying to figure out the <br>important textual content of your page. <br> <br>The key, of course is to know what you can move/remove, and what you cannot. <br> <br>Of course you should always save your html file before every major new change you make, and <br>view the page in your web browser. That way if you take out too much and whole page goes <br>wonkie you can ditch the html file without saving it, and reload the last saved version. Doing this <br>(hopefully) you should never have to start again from scratch. (For detailed instructions on how <br>to edit the Html code for word processing-created webpages, see my webpage on the subject <br>at &lt;a href="http://www.WebHitCounterFree.com/"&gt;http://www.WebHitCounterFree.com/&lt;/a&gt;). <br> <br>Here are some of the things I do with word processor (or other program) created webpages to <br>make sure that my important content stays near the top of the html file: <br> <br>Here is an abbreviated sample of Html code generated by my word processor (Word 2000) for <br>a fictitious webpage: (If you look closely, you will see that my actual content doesn't show up <br>until about the last 10-15% of the page). <br> <br>Sample Code: <br><br>&lt;xmp&gt;<br>&lt;html xmlns:v="urn:schemas-microsoft-com:vml"<br>xmlns:o="urn:schemas-microsoft-com:office:office"<br>xmlns:w="urn:schemas-microsoft-com:office:word"<br>xmlns="http://www.w3.org/TR/REC-html40"&gt;<br><br>&lt;head&gt;<br>&lt;meta http-equiv=Content-Type content="text/html; charset=windows-1252"&gt;<br>&lt;meta name=ProgId content=Word.Document&gt;<br>&lt;meta name=Generator content="Microsoft Word 9"&gt;<br>&lt;meta name=Originator content="Microsoft Word 9"&gt;<br>&lt;link rel=File-List href="./My%20Fiji%20Vacation_files/filelist.xml"&gt;<br>&lt;link rel=Edit-Time-Data href="./My%20Fiji%20Vacation_files/editdata.mso"&gt;<br>&lt;!--[if !mso]&gt;<br>&lt;style&gt;<br>v\:* {behavior:url(#default#VML);}<br>o\:* {behavior:url(#default#VML);}<br>w\:* {behavior:url(#default#VML);}<br>.shape {behavior:url(#default#VML);}<br>&lt;/style&gt;<br>&lt;![endif]--&gt;<br>&lt;title&gt;My Fiji Vacation&lt;/title&gt;<br>&lt;!--[if gte mso 9]&gt;&lt;xml&gt;<br> &lt;o:DocumentProperties&gt;<br>  &lt;o:Author&gt;Roy&lt;/o:Author&gt;<br>  &lt;o:Template&gt;Normal&lt;/o:Template&gt;<br>  &lt;o:LastAuthor&gt;Roy&lt;/o:LastAuthor&gt;<br>  &lt;o:Revision&gt;1&lt;/o:Revision&gt;<br>  &lt;o:TotalTime&gt;6&lt;/o:TotalTime&gt;<br>  &lt;o:Created&gt;2006-11-11T18:23:00Z&lt;/o:Created&gt;<br>  &lt;o:LastSaved&gt;2006-11-11T18:31:00Z&lt;/o:LastSaved&gt;<br>  &lt;o:Pages&gt;1&lt;/o:Pages&gt;<br>  &lt;o:Lines&gt;1&lt;/o:Lines&gt;<br>  &lt;o:Paragraphs&gt;1&lt;/o:Paragraphs&gt;<br>  &lt;o:Version&gt;9.2720&lt;/o:Version&gt;<br> &lt;/o:DocumentProperties&gt;<br>&lt;/xml&gt;&lt;![endif]--&gt;<br>&lt;style&gt;<br>&lt;!--<br> /* Style Definitions */<br>p.MsoNormal, li.MsoNormal, div.MsoNormal<br>	{mso-style-parent:"";<br>	margin:0in;<br>	margin-bottom:.0001pt;<br>	mso-pagination:widow-orphan;<br>	font-size:12.0pt;<br>	font-family:"Times New Roman";<br>	mso-fareast-font-family:"Times New Roman";}<br>p.MsoTitle, li.MsoTitle, div.MsoTitle<br>	{margin:0in;<br>	margin-bottom:.0001pt;<br>	text-align:center;<br>	mso-pagination:widow-orphan;<br>	font-size:24.0pt;<br>	mso-bidi-font-size:12.0pt;<br>	font-family:Arial;<br>	mso-fareast-font-family:"Times New Roman";<br>	font-weight:bold;}<br>@page Section1<br>	{size:8.5in 11.0in;<br>	margin:1.0in 1.25in 1.0in 1.25in;<br>	mso-header-margin:.5in;<br>	mso-footer-margin:.5in;<br>	mso-paper-source:0;}<br>div.Section1<br>	{page:Section1;}<br>--&gt;<br>&lt;/style&gt;<br>&lt;/head&gt;<br><br>&lt;body lang=EN-US style='tab-interval:.5in'&gt;<br><br>&lt;div class=Section1&gt;<br><br>&lt;p class=MsoTitle&gt;My Fiji Vacation&lt;/p&gt;<br><br>&lt;p class=MsoNormal&gt;&lt;![if !supportEmptyParas]&gt;&nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;<br><br>&lt;p class=MsoNormal&gt;&lt;![if !supportEmptyParas]&gt;&nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;<br><br>&lt;p class=MsoNormal align=center style='text-align:center'&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype<br> id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"<br> path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;<br> &lt;v:stroke joinstyle="miter"/&gt;<br> &lt;v:formulas&gt;<br>  &lt;v:f eqn="if lineDrawn pixelLineWidth 0"/&gt;<br>  &lt;v:f eqn="sum @0 1 0"/&gt;<br>  &lt;v:f eqn="sum 0 0 @1"/&gt;<br>  &lt;v:f eqn="prod @2 1 2"/&gt;<br>  &lt;v:f eqn="prod @3 21600 pixelWidth"/&gt;<br>  &lt;v:f eqn="prod @3 21600 pixelHeight"/&gt;<br>  &lt;v:f eqn="sum @0 0 1"/&gt;<br>  &lt;v:f eqn="prod @6 1 2"/&gt;<br>  &lt;v:f eqn="prod @7 21600 pixelWidth"/&gt;<br>  &lt;v:f eqn="sum @8 21600 0"/&gt;<br>  &lt;v:f eqn="prod @7 21600 pixelHeight"/&gt;<br>  &lt;v:f eqn="sum @10 21600 0"/&gt;<br> &lt;/v:formulas&gt;<br> &lt;v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/&gt;<br> &lt;o:lock v:ext="edit" aspectratio="t"/&gt;<br>&lt;/v:shapetype&gt;&lt;v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:255.75pt;<br> height:192pt'&gt;<br> &lt;v:imagedata src="./My%20Fiji%20Vacation_files/image001.jpg" o:title="tropical_island2"/&gt;<br>&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;![if !vml]&gt;&lt;img width=341 height=256<br>src="./My%20Fiji%20Vacation_files/image002.jpg" v:shapes="_x0000_i1025"&gt;&lt;![endif]&gt;&lt;/p&gt;<br><br>&lt;p class=MsoNormal align=center style='text-align:center'&gt;&lt;![if !supportEmptyParas]&gt;&nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;<br><br>&lt;p class=MsoNormal align=center style='text-align:center'&gt;&lt;![if !supportEmptyParas]&gt;&nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;<br><br>&lt;p class=MsoNormal align=center style='text-align:center'&gt;&lt;![if !supportEmptyParas]&gt;&nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;<br><br>&lt;p class=MsoNormal&gt;My tropical vacation to Fiji was one of the most memorable<br>experiences of my life.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;I went<br>snorkeling, beach hopping, and explored the varied nightlife attractions that<br>the island has to offer.&lt;/p&gt;<br><br>&lt;p class=MsoNormal&gt;&lt;![if !supportEmptyParas]&gt;&nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;<br><br>&lt;p class=MsoNormal&gt;&lt;![if !supportEmptyParas]&gt;&nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;<br><br>&lt;/div&gt;<br><br>&lt;/body&gt;<br><br>&lt;/html&gt;<br>&lt;/xmp&gt;<br><br>End of Sample Code <br> <br>Creating the layout was obviously very easy with my word processor, but my content was way <br>too far down to be found easily by the search engines. Once I have edited the page in order to <br>move my content as high up as possible, this is what my code now looks like: <br><br>&lt;xmp&gt;<br>&lt;html&gt;&lt;head&gt;&lt;title&gt;My Fiji Vacation&lt;/title&gt;&lt;/head&gt;<br>&lt;body&gt;&lt;p&gt;&lt;center&gt;&lt;h1&gt;My Fiji Vacation&lt;/center&gt;&lt;/h1&gt;&lt;/p&gt;<br>&lt;p&gt;&lt;p&gt;&lt;center&gt;&lt;img src="image002.jpg"&gt;&lt;/center&gt;&lt;/p&gt;<br>&lt;p&gt;&lt;p&gt;&lt;p&gt;My tropical vacation to Fiji was one of the most memorable<br>experiences of my life.  I went snorkeling, beach hopping, and explored the varied nightlife attractions that the island has to offer.&lt;/p&gt;&lt;p&gt;&lt;p&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br>&lt;/xmp&gt;<br><br> <br>Believe it or not, this is actually the same webpage with all of the extraneous code removed! <br>What I did in a nutshell: <br>I removed anything in comments.  <br>This includes anything in between this code: &lt;-- and this one --&gt;<br> <br>This included the entire lengthy &lt;span&gt; section. (If it is a comment you wish to keep, consider moving it below your content so your content will be higher up on the page). <br>Any code of: &lt;p class=MsoNormal&gt; <br>(as long as there are no font changes in them) I changed to the simpler <br> <br>&lt;p&gt; &lt;/p&gt; <br><br>The lengthy center code: <br><br>&lt;p class=MsoNormal align=center style='text-align:center'&gt; <br><br>I replaced with:  &lt;center&gt;    &lt;/center&gt;<br>   <br>Even headings such as:  &lt;html&gt; and &lt;body&gt;<br>I tried to move onto single lines, and removed all extra blank spaces between codes. <br> <br>You may ask why I don't create the webpage in html, using an html editor to begin with. <br>Sometimes I do, but it is much easier to layout, move things around and tweak your page just <br>right using a word processor. <br> <br>Remember, any way that you can move the content of your page up higher, the better it is for <br>the search engines to understand what your page is all about.<br /><br />--<br />Kevin J. Mulholland's informational websites include: <br><a href="http://www.webhitcounterfree.com">Adding Free Hit Counters and More</a> <br>– How to add buttons, counters and professional-looking items to your webpage. <br><a href="http://www.freedomainnameandfreewebsitehosting.com">Hosting your website for free</a><br>– Step-by-step instructions for getting your files online (for free, of course).<br><br>Source: <a href="http://www.articletrader.com/">http://www.articletrader.com</a> ]]></description>
</item>
</channel>
</rss>
