<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>| Blogger Tips And Tricks|Latest Tips For Bloggers</title>
	<atom:link href="https://www.bloggertipandtrick.net/tutorials/meta-tags/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Blogger Tips And Tricks&#124;Latest Tips For Bloggers</description>
	<lastBuildDate>Mon, 28 Jul 2025 14:29:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Hide a Web Page from Search Engines</title>
		<link>https://www.bloggertipandtrick.net/hide-webpage-from-search-engines/</link>
					<comments>https://www.bloggertipandtrick.net/hide-webpage-from-search-engines/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 03:32:09 +0000</pubDate>
				<category><![CDATA[meta tags]]></category>
		<category><![CDATA[seo]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=6229</guid>

					<description><![CDATA[<p>If you want to prevent a specific web page from appearing in search engine results, add the following meta tag inside the &#60;head&#62; section of that webpage, ideally just after the opening &#60;head&#62; tag: &#60;meta name='robots' content='noindex,nofollow'/&#62; How to Use it in Blogger? If you're using Blogger, go to Theme → Edit HTML of your [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/hide-webpage-from-search-engines/">How to Hide a Web Page from Search Engines</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/How-to-Hide-a-Web-Page-from-Search-Engines.jpg" alt="How to Hide a Web Page from Search Engines" width="1536" height="806" class="singular-featured-image alignnone size-full wp-image-7206" srcset="https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/How-to-Hide-a-Web-Page-from-Search-Engines.jpg 1536w, https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/How-to-Hide-a-Web-Page-from-Search-Engines-768x403.jpg 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></p>
<p>If you want to prevent a specific web page from appearing in <strong>search engine results</strong>, add the following meta tag <strong>inside the &lt;head&gt;</strong> section of that webpage, ideally <strong>just after</strong> the opening &lt;head&gt; tag:</p>
<pre style="border: 1px solid black; overflow: auto; font-size: 110%;">&lt;meta name='robots' content='noindex,nofollow'/&gt;</pre>
<h2>How to Use it in Blogger?</h2>
<p>If you're using Blogger, go to <strong>Theme</strong> → <strong>Edit HTML</strong> of your blog and insert the above code inside the <strong>&lt;head&gt;</strong> section.</p>
<p><strong>Note:</strong> If you add this meta tag directly into your Blogger template, it will hide your entire blog from search engines.</p>
<h3>How to Hide Only a Specific Blogger Page or Post?</h3>
<p>If you only want to hide a <strong>specific Blogger page or post</strong> from search engine results(for example, the "Advertise" page), use the conditional tag below to apply the meta tag only to that page:</p>
<pre style="border: 1px solid black; overflow: auto; font-size: 110%;">&lt;b:if cond='data:blog.url == &quot;<span style="color: #ff0000;">https://YOURBLOG.blogspot.com/p/advertise.html</span>&quot;'&gt; 
&lt;meta name='robots' content='noindex,nofollow'/&gt;
&lt;/b:if&gt;</pre>
<p>Remember to replace "<span style="color: #ff0000;">https://YOURBLOG.blogspot.com/p/advertise.html</span>" with your actual post or page URL.</p>
<p><strong>Important:</strong></p>
<p>If you're using a full URL like <strong>https://YOURBLOG.blogspot.com/p/advertise.html</strong>, make sure <strong>HTTPS Redirect</strong> is enabled. Otherwise, the meta tag won't load for visitors using the non-HTTPS (http://) version of the page.</p>
<p><strong>To enable HTTPS Redirect in Blogger:</strong></p>
<ol>
<li>Go to your <strong>Blogger Dashboard</strong></li>
<li>Click <strong>Settings</strong></li>
<li>Scroll down to the <strong>HTTPS</strong> section</li>
<li>Set <strong>"HTTPS Redirect"</strong> to <strong>ON</strong></li>
</ol>
<p>This ensures all visitors are automatically redirected to the secure HTTPS version of your blog, so your conditional tags work correctly.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/hide-webpage-from-search-engines/">How to Hide a Web Page from Search Engines</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/hide-webpage-from-search-engines/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Redirect a Blogger Post to Another URL</title>
		<link>https://www.bloggertipandtrick.net/redirect-blogger-post-to-another-url/</link>
					<comments>https://www.bloggertipandtrick.net/redirect-blogger-post-to-another-url/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Wed, 18 Jun 2025 02:32:00 +0000</pubDate>
				<category><![CDATA[html]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[seo]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/12/how-to-redirect-a-blogger-post-to-another-url.html</guid>

					<description><![CDATA[<p>Do you wish to redirect a specific Blogger post to another page or an external URL? Whether you're retiring a post, upgrading your structure, or simply improving navigation, there's a simple and effective way that works perfectly on Blogger. 1. Go to "Edit HTML" page of your Blogger blog. 2. Scroll down to where you [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/redirect-blogger-post-to-another-url/">How To Redirect a Blogger Post to Another URL</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2009/12/How-To-Redirect-a-Blogger-Post-to-Another-URL.jpg" alt="How To Redirect a Blogger Post to Another URL" width="1536" height="806" class="singular-featured-image alignnone size-full wp-image-7175" srcset="https://www.bloggertipandtrick.net/wp-content/uploads/2009/12/How-To-Redirect-a-Blogger-Post-to-Another-URL.jpg 1536w, https://www.bloggertipandtrick.net/wp-content/uploads/2009/12/How-To-Redirect-a-Blogger-Post-to-Another-URL-768x403.jpg 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></p>
<p>Do you wish to redirect a specific Blogger post to another page or an external URL? Whether you're retiring a post, upgrading your structure, or simply improving navigation, there's a simple and effective way that works perfectly on Blogger.</p>
<p>1. Go to "Edit HTML" page of your Blogger blog.</p>
<p>2. Scroll down to where you see <span style="font-weight: bold; color: #ff0000;">&lt;head&gt;</span> tag .</p>
<p>3. Copy below code and paste it <span style="color: #3333ff;">just after</span> the <span style="color: #ff0000;">&lt;head&gt;</span> tag.</p>
<pre style="border: 1px solid black; overflow: auto;">&lt;b:if cond='data:blog.url == "<span style="font-weight: bold; color: #cc33cc;">YOUR-BLOG-POST-URL</span>"'&gt;
&lt;meta http-equiv="refresh" content="<span style="font-weight: bold; color: #ff0000;">5</span>; url=<span style="font-weight: bold; color: #009900;">REDIRECT-URL</span>" /&gt;
&lt;/b:if&gt;</pre>
<p>4. Replace:</p>
<ul>
<li><span style="font-weight: bold; color: #cc33cc;">YOUR-BLOG-POST-URL</span> → with the full link of the Blogger post to redirect from.</li>
<li><span style="font-weight: bold; color: #009900;">REDIRECT-URL</span> → with the target URL.</li>
</ul>
<p>Look at the example below.</p>
<pre style="border: 1px solid black; overflow: auto;">&lt;b:if cond='data:blog.url == "<span style="font-weight: bold; color: #cc33cc;">https://www.bloggertipandtrick.net/p/contact-me.html</span>"'&gt;
&lt;meta http-equiv="refresh" content="<span style="font-weight: bold; color: #ff0000;">5</span>; url=<span style="font-weight: bold; color: #009900;">https://www.bloggertipandtrick.net</span>" /&gt;
&lt;/b:if&gt;</pre>
<p>If I add above code to my template, when someone go to my contact us page he will be redirected to my home page after 5 seconds. To redirect without waiting, <span style="color: #3333ff;">replace</span> <span style="font-weight: bold; color: #ff0000;">5</span> with <span style="font-weight: bold; color: #ff0000;">0</span>.</p>
<p>5. After making changes to the code, click "Save" in the theme editor. That’s it. Your post now will be redirected to the new URL provided.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/redirect-blogger-post-to-another-url/">How To Redirect a Blogger Post to Another URL</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/redirect-blogger-post-to-another-url/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Disable Google Webpage Translation</title>
		<link>https://www.bloggertipandtrick.net/disable-google-webpage-translation/</link>
					<comments>https://www.bloggertipandtrick.net/disable-google-webpage-translation/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Sun, 03 Dec 2017 06:06:08 +0000</pubDate>
				<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[meta tags]]></category>
		<guid isPermaLink="false">https://www.bloggertipandtrick.net/?p=6693</guid>

					<description><![CDATA[<p>When Google recognizes that the contents of a web page are not in the language that the user is likely to want to read, to provide better content for users Google often provide a link to a translation in the search results. This feature gives you the chance to display your content in an understandable [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/disable-google-webpage-translation/">How to Disable Google Webpage Translation</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When Google recognizes that the contents of a web page are not in the language that the user is likely to want to read, to provide better content for users Google often provide a link to a translation in the search results. This feature gives you the chance to display your content in an understandable way to a much larger group of users. However, if you don't want this feature you can disable it adding this meta tag after the <strong>&lt;head&gt;</strong> tag of your website:</p>
<pre style="border:1px solid black;overflow:auto;width:95%;font-size:120%;">&lt;meta name='google' content='notranslate'/&gt;</pre>
<p>This meta tag tells the Google that you don't want to provide a translation for your website.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/disable-google-webpage-translation/">How to Disable Google Webpage Translation</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/disable-google-webpage-translation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Disable Your Website Saving on Pinterest</title>
		<link>https://www.bloggertipandtrick.net/disable-website-saving-pinterest/</link>
					<comments>https://www.bloggertipandtrick.net/disable-website-saving-pinterest/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Sat, 11 Nov 2017 04:54:05 +0000</pubDate>
				<category><![CDATA[html]]></category>
		<category><![CDATA[meta tags]]></category>
		<guid isPermaLink="false">https://www.bloggertipandtrick.net/?p=6681</guid>

					<description><![CDATA[<p>Do you want to prevent people from saving things from your website to Pinterest? Then add this meta tag after the &#60;head&#62; tag of your website: &#60;meta name='pinterest' content='nopin' description='Sorry, you can't save from our website!'/&#62; Note: The description is optional and you can change it as you like. Now when someone is trying to [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/disable-website-saving-pinterest/">How to Disable Your Website Saving on Pinterest</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Do you want to prevent people from saving things from your website to Pinterest? Then add this meta tag after the <strong>&lt;head&gt;</strong> tag of your website:</p>
<pre style="border: 1px solid black; overflow: auto; width: 95%;font-size:120%;">&lt;meta name='pinterest' content='nopin' description='Sorry, you can't save from our website!'/&gt;</pre>
<p><strong>Note:</strong> The description is optional and you can change it as you like.</p>
<p>Now when someone is trying to save your website content on Pinterest, he/she will see a message similar to this:</p>
<p><img decoding="async" class="alignnone size-full wp-image-6682" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/11/Disable-Your-Website-Saving-on-Pinterest.png" alt="Disable Your Website Saving on Pinterest" width="438" height="226" /></p>
<p>The post <a href="https://www.bloggertipandtrick.net/disable-website-saving-pinterest/">How to Disable Your Website Saving on Pinterest</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/disable-website-saving-pinterest/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Add Meta Description to Each Blogger Post</title>
		<link>https://www.bloggertipandtrick.net/add-meta-description-to-each-blogger-post/</link>
					<comments>https://www.bloggertipandtrick.net/add-meta-description-to-each-blogger-post/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Fri, 15 Aug 2014 02:33:36 +0000</pubDate>
				<category><![CDATA[meta tags]]></category>
		<category><![CDATA[seo]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=4829</guid>

					<description><![CDATA[<p>Meta description tag is very important to display your blog on top in Google and other search engines search results. Now adding meta tags to each blogger post is easy. Blogger officially supporting for this. Follow the steps below add meta descriptions for your blogger posts. First go to "Settings" -&#62; "Search preferences". Click on [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-meta-description-to-each-blogger-post/">How To Add Meta Description to Each Blogger Post</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Meta description tag is very important to display your blog on top in Google and other search engines search results. Now adding meta tags to each blogger post is easy. Blogger officially supporting for this. Follow the steps below add meta descriptions for your blogger posts.</p>
<p>First go to "<strong>Settings</strong>" -&gt; "<strong>Search preferences</strong>".</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/Blogger-Meta-Tags-Settings.png" alt="Blogger Meta Tags Settings" width="700" height="178" class="alignnone size-full wp-image-4831" /></p>
<p>Click on "Edit" link of "<strong>Meta tags</strong>" section.</p>
<p>Clicks on a "Yes" radio-button to enable search description.</p>
<p>Enter a meaningful meta description into textarea and save changes.</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/Add-Meta-Description-to-Blogger.png" alt="Add Meta Description to Blogger" width="720" height="335" class="alignnone size-full wp-image-4832" /></p>
<p>Go to create a new post or go to edit your existing post. Now you can see new option called "<strong>Search Description</strong>".</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/Blogger-Search-Description-Setting.jpg" alt="Blogger Search Description Setting" width="718" height="445" class="alignnone size-full wp-image-4836" /></p>
<p>Click on "<strong>Search Description</strong>" option add your meaningful meta description into the textarea. </p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/Add-Meta-Description-to-Blogger-Post.jpg" alt="Add Meta Description to Blogger Post" width="720" height="495" class="alignnone size-full wp-image-4835" /></p>
<p>After that click on "Done" and publish/update your post.</p>
<p>Now you have successfully added a meta description for your post.</p>
<p>If you are looking for how to add both meta description and meta keywords for each blogger post, then read this tutorial:</p>
<p><a href="https://www.bloggertipandtrick.net/how-to-add-different-meta-tags-to/" target="_blank">How To Add Different Meta Tags to Different Blogger Posts</a></p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-meta-description-to-each-blogger-post/">How To Add Meta Description to Each Blogger Post</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/add-meta-description-to-each-blogger-post/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How Add META TAGS to Blogger(blogspot) blogs</title>
		<link>https://www.bloggertipandtrick.net/how-add-meta-tags-to-bloggerblogspot/</link>
					<comments>https://www.bloggertipandtrick.net/how-add-meta-tags-to-bloggerblogspot/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Fri, 04 Jan 2013 04:16:00 +0000</pubDate>
				<category><![CDATA[meta tags]]></category>
		<category><![CDATA[seo]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/03/how-add-meta-tags-to-bloggerblogspot-blogs.html</guid>

					<description><![CDATA[<p>Adding meta tags you can get get more traffic from search engines like Google,Yahoo,Bing,etc. Especially the meta description is the most important one. Meta tags are the tags which describes your site and tells the search engines what your site is all about. Adding meta tags is an important factor in SEO.(Search Engine Optimization).Meta tags [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-add-meta-tags-to-bloggerblogspot/">How Add META TAGS to Blogger(blogspot) blogs</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Adding meta tags you can get get more traffic from search engines like Google,Yahoo,Bing,etc. Especially the meta description is the most important one.</p>
<p>Meta tags are the tags which describes your site and tells the search engines what your site is all about. Adding meta tags is an important factor in SEO.(Search Engine Optimization).Meta tags allows search engines to index your web pages more accurately. In other words,Meta tags communicate with the search engines and tells more information about your site and make it index correctly and accurately.</p>
<p>We must add two main meta tags to the head section of the template.One is the Meta description which describes your site and another one is Meta Keywords which tells about your site keywords(what your site is all about)</p>
<p>Here is how to add meta tags to your blogger(blogspot) blog:</p>
<p>1.Go to "Template" --&gt; "Edit HTML" of your blog.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3631" title="Template Edit HTML" src="https://www.bloggertipandtrick.net/wp-content/uploads/2009/03/Template-Edit-HTML-mode.png" alt="Template Edit HTML" width="456" height="170" /></p>
<p>2.Find this code:</p>
<pre style="width: 90%; overflow: auto; border: 1px solid black; font-weight: bold; text-align: center;"><span style="font-size: 130%;">&lt;b:include data='blog' name='all-head-content'/&gt;</span></pre>
<p>3.Now add below code <span style="color: #ff0000;">just after</span> the above code.</p>
<pre style="width: 90%; overflow: auto; border: 1px solid black;"><span style="font-size: 130%;">&lt;meta content='<span style="font-weight:bold;color:#C3C;">DESCRIPTION HERE</span>' name='description'/&gt;
&lt;meta content='<span style="font-weight:bold;color:#C3C;">KEYWORDS HERE</span>' name='keywords'/&gt;
&lt;meta content='<span style="font-weight:bold;color:#C3C;">AUTHOR NAME HERE</span>' name='author'/&gt;</span></pre>
<p>Look at the example below:</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3630" title="How To Add Meta Tags to Blogger Blog" src="https://www.bloggertipandtrick.net/wp-content/uploads/2009/03/Add-Meta-Tags-to-Blogger-Blog.png" alt="How To Add Meta Tags to Blogger Blog" width="723" height="383" /></p>
<p><span style="color: #ff0000;">Replace</span>,</p>
<p><span style="font-weight: bold;">DESCRIPTION HERE</span>: Write your real blog description<br />
<span style="font-weight: bold;">KEYWORDS</span>: Write the keywords of your blog<br />
<span style="font-weight: bold;">AUTHOR NAME</span>: Write the author's name(Your name)</p>
<p>Now save your template. You have successfully added meta tags to your blogger blog.</p>
<p><strong>You might also like these:</strong></p>
<p><a title="Complete SEO Guide For Blogger|Blogspot" href="https://www.bloggertipandtrick.net/complete-seo-guide-bloggerblogspot/">Complete SEO Guide For Blogger|Blogspot</a><br />
<a title="How To Add Different Meta Tags to Different Blogger Posts" href="https://www.bloggertipandtrick.net/how-to-add-different-meta-tags-to/">How To Add Different Meta Tags to Different Blogger Posts</a><br />
<a title="How To Add SEO Friendly Custom Permalinks for Blogger Posts" href="https://www.bloggertipandtrick.net/how-to-add-seo-friendly-custom-permalinks-urls-for-blogger-posts/">How To Add SEO Friendly Custom Permalinks for Blogger Posts</a><br />
<a title="How To Install Dynamic Meta Description Tags" href="https://www.bloggertipandtrick.net/how-to-install-dynamic-meta-description/">How To Install Dynamic Meta Description Tags</a><br />
<a title="How To Change Heading Tag For Better SEO in Blogger" href="https://www.bloggertipandtrick.net/change-heading-tag-better-seo-blogger/">How To Change Heading Tag For Better SEO in Blogger</a><br />
<a title="How To Add Meta Description to Blogger using Blogger Settings" href="https://www.bloggertipandtrick.net/how-to-add-meta-description-to-blogger-using-blogger-settings/">How To Add Meta Description to Blogger using Blogger Settings</a></p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-add-meta-tags-to-bloggerblogspot/">How Add META TAGS to Blogger(blogspot) blogs</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-add-meta-tags-to-bloggerblogspot/feed/</wfw:commentRss>
			<slash:comments>69</slash:comments>
		
		
			</item>
		<item>
		<title>How To Add Meta Description to Blogger using Blogger Settings</title>
		<link>https://www.bloggertipandtrick.net/how-to-add-meta-description-to-blogger-using-blogger-settings/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-add-meta-description-to-blogger-using-blogger-settings/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Wed, 19 Sep 2012 16:18:30 +0000</pubDate>
				<category><![CDATA[meta tags]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=3452</guid>

					<description><![CDATA[<p>Meta description tags are very important to optimize your blog in search results. With new Blogger interface we can add a meta description tag to Blogger blog without editing template's HTML. But you can not add meta keywords to your blog using Blogger Settings. Meta Descriptions, which are HTML attributes that provide concise explanations of [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-add-meta-description-to-blogger-using-blogger-settings/">How To Add Meta Description to Blogger using Blogger Settings</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Meta description tags are very important to optimize your blog in search results. With new Blogger interface we can add a meta description tag to Blogger blog without editing template's HTML. But you can not add meta keywords to your blog using Blogger Settings.</p>
<blockquote><p>Meta Descriptions, which are HTML attributes that provide concise explanations of the contents of web pages, are commonly used by search engines on search result pages to display preview snippets for a given page. (from http://www.seomoz.org)</p></blockquote>
<p>Go to Settings -&gt; Search preferences.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3455" title="Blogger Meta Tags Settings" src="https://www.bloggertipandtrick.net/wp-content/uploads/2012/09/Blogger-Meta-Tags-Settings-Copy.png" alt="Blogger Meta Tags Settings" width="656" height="170" /></p>
<p>Click on "Edit" link of "Meta tags" section.</p>
<p>Clicks on a "Yes" radio-button to enable search description.</p>
<p>Enter a meaningful meta description into textarea and save changes.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3456" title="Add Meta Description to Blogger" src="https://www.bloggertipandtrick.net/wp-content/uploads/2012/09/Add-Meta-Description-to-Blogger.png" alt="Add Meta Description to Blogger" width="693" height="273" /></p>
<p>Now you have add a meta description for your blogger blog.</p>
<p><strong>Note:</strong></p>
<p>But if you prefer to add meta tags(meta description, meta keywords, ...) directly to your template(using Edit HTML), read this article:</p>
<p><a title="Meta Tags to Blogger using Edit HTML" href="https://www.bloggertipandtrick.net/2009/03/how-add-meta-tags-to-bloggerblogspot.html" target="_blank">http://www.bloggertipandtrick.net/2009/03/how-add-meta-tags-to-bloggerblogspot.html</a></p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-add-meta-description-to-blogger-using-blogger-settings/">How To Add Meta Description to Blogger using Blogger Settings</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-to-add-meta-description-to-blogger-using-blogger-settings/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>How To Refresh Your Blog or Website Automatically</title>
		<link>https://www.bloggertipandtrick.net/refresh-website-blogger-automatically/</link>
					<comments>https://www.bloggertipandtrick.net/refresh-website-blogger-automatically/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Tue, 15 Dec 2009 08:07:00 +0000</pubDate>
				<category><![CDATA[html]]></category>
		<category><![CDATA[meta tags]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/12/how-to-refresh-your-blog-or-website-automatically.html</guid>

					<description><![CDATA[<p>1.Login to your blogger dashboard--&#62; layout- -&#62; Edit HTML 2.Scroll down to where you see &#60;head&#62; tag . 3.Copy below code and paste it just after the &#60;head&#62; tag. &#60;meta HTTP-EQUIV='refresh' content='15;URL=http://yoursite.com'/&#62; Note: Replace http://yoursite.com with your blog or website URL. 15 is the time period between 2 page refresh.Change it as your choice. 4.Now [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/refresh-website-blogger-automatically/">How To Refresh Your Blog or Website Automatically</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>1.Login to your blogger dashboard--&gt; layout- -&gt; Edit HTML</p>
<p>2.Scroll down to where you see <span style="color: #ff0000;">&lt;head&gt;</span> tag .</p>
<p>3.Copy below code and paste it <span style="color: #3333ff;">just after</span> the <span style="color: #ff0000;">&lt;head&gt;</span> tag.</p>
<pre style="border: 1px solid black; overflow: auto; height: 50px; width: 90%;"><span style="font-size: 180%;">&lt;meta HTTP-EQUIV='refresh' content='<span style="font-weight: bold; color: #3333ff;">15</span>;URL=<span style="font-weight: bold; color: #ff0000;">http://yoursite.com</span>'/&gt;</span></pre>
<p><span style="font-weight: bold; color: #009900; font-size: 130%;">Note:</span> <span style="color: #cc33cc;">Replace</span> <span style="font-weight: bold;">http://yoursite.com</span> with your blog or website URL.</p>
<p><span style="font-weight: bold; color: #3333ff;">15</span> is the time period between 2 page refresh.Change it as your choice.</p>
<p>4.Now save your template and you are done.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/refresh-website-blogger-automatically/">How To Refresh Your Blog or Website Automatically</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/refresh-website-blogger-automatically/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How To Stop Google Photo Indexing in Blogger</title>
		<link>https://www.bloggertipandtrick.net/stop-google-photo-indexing-blogger/</link>
					<comments>https://www.bloggertipandtrick.net/stop-google-photo-indexing-blogger/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Fri, 02 Oct 2009 05:33:00 +0000</pubDate>
				<category><![CDATA[html]]></category>
		<category><![CDATA[meta tags]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/10/how-to-stop-google-photo-indexing-in-blogger.html</guid>

					<description><![CDATA[<p>You can easily prevent Google from indexing your pictures by doing below steps. 1.Login to your blogger dashboard--&#62; layout- -&#62; Edit HTML 2.Scroll down to where you see &#60;head&#62; tag . 3.Copy below code and paste it just after the &#60;head&#62; tag . Best royalty free stock photos, illustrations and vector images at Depositphotos.com. &#60;meta [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/stop-google-photo-indexing-blogger/">How To Stop Google Photo Indexing in Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You can easily prevent Google from indexing your pictures by doing below steps.</p>
<p>1.Login to your blogger dashboard--&gt; layout- -&gt; Edit HTML</p>
<p>2.Scroll down to where you see <span style="font-weight: bold; color: #3333ff;">&lt;head&gt;</span> tag .</p>
<p>3.Copy below code and paste it <span style="color: #cc33cc;">just after</span> the <span style="color: #3333ff;">&lt;head&gt;</span> tag .</p>
<div style="background:#fff;border:1px solid #d5d5d5;padding:10px;margin-bottom:10px;font-family:Tahoma,Arial;">
Best <a style="text-decoration:underline;" href="http://depositphotos.com/" target="_blank" rel="nofollow">royalty free stock photos</a>, illustrations and vector images at Depositphotos.com.
</div>
<pre style="border: 1px solid black; overflow: auto; height: 60px; width: 90%; font-weight: bold; color: #ff0000;"><span style="font-size: 180%;">&lt;meta content='noimageindex' name='robots'/&gt;</span></pre>
<p>4.Now save your template and you are done.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/stop-google-photo-indexing-blogger/">How To Stop Google Photo Indexing in Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/stop-google-photo-indexing-blogger/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How To Install Dynamic Meta Description Tags</title>
		<link>https://www.bloggertipandtrick.net/how-to-install-dynamic-meta-description/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-install-dynamic-meta-description/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Fri, 15 May 2009 03:27:00 +0000</pubDate>
				<category><![CDATA[meta tags]]></category>
		<category><![CDATA[seo]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/05/how-to-install-dynamic-meta-description-tags.html</guid>

					<description><![CDATA[<p>If you define a meta description tag for your home page it will be replicated for all your pages which would be taken as a duplicate ‘meta-tag’ in Google. With the code below you can have different description tag for each page of your blogspot hosted blog. 1.Login to your blogger dashboard-->layout--> Edit HTML 2.Scroll [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-install-dynamic-meta-description/">How To Install Dynamic Meta Description Tags</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you define a meta description tag for your home page it will be replicated for all your pages which would be taken as a duplicate ‘meta-tag’ in Google. With the code below you can have different description tag for each page of your blogspot hosted blog.</p>
<p>1.Login to your blogger dashboard-->layout--> Edit HTML </p>
<p>2.Scroll down to where you see this:-</p>
<p><center></p>
<table width="400" border="0" bgcolor="#cccd94">
<tbody>
<tr>
<td><center>&lt;b:include data='blog' name='all-head-content'/&gt;</center></td>
</tr>
</tbody>
</table>
<p></center></p>
<p>3.Copy the below code and paste it after above code.</p>
<p><center></p>
<table width="400" border="0" bgcolor="#cccd94">
<tbody>
<tr>
<td><center>&lt;META NAME='description' expr:content='data:blog.pageTitle + &amp;quot;,PUT IN YOUR COMMON BLOG DESCRIPTION TAGS HERE &amp;quot;'/&gt;</center></td>
</tr>
</tbody>
</table>
<p></center></p>
<p>Replace  <span style="color:#ff0000;">PUT IN YOUR COMMON BLOG DESCRIPTION TAGS HERE</span> with suitable description for your blog separated by comma. So if your blog is about Blogger tips,the tags can be blogger tips,tricks,hacks,blogspot tips .....</p>
<p><strong><span style="color:#3333ff;">expr:content= ‘data:blog.pageTitle’</span></strong> gets replaced by the title of your current page.So when combined with the common description tags, the description tag becomes <span style="color:#ff0000;">unique</span> for each page.</p>
<p>4.Click on "Save Templates" and you are done.</p></p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-install-dynamic-meta-description/">How To Install Dynamic Meta Description Tags</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-to-install-dynamic-meta-description/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
	</channel>
</rss>
