Hello Amit!
In DI, the meta tags - meta name="Description" and meta name="keywords" - changes with every post?
How to do that in blogger?
Hello Amit!
In DI, the meta tags - meta name="Description" and meta name="keywords" - changes with every post?
How to do that in blogger?
i know that, but not sure.. if i should be sharing it...
If amit shares it..that would be great. but i can't.
:(
sorry
on other note
here it is
<META expr:content='"" + data:blog.pageTitle' (add the attribute here)/>
Thanks for sharing! The meta tag "Description" is what you told.
What about the meta tag "keywords"?
How to give specific keywords for each post as done in DI? Amit sir, can you please share?
What attribute has to be entered?
Can anyone explain with an example?
<meta expr:content='"" + data:blog.pageTitle' name='Description'/>
I think this will help you.
But, how to add specific keywords for each post?
First of all DI uses a classic template.
Its coding would be different.
the above listed code will only add the title of the post to description n before that, some text, not what few people would be looking for.
For adding different keywords, you can again use the item page hack but that means all your posts will have one & the homepage will have another.
I'll be keen to know any other alternative
Thanks for sharing
If you are on WP - use "All in one SEO" plugin (google and you'll get it) to give unique meta data (KW and Desc) to every page.
This may be done for WP users
<meta name="description" content="<?php if ( is_single() ) {
single_post_title('', true);
} else {
bloginfo('name'); echo " - "; bloginfo('description');
}
?>" />
Thanks for sharing.
<script type="text/javascript"><!--
google_ad_client = "pub-7168830350675404";
/* 160x600, created 4/20/08 */
google_ad_slot = "0301899586";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Or Like this one.
The Free SEM Critique includes an automated scan of your website and an evaluation of links pointing to your website. Focal points in the free critique include:
Unique Title Tags
Unique Meta Descriptions
HTML Validation (W3C.org)
301 Redirects
Custom 404 Detection
Static Sitemap Detection
This Free SEM Critique is a perfect tool for webmasters to identify a few common obstacles that may be preventing higher search engine rankings.
You must log in to post.