<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Google SEO help needed a big thanks &amp;amp; another question in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29131#M13471</link>
    <description>&lt;P&gt;Had a look at the site (it's not bad for a beginer by the way) and ran it through the W3C &lt;A target="_blank" href="http://validator.w3.org/"&gt;&lt;SPAN&gt;Markup Validation Service&lt;/SPAN&gt;&lt;/A&gt;﻿ as I suspected your website has numerous errors that prevent it from validating. These are not your fault, the problem is with the way that the site building package has assembled the source code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I must stress that the source code is perfectly acceptable and should work fine on any modern web browser. I've checked it on IE9, Firefox and Chrome but not Safari on a Mac and aside from a few minor cross browser niggles it's all good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Furthermore Google will have no trouble indexing your site, though it does help speed things up if you submit a sitemap to them. Annoyingly this is not part of Analytics and the option is in the 'Webmaster Tools' section of your Google account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why it fails validation is not easy to explain but it is largely due to the fact that the 'inline' style favouerd by website building packages makes very bloated and long winded reading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example with a site builder every time you create a new paragraph the site builder adds styling information to that specific paragraph. Telling it what font to use , what size, text colour, specifying line hieghts, background colour and so on every time one is created.&amp;nbsp; As all your paragraphs look the same across the site so the same information is repeated over and over again. Using empty paragraphs to achieve spacing is also something it loathes with a passion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What the validation service would ideally like to see is a single statement saying basically &lt;EM&gt;'All paragraphs look like this',&lt;/EM&gt; so you have one set of instructions being used repeatedly. This makes for smaller file sizes and it also means that to change the appearence of every paragraph requires changing just one line of code not dozens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sadly the ability to write this more elegant kind of source code is beyond the capabilities of a WYSIWYG (what you see is what you get) site builder and you need to either learn HTML and CSS yourself from the ground up or hire somebody who has has gone grey with the stress of learining it already.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2011 22:22:45 GMT</pubDate>
    <dc:creator>Sogo7</dc:creator>
    <dc:date>2011-08-09T22:22:45Z</dc:date>
    <item>
      <title>Google SEO help needed</title>
      <link>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29077#M13465</link>
      <description>&lt;P&gt;I have a BT hosted website using easysite pro.&amp;nbsp; I am not at all technical so really need help in plain english.&amp;nbsp; I am trying to use the google SEO and it says:&lt;/P&gt;&lt;DIV class="taghelp"&gt;"1. Control and tracking script&lt;P&gt;Place the control and tracking script immediately after the opening &lt;SPAN&gt;&amp;lt;head&amp;gt;&lt;/SPAN&gt; tag in your original page's source code. Do not put this script in a shared header, or in any file other than the original page."&lt;/P&gt;&lt;P&gt;I do not understand what it means, where do I paste this?&amp;nbsp; I do not understand "source code" do I have one and if so on the easy site where do I find this?&lt;/P&gt;&lt;P&gt;Please help!!!!!!&lt;/P&gt;&lt;P&gt;Angela&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Aug 2011 17:38:22 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29077#M13465</guid>
      <dc:creator>odinnovations</dc:creator>
      <dc:date>2011-08-08T17:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Google SEO help needed</title>
      <link>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29083#M13466</link>
      <description>&lt;P&gt;Hi Angela,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look for a tab marked view or&amp;nbsp; HTML view, I forget which one it is as I don't code my sites using that particular package however somewhere there is a button that will switch the view from the graphical design (What you see is what you get) layout to the source code.. computers have no eyes so must use words&amp;nbsp; to describe what needs doing that's all source code is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you are looking for will be somewhere in the top half of the text and looks like this..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&amp;lt;/head&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that's the closing tag, so your tracking code goes like this..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript" ﻿&amp;gt;&lt;/P&gt;&lt;P&gt;var _gaq = _gaq || [];&lt;BR /&gt;&amp;nbsp; _gaq.push(['_setAccount', 'UA-xxxxxxxxxx']);// use your own tracking code&lt;BR /&gt;&amp;nbsp; _gaq.push(['_trackPageview']);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; (function() {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ga.src=('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);&lt;BR /&gt;&amp;nbsp; })();﻿&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&amp;lt;/head&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have fun, we'll make a webmistress of you yet!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2011 18:57:29 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29083#M13466</guid>
      <dc:creator>Sogo7</dc:creator>
      <dc:date>2011-08-08T18:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Google SEO help needed</title>
      <link>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29099#M13467</link>
      <description>&lt;P&gt;Everything Sogo7 says looks good, as far as I can tell, the option you are looking for is called "edit head tag" and it is in the easy site wizard on the top center in the editor. The button looks like two gears and if you click it it will give you access to the HTML/CSS for the site and menu as well and the meta and head tag.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2011 23:46:25 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29099#M13467</guid>
      <dc:creator>duskjome</dc:creator>
      <dc:date>2011-08-08T23:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Google SEO help needed a big thanks &amp; another question</title>
      <link>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29121#M13468</link>
      <description>&lt;P&gt;First can I thank&lt;/P&gt;&lt;DIV class="lia-message-author-username"&gt;&lt;SPAN&gt;&lt;A target="_self" href="http://business.forums.bt.com/t5/user/viewprofilepage/user-id/6617"&gt;&lt;SPAN&gt;Sogo7&lt;/SPAN&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-author-rank"&gt;Power User&lt;/DIV&gt;&lt;DIV class="lia-message-author-avatar"&gt;&lt;DIV class="UserAvatar lia-user-avatar lia-component-common-widget-user-avatar"&gt;&lt;A target="_self" href="http://business.forums.bt.com/t5/user/viewprofilepage/user-id/6617"&gt;&lt;IMG border="0" title="Sogo7" src="http://business.forums.i.bt.com/t5/image/serverpage/avatar-name/blockhead/avatar-theme/legacyclassic/avatar-collection/robots/avatar-display-size/message" alt="Sogo7" /&gt;&lt;/A&gt;&amp;nbsp;and&lt;DIV class="lia-message-author-username"&gt;&lt;SPAN&gt;&lt;IMG border="0" title="BT Partner" src="http://business.forums.i.bt.com/btb/i/rank_icons/BT-Icon_sm.gif" alt="BT Partner" /&gt;&lt;A target="_self" href="http://business.forums.bt.com/t5/user/viewprofilepage/user-id/3617"&gt;&lt;SPAN&gt;duskjome&lt;/SPAN&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-author-rank"&gt;BT Partner&lt;/DIV&gt;&lt;DIV class="lia-message-author-avatar"&gt;&lt;DIV class="UserAvatar lia-user-avatar lia-component-common-widget-user-avatar"&gt;&lt;A target="_self" href="http://business.forums.bt.com/t5/user/viewprofilepage/user-id/3617"&gt;&lt;IMG border="0" title="duskjome" src="http://business.forums.i.bt.com/t5/image/serverpage/avatar-name/wizard/avatar-theme/legacyclassic/avatar-collection/characters/avatar-display-size/message" alt="duskjome" /&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class="UserAvatar lia-user-avatar lia-component-common-widget-user-avatar"&gt;For their help, all in easy to understand language.&amp;nbsp; I have spent the morning adding the google tags however when I tried to validate the experiment it kept telling me that I had pasted something wrong in the control page.&amp;nbsp; I must have copied and pasted their text 20 times.&amp;nbsp; All other pages are right &amp;amp; validated.&amp;nbsp; I have checked that I copied the correct text but still no go.&amp;nbsp; Any suggestions?&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="UserAvatar lia-user-avatar lia-component-common-widget-user-avatar"&gt;From a very irritated Angela&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Aug 2011 13:33:39 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29121#M13468</guid>
      <dc:creator>odinnovations</dc:creator>
      <dc:date>2011-08-09T13:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Google SEO help needed a big thanks &amp; another question</title>
      <link>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29123#M13469</link>
      <description>&lt;P&gt;OK, this page that does not validate.. are you able to upload it to the web where we&amp;nbsp; can take a look at it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other thing to remember that it is not vital for a webpage to comform&amp;nbsp; with the rules of strict validation. It's the computer equivelent of writing an essay in pitman shorthand and being marked down for bad grammar and punctuation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the page works and looks the way you want that's all you need be worried about.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2011 15:41:52 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29123#M13469</guid>
      <dc:creator>Sogo7</dc:creator>
      <dc:date>2011-08-09T15:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Google SEO help needed a big thanks &amp; another question</title>
      <link>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29125#M13470</link>
      <description>&lt;P&gt;Not sure what you mean by take a look, the website is odinnovations.org.uk&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2011 15:56:45 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29125#M13470</guid>
      <dc:creator>odinnovations</dc:creator>
      <dc:date>2011-08-09T15:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Google SEO help needed a big thanks &amp; another question</title>
      <link>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29131#M13471</link>
      <description>&lt;P&gt;Had a look at the site (it's not bad for a beginer by the way) and ran it through the W3C &lt;A target="_blank" href="http://validator.w3.org/"&gt;&lt;SPAN&gt;Markup Validation Service&lt;/SPAN&gt;&lt;/A&gt;﻿ as I suspected your website has numerous errors that prevent it from validating. These are not your fault, the problem is with the way that the site building package has assembled the source code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I must stress that the source code is perfectly acceptable and should work fine on any modern web browser. I've checked it on IE9, Firefox and Chrome but not Safari on a Mac and aside from a few minor cross browser niggles it's all good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Furthermore Google will have no trouble indexing your site, though it does help speed things up if you submit a sitemap to them. Annoyingly this is not part of Analytics and the option is in the 'Webmaster Tools' section of your Google account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why it fails validation is not easy to explain but it is largely due to the fact that the 'inline' style favouerd by website building packages makes very bloated and long winded reading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example with a site builder every time you create a new paragraph the site builder adds styling information to that specific paragraph. Telling it what font to use , what size, text colour, specifying line hieghts, background colour and so on every time one is created.&amp;nbsp; As all your paragraphs look the same across the site so the same information is repeated over and over again. Using empty paragraphs to achieve spacing is also something it loathes with a passion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What the validation service would ideally like to see is a single statement saying basically &lt;EM&gt;'All paragraphs look like this',&lt;/EM&gt; so you have one set of instructions being used repeatedly. This makes for smaller file sizes and it also means that to change the appearence of every paragraph requires changing just one line of code not dozens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sadly the ability to write this more elegant kind of source code is beyond the capabilities of a WYSIWYG (what you see is what you get) site builder and you need to either learn HTML and CSS yourself from the ground up or hire somebody who has has gone grey with the stress of learining it already.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2011 22:22:45 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29131#M13471</guid>
      <dc:creator>Sogo7</dc:creator>
      <dc:date>2011-08-09T22:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Google SEO help needed a big thanks &amp; another question</title>
      <link>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29139#M13472</link>
      <description>&lt;P&gt;Thanks for all your help&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 09:18:04 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Google-SEO-help-needed/m-p/29139#M13472</guid>
      <dc:creator>odinnovations</dc:creator>
      <dc:date>2011-08-10T09:18:04Z</dc:date>
    </item>
  </channel>
</rss>

