<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Affiliate Website Marketing Support &#187; SEO</title>
	<atom:link href="http://blog.onlinesite.com.au/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.onlinesite.com.au</link>
	<description>Affiliate website marketing SEO support web-blog</description>
	<lastBuildDate>Tue, 07 Feb 2012 03:19:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Improved Search Engine Placement</title>
		<link>http://blog.onlinesite.com.au/improved-search-engine-placement/</link>
		<comments>http://blog.onlinesite.com.au/improved-search-engine-placement/#comments</comments>
		<pubDate>Fri, 21 May 2010 09:41:00 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.onlinesite.com.au/improved-search-engine-placement/</guid>
		<description><![CDATA[You probably know that you need to improve your search engine placement in order to get more traffic to your niche website site, regardless of what niche that website is in. It does not matter whether your site talks about diets, health concerns, investing, technology, dating or anything else. You just need to get other [...]]]></description>
			<content:encoded><![CDATA[<p>You probably know that you need to <a href="http://www.neurolinker.com/articles/improved-search-engine-placement.php">improve your search engine placement</a> in order to get more traffic to your niche website site, regardless of what niche that website is in. It does not matter whether your site talks about diets, health concerns, investing, technology, dating or anything else. You just need to get other websites, especially those in the same niche, to link to you. Yes, the traditional ways that everyone uses, like blog commenting, forum posting, and articles all do indeed work. You will need to spend some time doing these. But you can also get a big jump start on the competition by using backlink networks as well. These networks, like Neurolinker, Linkvana, and so on, all allow you to get backlinks automatically with very little effort. Yes they cost money but they save a TON of time. How much is your time worth?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.onlinesite.com.au/improved-search-engine-placement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astracker &#8211; Site Super Tracker In Error</title>
		<link>http://blog.onlinesite.com.au/astracker-site-super-tracker-in-error/</link>
		<comments>http://blog.onlinesite.com.au/astracker-site-super-tracker-in-error/#comments</comments>
		<pubDate>Wed, 20 May 2009 02:19:51 +0000</pubDate>
		<dc:creator>dovada</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[astracker]]></category>

		<guid isPermaLink="false">http://onlinesite.com.au/blog/astracker-site-super-tracker-in-error/</guid>
		<description><![CDATA[Has Astracker or as it is now called SiteSuper Tracker stopped working for the google adsense tracking.
About six months ago my adsense tracking report using Astracker started to decline and the amount of  tracked listings was dramatically dropping.
This loss of information affected all the useful features like keyword reports, referrer sites etc simply because the [...]]]></description>
			<content:encoded><![CDATA[<p>Has Astracker or as it is now called SiteSuper Tracker stopped working for the google adsense tracking.</p>
<p>About six months ago my adsense tracking report using Astracker started to decline and the amount of  tracked listings was dramatically dropping.</p>
<p>This loss of information affected all the useful features like keyword reports, referrer sites etc simply because the data was nolonger being picked up and listed under the adsense tab.</p>
<p>The decline of these adsense listings continued to a point whereby if I was lucky I would have only half a dozen adsense listings per day out of thousands I knew were coming in.</p>
<p>Having checked the internet forums and support at SuperSite Tracker I could find no information as to why this was happening. I noticed a couple of others were having similar problems but no solutions were to be found.</p>
<p>I had all but given up using the Astracker tool when I thought I would try to trace the clicks through the software by monitoring the data that was being picked up and being checked.</p>
<p>Yep the data was being picked up alright, but there was a point where the data was being ignored and subsequently not being processed.</p>
<p>That point was where the software was looking for &#8216;googlesyndication.com&#8217; on line 123 of the ast.php file.</p>
<p>The problem was google recently changed the name of the site handling its adsense from googlesyndication.com to a new name called &#8216;googleads.g.doubleclick.net&#8217; and of course the software was not looking for this new name &#8216;googleads.g.doubleclick.net&#8217; and walla no adsense listing were being stored under the adsense tag.</p>
<p>The line of code in the ast.php file which was causing the problem was:</p>
<p>isg = elements[i].src.indexOf(&#8216;googlesyndication.com&#8217;);</p>
<p>So by changing this line to now read:</p>
<p>isg = elements[i].src.indexOf(&#8216;googleads.g.doubleclick.net&#8217;);</p>
<p>allowed the calling of the at.php file with the adsense data through the</p>
<p>function ast_createBug(clk, d){</p>
<p>Now at least the adsense data was available to be processed but one last change was needed in the at.php line 56 where the command line</p>
<p>if($host==&#8221;googlesyndication.com&#8221;){ had to be changed to read:</p>
<p>if($host==&#8221;googleads.g.doubleclick.net&#8221;){</p>
<p>The adsense tag in the SiteSuper Tracker immediately started to fill up again and things began to operate normally.</p>
<p>This information should help those Astraker users who have become frustrated with the SiteSuper Tracker software.</p>
<p>Please leave your comment about/or if this information helps to restore your Astracker software functionality, It would have been far easier and saved me a lot of time if support at SiteSuper Tracker had provided this information in their FAQ&#8217;s but nevertheless its available for you all here today.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.onlinesite.com.au/astracker-site-super-tracker-in-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

