Showing posts with label BLOGGER TORTURIALS. Show all posts
Showing posts with label BLOGGER TORTURIALS. Show all posts

Friday, 13 January 2017

How To Clear Cached Data On Android Phone

Clearing Cached Data is nothing but resetting an app data or clearing an app data. Clearing an application is a bit more radical as you are not only wiping off the cache but removing all and any settings along with the app. After doing this, it’s like installing any new app that you have to start with newly and behave like it is all new app. Cached data collect all the information that is obtained from the webpage and is stored on any PC, laptop, tablet or Android phone to reduce access time later when you use it.
While you start installing applications on your device and use, it starts storing files as a reference to be easily used it later in need. These apps are stored in an app storage menu named “ cache ”. For example; you are using the Central app menu of Android, it will store all the related files, images, and other details so that you don’t have to download and find them each and every time while you need that particular app.
In every Android phone in the Settings menu, there is an Application Manager. Applications are usually in the top segment of the Settings menu, though it can vary from different phone to phone. Nowadays app settings are parted more specifically showing the features of the settings of own apps individually. In every application segment, you get to see the details of that app where you can manage and find everything.
While you use applications on your phone, for reference later they start storing files on your phone. These files are stored in an app named
“cache” so you don’t need to download later while every time you use them. It will use this stored cached app.
But you might want to gain some space on your phone and want to clear cached data or may be because any app is malfunctioning. So if you want to delete tap on the App, you will find an option Clear Cache click on that button and wait for a few seconds. All cache will get deleted.
If you want to clear all the data from any particular application, then on that sameSettings menu click on the particular application that you wish to delete its data. Once you click on it, you find an option Clear Data click on it. Clicking this will clear the entire data of that selected application and next time when you want to use it you have reinstall it as it clears all the details and it results in creating more space in your phone’s cloud storage. But you will get a confirmation message while you click on the clear data, click Yes if you are sure to delete all the data.
That is it on how to clear cached data on android, hope you'll share this post with your friends on social media sites...
Source: Technofizi tech blog

Wednesday, 7 December 2016

Create & add custom robots.txt file in Blogger – Crawl & index


How to create & add custom robots.txt file in BloggerHave you ever heard the name robots.txt or have you added your own custom robots.txt file in your Blogger blog. Here we will discuss about whatrobots.txt is and how to create and add custom robots.txt file in Blogger. All that deals with crawling and indexing of your blog which covers your blog SEO, so take note on this article.
In Blogger you have a section called search preferences that covers your blogs Meta tags, errors /redirection & crawling and indexing. There you can manage your blogs view with search engines also to maintain a healthy blog you need to customize your blogs search preferences effectively. A few posts back we made an article on how to use Blogger custom redirects. In case if you had a broken links in your blog or if you changed your blog post URL then you can make use of Blogger custom redirects. Here let’s see aboutrobots.txt and the use of adding custom robots.txt file in Blogger.

What is robots.txt?

