HighDots Forums  

How other search engines see Blogger conditional tags - SEO

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss How other search engines see Blogger conditional tags - SEO in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Silver Fox
 
Posts: n/a

Default How other search engines see Blogger conditional tags - SEO - 09-09-2006 , 10:10 PM






Hi there

I've decided to try and tweak my blogger blog by using the built-in
blogger conditional tags.

What I'm trying to do is have a targeted title, description, and set of
keywords unique to each post.

What i've done:

/* This section would only be processed for the main blog page */

<MainOrArchivePage>
<title><$BlogTitle$></title>
<meta name="description" content="My text description would go here"
/>
<meta name="keywords" content="My text keywords would go here" />
</MainOrArchivePage>

/* This section would only be processed for the individual post pages
*/

<Blogger>
<ItemPage>
<BlogItemTitle>
<title><$BlogItemTitle$></title>
<meta name="description" content="<$BlogItemTitle$>" />
<meta name="keywords" content="<$BlogItemTitle$>" />
</BlogItemTitle>
</ItemPage>
</Blogger>

In the second example what I'm doing is assigning my blog post title to
the DESCRIPTION meta tag, and also to the KEYWORD tag. My blog post
titles will be created from keywords relating to whatever I happen to
be writing about.

This works great from what I was able to see using a META analysis
tool. I'm getting very high title/description to content relevancy.
What I'm wondering is how MSN, Yahoo, and other SE's would treat the
tags seeing as how they are burried in the conditional tags. Some META
analysis sites don't show anything for the DESCIRPTION and TITLE tags

Any suggestions? What if I also included an additional set of
DESCRIPTION/TITLE tags outside the conditional tags - after or before
the code I've listed above.

Thanks....


Reply With Quote
  #2  
Old   
David
 
Posts: n/a

Default Re: How other search engines see Blogger conditional tags - SEO - 09-10-2006 , 11:20 AM






On 9 Sep 2006 19:10:52 -0700, "Silver Fox" <usedforgg (AT) gmail (DOT) com>
wrote:

Quote:
/* This section would only be processed for the main blog page */

MainOrArchivePage
title><$BlogTitle$></title
meta name="description" content="My text description would go here"
/
meta name="keywords" content="My text keywords would go here" /
/MainOrArchivePage

/* This section would only be processed for the individual post pages
*/

Blogger
ItemPage
BlogItemTitle
title><$BlogItemTitle$></title
meta name="description" content="<$BlogItemTitle$>" /
meta name="keywords" content="<$BlogItemTitle$>" /
/BlogItemTitle
/ItemPage
/Blogger
I've been using something like the above for ages.

<head>
<MainOrArchivePage><title><$BlogPageTitle$></title></MainOrArchivePage>
<ItemPage><Blogger><Title><$BlogItemTitle$></title></Blogger></ItemPage>
<meta name="description"
content="<MainOrArchivePage><$BlogPageTitle$></MainOrArchivePage><ItemPage><Blogger><$BlogItemTit le$></Blogger></ItemPage>">
<meta name="keywords"
content="<MainOrArchivePage><$BlogPageTitle$></MainOrArchivePage><ItemPage><Blogger><$BlogItemTit le$></Blogger></ItemPage>">

Works in the sense you get unique titles, but I'm not seeing a great
deal of SERPs from blogspot blogs. Also I find if you use the
individual post pages because the same post is archived in full on
monthly or similar pages it really messes with the sites indexing (too
much duplicate content). Weird that Google would do this with Blogspot
when they own it, they must have known it would cause an indexing
issue!

If you are hosting on your own domain look at WordPress
http://wordpress.org/, much better especially if you use plugins like
http://dev.wp-plugins.org/wiki/PostTeaser (creates post snippets for
archive pages) so you don't have the full post archived on monthly
type pages like you do with Blogspot.

David
--
WordPress Themes with AdSense ads
http://www.morearnings.com/category/wordpress-themes/
AdSense Tips http://www.morearnings.com/2006/05/08/adsense-revenue/


Reply With Quote
  #3  
Old   
www.1-script.com
 
Posts: n/a

Default Re: How other search engines see Blogger conditional tags - SEO - 09-10-2006 , 10:06 PM



David wrote:

Quote:
meta name="keywords"
content="<MainOrArchivePage><$BlogPageTitle$></MainOrArchivePage><ItemPage><Blogger><$BlogItemTit le$></Blogger></ItemPage>"

Didn't you forget the commas to separate the tags? I am not a huge
Blogspot fan, so correct me if I'm wrong, but doesn't that construct
create a SINGLE humongous non-existing keyword rendering all your effort
pointless?

--
Cheers,
Dmitri
See Site Sig Below



--
+------------------------------------------------+
Quote:
Follow alt.internet.search-engines threads |
with your Firefox Live Bookmarks! Set it up at |
http://www.1-script.com/forums/ |
+------------------------------------------------+



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.