Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How other search engines see Blogger conditional tags - SEO

0 views
Skip to first unread message

Silver Fox

unread,
Sep 9, 2006, 10:10:52 PM9/9/06
to
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....

David

unread,
Sep 10, 2006, 11:20:59 AM9/10/06
to
On 9 Sep 2006 19:10:52 -0700, "Silver Fox" <used...@gmail.com>
wrote:

>/* 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><$BlogItemTitle$></Blogger></ItemPage>">
<meta name="keywords"
content="<MainOrArchivePage><$BlogPageTitle$></MainOrArchivePage><ItemPage><Blogger><$BlogItemTitle$></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/

www.1-script.com

unread,
Sep 10, 2006, 10:06:36 PM9/10/06
to
David wrote:

> <meta name="keywords"
content="<MainOrArchivePage><$BlogPageTitle$></MainOrArchivePage><ItemPage><Blogger><$BlogItemTitle$></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

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

0 new messages