Search engine like Google sends spiders or crawlers whatever it may be a kind of program that travels all around the web. When these crawlers or web spiders reach your site they first go through your robots.txt file to check any robots exclusion protocol that is before crawling and indexing your pages.
Robots.txt is a normal text file which is available on all websites that is used by a webmaster to advice these crawlers about accessing several pages on a website. The pages that are restricted in your robots.txt file will won’t be crawled and indexed in search results. However all those page are viewable publicly to normal humans.
Each Blogger blog will have a robots.txt file that comes by default and it looks something like the one below. You can check your blogs robots.txt file by adding /robots.txtnext to your domain name. (http://yoursite.blogspot.com/robots.txt)
1User-agent: Mediapartners-Google
2Disallow:
3
4User-agent: *
5Disallow: /search
6Allow: /
7
8Sitemap: http://yoursite.blogspot.com/feeds/posts/default?orderby=UPDATED

So what are these?

As you can see above the default robots.txt file has few things like user-agent, media partners-Google, user-agent:*, disallow and site map. If you are not aware about these, then here is the explanation.
First you need to know about User agent which is a software agent or client software that will act on behalf of you.
Mediapartners-Google – Media partner Google is the user agent for Google adsense that is used to server better relevant ads on your site based on your content. So if you disallow this they you will won’t able to see any ads on your blocked pages.
User-agent:* – So you all know what user-agent is, so what is user-agent:*. The user-agent that is marked with (*) asterisk is applicable to all crawlers and robots that can be Bing robots, affiliate crawlers or any client software it can be.
Disallow: By adding disallow you are telling robots not to crawl and index the pages. So below the user-agent:* you can see Disallow: /search which means you are disallowing your blogs search results by default. You are disallowing crawlers in to the directory /search that comes next after your domain name. That is a search page likehttp://yoursite.blogspot.com/search/label/yourlabelwill not be crawled and never be indexed.
Allow – Allow: / simply refers to or you are specifically allowing search engines to crawl those pages.
Sitemap: Sitemap helps to crawl and index all your accessible pages and so in default robots.txt you can see that your blog specifically allowing crawlers in to sitemaps. You can learn more about Blogger sitemap here. There is an issue with default Blogger sitemap, so learn how to create sitemap in Blogger and notify search engines.

What pages should I disallow in Blogger?

This question is little tricky and we cannot predict what pages to allow and what to disallow in your Blog. You can disallow pages like privacy policy, Terms & conditions, cloaked affiliate links, labels as well as search results and it depends all upon you. Since you get some reasonable traffic from search results it is not recommended that you disallow the labels page, privacy policy page and TOS page.

How to disallow pages in Blogger using robots.txt

You can disallow search engines to crawl and index particular pages or posts in Blogger using your robots.txt file.
We don’t have the reason to block search engines on any particular posts and if you wish so then just addDisallow: /year/month/your-post-url.html in your robots.txt file. That is copy your post URL next to your domain name and add it in your robots.txt file.
Same what you will need to do for disallowing any particular pages. Copy the page URL next to your domain name and add it like this Disallow: /p/your-page.html in your robots.txt file.

The best and recommended robots.txt file for Blogger

Only use custom robots.txt file if you are 100% sure on what you are doing. Improper use of custom robots.txt can harm your site rankings. So for best results it is recommended that you use default robots.txt in Blogger which works good. But change the default sitemap in your robots.txt and add yourcustom sitemap for Blogger.

How to create and add custom robots.txt file in Blogger

In wordpress we have to create a robots.txt file in notepad and upload it to the web root directory. But here in Blogger you can add the robots.txt file easily from your blog dashboard. To add a custom robots.txt just login to your Blogger profile and select your blog. Now head to dashboard >> settings >> search preferences and you can see custom robots.txt in crawling and indexing section. Click edit and enable custom robots.txt content and add your robots.txt file
How to create and add custom robots.txt file in Blogger
Once done click save changes. Now to check your robots.txt just add/robots.txt at the end of your blog URL and you can see your custom robots.txt file. After adding your custom robots.txt file you can submit your blog to search engines. Learn how to submit your blog to Google, Bing and Yahoo.
Hope this post clearly explained you about robots.txt and how to create and add custom robots.txt file in Blogger. Please share it and if you have any other doubts on Blogger robots.txt then feel free to comment below.

How to automatically redirect Blogger blog to another blog or website


How to automatically redirect Blogger blog to another blog or website or URLA few posts back we made an article aboutBlogger custom redirects in which you can redirect within your blog. That is you can redirect your specific post URL to another post or page, all 301 or 302 redirection within your blog. That will be useful for redirecting 404 error pages and broken links; however with that you cannot redirect homepage to any particular URL. Here we will show you how to automatically redirect Blogger blog to another blog or website or any URL. So with this technique you can redirect your Blogger Homepage or any particular page to external websites.

When to use this?

This one will be useful if you have just migrated to new domain with new blogging platform. You are alwayslimited in Blogger that’s why people moving to self-hosted wordpress blogs. Usually you won’t get much traffic to your new blog when you just shifted. Also your old blog will have some decent traffic flow from organic search results as well as from backlinks. So by using this method you can drive traffic from your old blog to your new blog and also it passes all the ranking factors.

How to redirect Blogger blog to another blog / URL / Website

Here we will share three different codes that automatically redirect Blogger blog to another blog or URL and each code does different tasks.
Let’s say you want to redirect your complete Blogger blog to another page or URL. That is redirecting your homepage, posts page, archives page and all other URL in your blog to another specified external website. You have to use this if you just moved to new domain. To do this you are going to make changes to your template file. So before you mess up with the codes it’s recommended that you backup your template first.
  1. Login to your Blogger dashboard
  2. Go to template and click edit HTML
  3. Now you can see template codes. Press CTRL + f and then find <head>
  4. Now add the following code below head tag like you see in the image below.
How to redirect Blogger blog to another blog or URL
Redirecting Blogger blog to another new blog
1<script type='text/javascript'>
2  var d='<data:blog.url/>';
3  d=d.replace(/.*\/\/[^\/]*/, '');
4  location.href = 'http://Amanagurus.cf';
5</script>
In the above code change amanagurus.cf which is the destination URL. Now all your pages from the blog will be redirected to destination URL.
Now we will see another piece of code that redirects particular blog URL to another blog or website. If you wish not to redirect the whole blog then you have to make use of this code. Also you can use this for redirecting user from a particular page to another external website for promotional purpose.
To do this just paste the following code below head tag and change the from URL that is http://yourblog.blogspot.com and destination URL that ishttp://Amanagurus.cf
1<script>
2if(window.location.href == 'http://yourblog.blogspot.com ')
3{
4window.location="http://amanagurus.cf";
5}
6</script>
The above code just redirects user from the specified BlogSpot URL to another website or URL.
Here comes another code; with this you can redirect all your blog pages including home page to another blog or website with specific set time. So users who lands in your blog will be automatically redirected to anther blog after a specific time period.
1<meta content='5;url=http://amanagurus.cf' http-equiv='refresh'/>
This is the code, just copy and paste below the head tag in your template file. In the above code 5 is the set time where users will redirected tohttp://amanagurus.cf in 5 seconds after landing.
Hope this article guided you on how to automatically redirect Blogger blog to another blog / website or URL. Share this and if you found it useful then please leave your comments. To get more update from Blog Time Now subscribe to our RSS feeds.