// // Create a fake order ID using the current // time and the unique identifier that GA uses to // track this visitor. // var timeObj = new Date; var unixTimeMs = timeObj.getTime(); var unixTime = parseInt(unixTimeMs / 1000); var orderID = pageTracker._visitCode() + '-' + unixTime; // // This function assigns order values depending // on what has been clicked and submits the transaction // function subscriptiontracker(subtype,value) { pageTracker._addTrans( orderID, // Order ID "", // Affiliation value, // Total "", // Tax "", // Shipping "", // City "", // State "" // Country ); pageTracker._addItem( orderID, // Order ID subtype, // SKU subtype, // Product Name "blog", // Category value, // Price "1" // Quantity ); pageTracker._trackTrans(); alert("Test successful"); }

Editing Blogger’s page title for SEO

by Kevin Gibbons on September 15, 2006

I updated my blog a while ago to edit the Blogger titles for SEO reasons. Now after being a bit worried about the number of Google supplemental results being displayed for my blog (although this could be for any number of reasons, especially as the domain is new) I decided to remove the blog title from the page title of all posts.

For example the previous page title for this post would have been:
Internet Marketing Blog: Editing Blogger’s page title for SEO

Now it will instead remove the title and display:
Editing Blogger’s page title for SEO

This is done using the code below and should help the SEO of the blog to use better titles as it will remove the irrelevant title keywords and should also help to make each page appear more unique which I hope will remove the pages from the supplemental index.

<title>
<MainOrArchivePage><$BlogTitle$></MainOrArchivePage>
<ItemPage><Blogger><$BlogItemTitle$></Blogger></ItemPage>
</title>

No related posts.

Struggling to make your online marketing sparkle?

SEOptimise SEO

If you liked this post, you'll love what we can do with your SEO, PPC and online marketing campaigns. You can have the authors of this blog work directly on your campaigns!

{ 1 comment… read it below or add one }

Corey 03.20.08 at 12:25 pm

Thanks for the tip! It worked nicely :)

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>