<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Duplicate Ranking Issue</title>
	<atom:link href="http://www.brainstormblogs.com/duplicate-ranking-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainstormblogs.com/duplicate-ranking-issue/</link>
	<description>Internet And Affilliate Marketing Information &#38; Thoughts: The Real Deal!</description>
	<lastBuildDate>Wed, 29 Dec 2010 15:42:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dhira</title>
		<link>http://www.brainstormblogs.com/duplicate-ranking-issue/comment-page-1/#comment-1026</link>
		<dc:creator>Dhira</dc:creator>
		<pubDate>Fri, 16 Nov 2007 22:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstormblogs.com/duplicate-ranking-issue/#comment-1026</guid>
		<description>Hmmmm as an update it seems it is working. This post is number one in google monster for &quot;duplicate ranking issue&quot; :-) AND NOT THE HOME PAGE!!!

The All in one SEO helps preset the title tag for your posts [which you can change to include your main keyword(s)]

The sitemap plugin can assign priority to the posts over the home page, over the archives, over the category.

I think the setting of priorities on the sitemap plugin is the key, but since messing with it, all my posts somehow cause my home page to rank for terms, instead of the posts themselves... which was not the case before I started screwing around with those two plugins...
Most blogs I see have their posts rank for the title of the post.... not mine anymore..

But since reducin the value of the home page to like 0.2 and told it to crawl the hompage weekly and the posts daily, it seems that&#039;s causing the post to show up first now.... I may have solved it!!!!!!!!!!!!! Let&#039;s see if it holds true.</description>
		<content:encoded><![CDATA[<style type="text/css">
<!--</p>
<p>.WPMCL_link{</p>
<p>font-size: px;
}</p>
<p>-->
</style>
<style type="text/css">
<!--</p>
<p>#WPMCL_popup {
    background-attachment: fixed;
    background-color: white;
    border: 0.1em dashed black;
    font-family: "Verdana, Arial, Sans-Serif";
    font-size: 75%;
    margin: 0px;
    padding: 0.7em;
    position: absolute;
    spacing: 0em;
    visibility: hidden;
    width: 200px;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}</p>
<p>-->
</style>
<div id="WPMCL_popup"></div>
<p><script type="text/javascript">
<!--</p>
<p>var offsetxpoint = 0;
var offsetypoint = 0;
var closing_time_in_miliseconds = 100;
var ie = document.all;
var gecko = document.getElementById && !document.all;
var showing = false;
var moving = false;
var close_time = 0;
var popupw = document.getElementById ? document.getElementById("WPMCL_popup") : (document.all ? document.all["WPMCL_popup"] : "");</p>
<p>function WPMCL_msbody() {
    return (document.compatMode && document.compatMode != "BackCompat") ? document.documentElement : document.body;
}</p>
<p>function WPMCL_show_popup(e, thetext){
    if (popupw.innerHTML != undefined) {
        popupw.innerHTML = thetext;
        showing = window.event ? window.event.srcElement : e.currentTarget;
        newpopup = true;
        return false;
    }
}</p>
<p>function WPMCL_close_popup(){
    showing = false;
    moving = false;
    newpopup = false;
    close_time = 0;
    popupw.style.backgroundColor = "";
    popupw.style.left = "-10000px";
    popupw.style.visibility = "hidden";
    popupw.style.width = "";
}</p>
<p>function WPMCL_mouse_moved(e){
    if (showing && (newpopup || moving)){
        var curX = window.event ? window.event.clientX+WPMCL_msbody().scrollLeft : e.pageX;
        var curY = window.event ? window.event.clientY+WPMCL_msbody().scrollTop : e.pageY;
        var left_edge = offsetxpoint < 0 ? -offsetxpoint : -10000;
        var right_edge = ie && !window.opera ? WPMCL_msbody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20;
        var bottom_edge = ie && !window.opera ? WPMCL_msbody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20;</p>
<p>        if (right_edge < popupw.offsetWidth) {
            popupw.style.left = ie ? WPMCL_msbody().scrollLeft+event.clientX-popupw.offsetWidth+"px" : window.pageXOffset+e.clientX-popupw.offsetWidth+"px";
        } else if (curX < left_edge) {
            popupw.style.left = "5px";
        } else {
            popupw.style.left = curX+offsetxpoint+"px";
        }</p>
<p>        if (bottom_edge < popupw.offsetHeight) {
            popupw.style.top = ie ? WPMCL_msbody().scrollTop+event.clientY-popupw.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-popupw.offsetHeight-offsetypoint+"px";
        } else {
            popupw.style.top = curY+offsetypoint+"px";
            popupw.style.visibility = "visible";
        }
        newpopup = false;
    }</p>
<p>    if (showing && !moving){
            currentElement = window.event ? window.event.srcElement : e.target;
            while (currentElement.id != showing.id && currentElement.id != "WPMCL_popup" && currentElement.tagName != "BODY" && currentElement.tagName != "HTML"){
                currentElement = currentElement.parentElement ? currentElement.parentElement : currentElement.parentNode;
            }
            if (currentElement.id != showing.id && currentElement.id != "WPMCL_popup"){
                Now = new Date();
                Now_time = Now.getTime();
                if (!close_time) {
                    close_time = Now_time;
                } else if (Now_time - close_time >= closing_time_in_miliseconds) {
                    WPMCL_close_popup();
                }
            }
    }
}</p>
<p>document.onmousemove = WPMCL_mouse_moved;
document.onmousedown = Function("moving = true");
document.onmouseup = Function("moving = false");</p>
<p>-->
</script></p>
<p>Hmmmm as an update it seems it is working. This post is number one in google monster for &#8220;duplicate ranking issue&#8221; :-) AND NOT THE HOME PAGE!!!</p>
<p>The All in one SEO helps preset the title tag for your posts [which you can change to include your main keyword(s)]</p>
<p>The sitemap plugin can assign priority to the posts over the home page, over the archives, over the category.</p>
<p>I think the setting of priorities on the sitemap plugin is the key, but since messing with it, all my posts somehow cause my home page to rank for terms, instead of the posts themselves&#8230; which was not the case before I started screwing around with those two plugins&#8230;<br />
Most blogs I see have their posts rank for the title of the post&#8230;. not mine anymore..</p>
<p>But since reducin the value of the home page to like 0.2 and told it to crawl the hompage weekly and the posts daily, it seems that&#8217;s causing the post to show up first now&#8230;. I may have solved it!!!!!!!!!!!!! Let&#8217;s see if it holds true.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

