Skip to main content

Posts

Showing posts with the label Blog tricks

How To 301 Redirect Blogger To Blogger Blog 100% working

Since long I have been searching for a script that could redirect my old blog Traffic to new custom domain setup on a different place.None of them was working.All Tricks out there was meta redirection, which does not convert my website [JUICE.Meta redirects are also know as soft redirects. They generally do great job to redirect traffic to the destination url. And if you are thinking that does meta redirect pass link juice ?  The script below tell you  How To 301 Redirect Blogger To Blogger Blog ? To pass link juices / page rank to your new domains to rank well in search engine results either for long term or temporary basis, and can be used to game Google. For example: A 301 redirect is also known as permanent redirect which is used to tell search engines bots that the existing page has been moved to the new location (page url), so that they can shift all the credibility and link juices of an old link to the new link to make sure minimal loss of ranking in serp . <scri...

Blogger Tricks:Advantage of using CloudFlare

CloudFlare can be used by anyone with a website and their own domain, regardless of your choice in platform. From start to finish, setup takes most website owners less than 5 minutes. Adding your website requires only a simple change to your domain’s DNS settings. There is no hardware or software to install or maintain and you do not need to change any of your site’s existing code Web pages with ad servers and third party widgets load snappy on both mobile and computers.

Cheat Sheet to convert social media sharing address

Here is how you can share social media sharing URL when we can't  use Non-alphanumeric characters.  So to include a colon (:), slash (/), ampersand (&), question mark (?), etc., we have to use (gulp) the HTML numeric code for that character. http://www.yoursite.com/yourbookpage/?detail&buy To use this inside of one of the social networking site’s URL’s, we’re going to need to change all of those non-letter characters to HTML codes. Here’s that cheat sheet I was talking about. Change the colon (:) to %3A Change all slashes (/) to %2F Change all question marks (?) to %3F Change all ampersands (&) to %26 Change all spaces ( ) to %20 When you make those substitutions, your URL will look like this: http%3A%2F% 2Fwww.yoursite.com%2Fyourbookpage%2F%3Fdetail&amp;buy Ugly, but browsers will read them just fine. To create those social links just replace the bit that matches our dummy address above with your own. Facebook: For this link, we’re going to replace the web pag...

Google AdSense-how to get approved fast

Tips For Fast Google AdSense Approval. Earn Money from blog I f you have a blog or website with nice content and traffic then you can earn a handsome amount from google AdSense. But it is really very difficult to get your website approved by google. Most of the times, google rejects AdSense applications saying that the website doesn't comply with google policies A good Privacy Page is a added option for google AdSense. Also you need a Contact Page , About page . Using excess of javascript and too much broken link will not work with google AdSense. you should use google analytic  to check your site performance. Your name an email should be clearly visible in page. Minimum number of page must be at least 60+. I f your content is unique and valuable for the visitors, the traffic of your site will increase day by day and this is what google looks for. Never use abusive or pornographic content and don't publish cracked softwares and copyrighted material. So make your content easy t...

Customizing Crawlers and indexing for Bloggers

Free tricks to see more result on Google search result for your blog. by +Milan Antony Step 1: Go to setting option for blogger. Edit very carefully ' Custom robot header tags ' as above.Make sure you change exactly as above. otherwise this could have negative effect on your blob Step 2: Next is editing Custom robot.txt . Copy&paste the text files but remember to change to your website URL in text # Blogger Sitemap generated on 2014.08.11 User-agent: * Disallow: /search Allow: / Sitemap: http://www.techglyphs.tk/atom.xml?redirect=false&start-index=1&max-results=500

sitemap for website script

<style> p.labels a{color: #242424; text-transform: uppercase;font-size: 15px;} a.post-titles {color: #0000FF;} ol li{list-style-type:decimal;line-height:25px;} </style> <script> //<![CDATA[ var postTitle=new Array();var postUrl=new Array();var postPublished=new Array();var postDate=new Array();var postLabels=new Array();var postRecent=new Array();var sortBy="titleasc";var tocLoaded=false;var numChars=250;var postFilter="";var numberfeed=0;function bloggersitemap(a){function b(){if("entry" in a.feed){var d=a.feed.entry.length;numberfeed=d;ii=0;for(var h=0;h<d;h++){var n=a.feed.entry[h];var e=n.title.$t;var m=n.published.$t.substring(0,10);var j;for(var g=0;g<n.link.length;g++){if(n.link[g].rel=="alternate"){j=n.link[g].href;break}}var o="";for(var g=0;g<n.link.length;g++){if(n.link[g].rel=="enclosure"){o=n.link[g].href;break}}var c="";if("category" in n){for(var g=0;g<n.categ...