<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="" type="text/css"?>

<Channel xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:dcterms="http://purl.org/dc/terms/"
         xmlns="http://purl.org/net/rss1.1#"
         xmlns:p="http://purl.org/net/rss1.1/payload#"
         rdf:about="http://www.steampunklaboratory.com/projects/ongoing-project-blogs/blog-website-design-in-plone/website-design-blog">

    <title>Website Design Blog</title>
    <link>http://www.steampunklaboratory.com/projects/ongoing-project-blogs/blog-website-design-in-plone/website-design-blog</link>

    <description>A blog detailing my efforts, discoveries, etc concerning website design</description>

    <image rdf:parseType="Resource">
        <title>Website Design Blog</title>
        <url>http://www.steampunklaboratory.com/logo.png</url>
    </image>

    <items rdf:parseType="Collection">
        
        <item rdf:about="http://www.steampunklaboratory.com/projects/ongoing-project-blogs/blog-website-design-in-plone/website-design-blog/archive/2008/07/25/google-rankings">
            <title>Google Rankings</title>
            <link>http://www.steampunklaboratory.com/projects/ongoing-project-blogs/blog-website-design-in-plone/website-design-blog/archive/2008/07/25/google-rankings</link>
            <description>A quick note about how to determine one's rankings in Google.</description>
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal">
<p><a title="rankings" class="internal-link" href="topic_images/rankings.PNG">rankings</a>I discovered a fun trick last night....</p>
<p>To observe the statistics of your site (search rankings, traffic, etc), create a google account (e.g. Gmail).&nbsp; Then go to:</p>
<p>&nbsp;<a class="external-link" href="http://www.google.com/webmasters/start">http://www.google.com/webmasters/start</a> <span class="a"><br /></span></p>
<p><span class="a">and log in.</span></p>
<p>Google will then ask you to "verify" that you are the owner of the website for which you want to see the traffic.&nbsp; You can either do this by adding a metatag into the code of your index.html file, or you can upload a file with a codename they give you.&nbsp;</p>
<p>Since Plone doesn't really work on HTML or have an index.html page, I created an empty text file with the filename given to me by Google on that verification page.&nbsp; I tried to upload that to this site, but Plone objected that the file was empty.&nbsp; So I just added the html tag &lt;head&gt;, and uploaded that.&nbsp;</p>
<p>Then I clicked on the "Verify" button at Google, and apparently it checks to see if you added a file titled with the code they provide you (thereby implying that you are the owner of the site).&nbsp; It worked fine, and I was immediately privy to all sorts of interesting aspects of Google's ranking of this page - the top 100 keywords, the traffic each week/month, etc.&nbsp; Very very cool.&nbsp; A few sample screencaps below:</p>
<p>&nbsp;<img class="image-inline" src="topic_images/rankings.PNG" alt="" height="355" width="826" /></p>
<p>&nbsp;</p>
<p>&nbsp;<img class="image-inline" src="topic_images/rankings2.PNG" alt="" height="464" width="831" /></p>
<p>&nbsp;</p>
<p>&nbsp;<img class="image-inline" src="topic_images/rankings3.PNG" alt="" height="393" width="838" /></p>
<p>However, I noticed that the "verification" file that I uploaded to Plone was visible as a new tag at the top of the page.&nbsp; Harmless, but uncosmetic (pic below).&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<img class="image-inline" src="topic_images/verify.PNG" alt="" height="242" width="541" /></p>
<p>&nbsp;</p>
<p>However, since it's a file (and not a "folder") I couldn't really make it "private".&nbsp; So to prevent it from being seen, I went to the main Plone page, switched to Contents view, and got the listing of all the objects at the root folder.&nbsp; I then clicked on the "verification file" and chose "change state".</p>
<p>&nbsp;<img class="image-inline" src="topic_images/contents3.png" alt="" height="391" width="679" /></p>
<p>&nbsp;</p>
<p>In the "change state" window, you are allowed to add a date which will "publish" the file, or a date after which it will "expire", and become invisible.&nbsp; I entered a date prior to today a chose "expire", and it automatically made the file "invisible".&nbsp; Google rankings can still see it (since it's still "there"), but it's not displayed in the Plone site, so regular people browsing the site won't see it.&nbsp; That's just what I wanted.</p>
<p><br /><span class="a"></span></p>
</p:payload>
            <dc:date>2008-07-25T08:25:00-05:00</dc:date>
            <dcterms:modified>2008-07-28T12:09:19-05:00</dcterms:modified>
            <dc:creator>Alex</dc:creator>
            
            
            <dc:subject>google</dc:subject>
            
            
            <dc:subject>plone</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://www.steampunklaboratory.com/projects/ongoing-project-blogs/blog-website-design-in-plone/website-design-blog/archive/2008/06/12/website-design">
            <title>Website design</title>
            <link>http://www.steampunklaboratory.com/projects/ongoing-project-blogs/blog-website-design-in-plone/website-design-blog/archive/2008/06/12/website-design</link>
            <description>First post about website design</description>
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal">
<p>I decided to start blogging about designing this (and other) websites when I discovered that, with an internet connection, a capacity to learn, and some patience, anyone can create a website.&nbsp; This is how I started mine.</p>
<p>&nbsp;</p>
</p:payload>
            <dc:date>2008-06-12T08:37:06-05:00</dc:date>
            <dcterms:modified>2008-06-12T08:37:06-05:00</dcterms:modified>
            <dc:creator>Alex</dc:creator>
            
        </item>
        
    </items>
</Channel>


