Bài đăng

Đang hiển thị bài đăng từ Tháng 5, 2013

Custom Robots.txt file for Blogger/Blogspot blogs for SEO

Hình ảnh
Today I will show you How to Enable Custom Robot.txt File in Blogger for better SEO and search engine results? Blogger now lets you edit your blog's robots.txt file. What are Robots.txt files, robots files are plain text files which instruct the search engines what to not index. Robot.txt is a way to tell search engines whether they are allow to index a page in the search result or not. The bots are automatic, and before they could access your site, they check the Robot.txt file to make sure whether they are allowed to crawl this page or not. How to Enable Custom Robots.txt in Blogger 1. Blogger Dashboard >> Select Blog >> Select Settings tab >> Search Preferences 2. Click on Edit in front of Custom robots.txt 3. Click on  Yes and proceed to next step. 3. Next a box comes up and paste following given code. User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: http:// YOURBLOGURL .blogspot.com/feeds/posts/default?orderby...

How to remove Blogger Navigation Bar?

Hình ảnh
In every blog there is a blogger default navigation bar (nav bar) of the above style. This nav bar make your blog look less professional. These navigation bars can be removed using a simple CSS one line code. Also read:  Remove Subscribe to: Posts (Atom) Link on Blogger Removing Blogger Deafult Nav Bar Apply these steps to remove the Blogger Navigation bar / Blogger Nav Bar. Steps: Log-in to your blog Template >> HTML >> Proceed Search For this code   ]]></b:skin>     (tip: Use CTRL+F) Now Just above/before    ]]></b:skin>    insert following code #navbar-iframe,#navbar { display: none !important; } Save your template and view your blog. Blogger Navigation Bar will no longer be there.

Add SEO Meta Tags (Title and Description) in Blogger

Hình ảnh
SEO Meta Tags: Meta tags is a important things for SEO   (Search Engine Optimization).  The <meta> tag provides metadata about the HTML document. Meta tags will not be displayed on the page, but will be machine parsable. Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services. Google bots read meta tags of a site or blog and give these tags ( title,keywords and description ) information to google search engine, according to these tags your blog is showed in google search engine results pages (SERP's) . Meta Tags are most important and most useful for our blog's SEO. Also see updated post on Meta Tags Put SEO Meta Tags in Blogger Template Learn how to put Meta Tags in blogger template for better ranking in search engine results with easy steps. Step 1. Login to Blogger ...