Showing posts with label blogger tips. Show all posts
Showing posts with label blogger tips. Show all posts

Friday, 2 November 2012

How To Add a Custom Domain To Blogger Tutorial With Images

Hello guys, So today I'm going to show you how to add a custom domain name to blogger blogs. this tutorial will be from Creating the blog, to adding the domain and using it. =)
just some steps help you to add the domain on your blogger.
Step 1:
Open blogger and click on setting
How To Add a Custom Domain To Blogger Tutorial With Images
Step 2: After Click on setting Click on add a Custom Domain link.
How To Add a Custom Domain To Blogger Tutorial With Images


Step 3: 
open your domain panel and click on domain setting set ip
Add two CNAME records. For the first CNAME, where it says NameLabel or Host enter "domain name" and where it says DestinationTargetor Points To enter "ghs.google.com" . For the second CNAME, enter "2PYFB4SEOPQP" as the Name and 
"gv-NT2MIFOLFWFDAS7SZR3FWDHUH2G6OZS7RGDCXHZ2I5WZQIVHO47Q.domainverify.googlehosted.com." as the Destination. See our detailed instructions on providing CNAMEs for various registrars. If yours isn't listed, or if you run into other difficulties, contact your registrar directly and they can help you out.

How To Add a Custom Domain To Blogger Tutorial With Images


A-records (optional)
The following action links your naked domain (example.com) to your actual site (www.example.com). If you skip this step, visitors who leave off the "www" will see an error page.
Enter your domain name in the format example.com, and list the I.P. addresses shown below in the "A" section. You'll need to create four separate A-records which point to four different Google IPs.
216.239.32.21
216.239.34.21
216.239.36.21
216.239.38.21
Step 4: Switch to Advance menu and add you domain name here.if not working wait 24hrs and try again.
How To Add a Custom Domain To Blogger Tutorial With Images
Step : 5 Now add Domain and click on save wait 24 hrs you domain working fine
How To Add a Custom Domain To Blogger Tutorial With Images
If your domain working with blogger come back to our site click on like and post some comments about our post

Friday, 26 October 2012

Best Google Chrome Extensions For Bloggers


Google Chrome is the property of search giant "Google".Google Chrome is the most popular browser today. This is useful for every user because it has a lot of extensions according to their users interest. You can find extensions as per your taste. Google Chrome extensions are really useful for bloggers.

It has a lot of amazing blogging related extensions.Today, I’m going to share with you some of the best Google Chrome extensions that have made my daily blogging tasks easier.If you don’t yet use Google Chrome, it’s very simple and safe to download. You can do so here:


Top Google Chrome Apps For Bloggers

Blog This

BlogThis! button to the browser toolbar, which allows you post to your Blogger blog from any webpage with single click.You can post anything in your blog easily and quickly. When you click the button Blogger open in a new application window. Edit the post according to your mind and post it instantly to your blog!

Blog This

SEO For Chrome

SEO For Chrome is a very useful app for all bloggers and webmasters.It allows you to check your website or blog ranking and anything about SEO for your site. Enter your blog or website URL and get information about your site’s SEO will pop out, from your indexed pages in Google, Yahoo and Bing, to your Pagerank and traffic levels.

Chrome Web Store - SEO for Chrome

Screen Capture

Google Chrome has a wonderful free app for all called, Screen Capture. It has thousands of reviews, more than a million users, and an average rating of 4.03 stars. This is one of my favorite extension.You can easily capture anything on webpages with a single click.

Screen Capture

You can give a new look to captured image with arrows and colors etc. Screen Capture is available in Windows, Linux and Mac.You can share captured image on your blog or social networking websites. Capture image will save in .PNG format.

Google Dictionary

Some times bloggers can do grammar mistakes.If there is a grammatically incorrect word or sentence in your article then your article is not useful for others or search engines. Google have a solution for this, use "Google Dictionary" extension  for this purpose.I afraid from mistakes, So, I use the Google Dictionary extension.

Features Of This Extension:
  1. Double-click any text to view its meaning.
  2. View the complete definition of a whole phrase.
Google Dictionary (by Google)

AddThis

AddThis extension allows you to share your stuff on social networking websites like Facebook, Twitter, Stumbleupon, Delicious, Digg, Blogger etc.You can track your sharing also with the help of this extension. You can share anything simply & quickly and modify this tool according to your choice from the “Options”.It is another useful extension for bloggers.
AddThis - Share & Bookmark (New)

Bitly - URL Shortener

Bitly allows you to instantly save and share any web page, right from your browser with the bitly Chrome extension.It allows tracking,forwarding and redirecting URLs.You can then easily share the URL on Twitter, Facebook, Del.icio.us, Digg, and LinkedIn etc.

Bitly - URL Shortener
Which Is Your Favorite Google Chrome Extension? Can you share some more extensions and tell us why you use them? I will share more interesting extension with all of you.Keep in touch with us.Keep blogging and God Bless!

Wednesday, 17 October 2012

Auto Description, Keyword Meta Tag For Blogger Posts Blogger SEO


Description, Keywords, And other meta tags are important for every blog post if need a good page rank in search engines.
The below script will help to increase your blog's search engine ranks by automatically generating different and appropriate meta tags for your blog posts.




 Go to Design > Edit HTML of your blog.
Find:
<title><data:blog.pageTitle/></title>
Replace the above code with:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/><title><data:blog.pageTitle/></title>
</b:if>
<b:if cond='data:blog.pageType == "archive"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.pageType == "label"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<meta expr:content='data:blog.pageTitle + " - your blog description here"' name='description'/>
<meta expr:content='data:blog.pageName + ", Keyword-1, Keyword-2, Keyword-3, Keyword-4, Keyword-5"' name='keywords'/>
<meta content='Your Name Here' name='author'/>
<meta content='index,follow' name='robots'/>
* Change description, keywords, and author name with appropriate values.
Say thanks to us