Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Friday, 7 June 2013

Free Host Files For Blogger

Google-code-website-host.
Do you wish to host your blogger files chargeless on the Internet, but you accept no way to get it. Today i acquaint you a adjustment how to host your files chargeless on internet after any cost. I will acquaint you about Google Code.Google Code is that the best abode in the blogosphere to host your alien Audio, Video, JavaScript, CSS style, j concern ans so on. It will accord you 4GB accumulator amplitude to host your book up to 200MB that is too abundant for any web developer for absolute links. Project Hosting on Google Code is fast, reliable, and simple accessible antecedent hosting service.

How to Host JavaScript Files on Google Code?


Step 1: Go to Google Code, Log in with your G mail Account and press “Create a new project” button present at the bottom of your screen. For more details, see the following screenshot.

Google Project Hosting

Step 2: Filling up all the required information, you can refer following screenshot.


Google Project Hosting, Create a New Project

Step 3: Now on next page click on Downloads > New Download To uploading your new file on your Google Code.

How to Upload file on Google Code


Step 4: Fill up the details of your new file. And click on submit file button.

New Download - Google Project Hosting

Step 4: The last step is to get the URL of your upload  file to add it on a blog, On the next screen right click on your uploaded file’s download button and “Copy Link Location”
Get Download Link on Google Code

I hope that this tutorial helped you to understand how you can host your files on Google code in blogger and how it works. Thank you.

Wednesday, 29 May 2013

How to Enable and Customize Blogger Robots.txt File?

Robots.txt
Hi ! In this tutorial I am traveling to appearance you how to adapt your Blogger blog robots.txt file. Webmasters use custom robots.txt book to ascendancy seek engine web robots (also accepted as Web Wanderers, Crawlers, or Spiders) to clamber some directories and web pages or links of website or blog. if we yield settings robots.txt book in blogger again seek engine automatically basis or abolish pages from seek engine according to the settings. 

By absence anniversary website allows the Seek engines robots about if you would like to restricts the robots either to not clamber any apprenticed directory, book or the complete website again you may wish the robots.txt book in which you've got to address instructions for seek engine bots.

Steps to edit robots.txt on blogger

Your Site Settings › Search preferences › Crawlers and indexing  
Here you will able to see two options Custom robots.txt and Custom robots attack tags.These two options would action you the adaptability to customise your robot.txt file.In the endure column i told you about 

Custom robots attack tags.

Now columnist adapt button which is present afterwards 'Custom robots.txt' option. Afterwards acute on adapt button you can see a bulletin " Enable custom robots.txt content? " so columnist "Yes" and advance to next step.
Custom robots.txt - Search preferences
Now you can see  text area, type the content which you want to exclude a content from crawling.
Click on Save Changes button.
Enable Custom robots.txt - Search preferences - http://atxbikenerd.blogspot.com/

You are done!
How to block Link from search engines?
No, you have to write the URL. For example, if your want to stop robots from crawling this URL
(www.bloggerknown.blogspot.com/p/about.html) then, in the robot.txt file you will enter this command.
User-agent: *Disallow: p/about.html
Your robots.txt file located under your main blogspot directory as for Blogger Known its located on the following url:
http://www.bloggerknown.blogspot.com/robots.txt
By default blogger robots.txt contains the following content:
User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /search
Allow: /
Sitemap: http://bloggerknown.blogspot.com/feeds/posts/default?orderby=UPDATED
I know this post is not a new thing but I hope it might help many newbies to understand the importance of robots.txt.