Sunday, 13 July 2014

Protect Your Content - Disable Right Click On Your Blog or Website

 Disable Right Click On Your Blog or Website

Disable Right Click On Your Blog or Website
Are you Sick of COPY CATS , Who copy your content Specially Images from your Blog or website and use them in there websites and blog posts ??
Do Not Worry Because I got the Perfect Solution for You.
Now You can  Disable Right Click On Your Blog or Website so that NO ONE CAN COPY any CONTENT or DOWNLOAD ANY IMAGE from your blog.

So lets get started.

1. Goto Your Blogger Dashboard and Navigate to Layout ,
2. Now Click ADD GADGET anywhere
3. Select Html/Javascript
4. Now Put the following code
<script language="JavaScript">
<!--
//Disable right mouse click Script
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>

5. Click Save and You are DONE

 Note:
This script will show Function Disabled when somebody right clicks on your blog,
If you want to change the text , Just edit the RED TEXT in above code.
read more...

Thursday, 10 July 2014

All in One SEO Plugin For Blogger Blogs

All in One SEO Plugin For Blogger Blogs

All in One SEO Plugin For Blogger Blogs

SEO can sometime be a cause of HEADACHE for New or In Experienced bloggers.
You need to set your Meta Title , Description , Keywords and a lot more MANUALLY.
BUT NOT NOW
Because I got the Perfect solution for you.
The following piece of CODE , Will AUTOMATE all the above things for you!

Lets See What This Code Can DO


Salient Features:

  • Add Meta Descriptions To Your Blog and All Posts Automatically,
  • Optimize Your Post Titles, in SEO Perspective , For Search Engines i.e Post Title Before Blog Name in Search Results,
  • Optimize the Comment Section for Better SEO results,
  • Optimize the LABELS/TAGS/CATEGORIES/ARCHIVES for Better SEO results,
  • Optimize the Post Title by using H2 Tag,
  • Add the best SEO OPTIMIZED robot.txt file to your blog,
  • Convert Title Tags into Dynamic Title Tags,
  • Allow Crawlers and Search Bots to crawl your site frequently,
  • Helps You get significant improvements in Traffic and Rankings,
  • Google+ Author Profile with Picture Compatibility

Add this Plugin to your BLOG:

  • Goto Your Blogger Dashboard , Navigate to the Template Page and Click EDIT HTML,
  • Press CTRL + F and Find 
<head>
  • Now copy the Below code and Paste it Just after the <head> tag
<!-- All In One SEO Pack 2014 By ASKDANYAL Start -->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<meta content='noindex, nofollow' name='robots'/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta expr:content='data:blog.title' name='keywords'/>
<meta content='index, follow' name='robots'/>
</b:if>
<b:else/>
<b:if cond='data:blog.pageTitle != data:blog.title'>
<meta expr:content='data:blog.pageName' name='keywords'/>
</b:if>
</b:if>
<meta content='global' name='distribution'/>
<meta content='1 days' name='revisit'/>
<meta content='1 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='en-us' name='language'/>
<meta content='USA' name='country'/>
<link href='https://plus.google.com/100837395282935933335/about' rel='author'/>
<link href='https://plus.google.com/100837395282935933335/posts' rel='publisher'/>
</b:if>
<!-- All In One SEO Pack 2014 By ASKDANYAL End -->
  • Change the LINK IN RED , With your GOOGLE+ Author Profile Url
  • Congrats, You just SEO OPTIMIZED YOUR BLOGGER BLOG
read more...

Wednesday, 9 July 2014

Add Alt and Title Tag to your Images AUTOMATICALLY

Add Alt and Title Tag to your Images AUTOMATICALLY

Add Alt and Title Tag to your Images AUTOMATICALLY

Hi Everyone !
I have been busy redesigning the Blog from past few days and So , Was unable to come up with a new post.
While redesigning , This came into my mind , That what if we AUTOMATE the addition of ALT and TITLE tags to our Images.

With this thought , I tried experimenting today and finally, After 2 hours of experimentation , I got what I wanted. So lets AUTOMATE THINGS UP and SAVE SOME TIME ;)

How this Works:

Actually , This is quite Simple. This Piece of code , Automatically makes the NAME OF THE IMAGE , Its TITLE and ALT TEXT , So , You Do not need to Add it manually or worry about forgetting it .

Tutorial:

Follow these Simple Steps to Add Alt and Title Tag to your Images AUTOMATICALLY


  •  Goto Your Blogger Dashboard  >>
  • Navigate to the Template option >>
  • Create backup of your Template >>
  • CLICK Edit Template >>
  • Search for this code </body> by pressing CTRL + F >>
  • Now paste the following code before the </body> tag >>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/> <script type='text/javascript'> //<![CDATA[$(document).ready(function() {$('img').each(function(){ var $img = $(this); var filename = $img.attr('src')$img.attr('title', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.')));$img.attr('alt', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.'))); }); });//]]> </script>


CONGRATS !!! You just automated the Title and Alt tag for your Images
read more...

Sunday, 6 October 2013

Basic Off Page Seo Techniques

Off Page Seo
Off Page SEO is as important as on page seo, Off-Page SEO can be explained as the optimization outside your blog. Off Page SEO can help you quickly index your new post in search engines or improve traffic to your blog. Today I will tell you some basic and very important Off Page SEO  techniques.








1. Submiting your post to search engines:


This a very basic step in Off Page SEO, You need to submit your posts to popular search engines like Google, BING etc. Just
goto Google Webmaster Tools and Bing Webmaster Tools and submit your sitemap, sitemap will help these search engines , index your blog posts automatically in future too .


2. Blog commenting:

Blog commenting plays a vital role in driving good traffic to any blog. You need to comment about your new blog post in different popular blogs. Commenting will help you in driving traffic and improving backlinks. 

TIP: Try to comment on blogs having commentluv or disqus, because you get the link of your latest post directly there, providing you a quick backlink.


You Might Like: 100 Dofflow Blog list for Commenting

3. Social bookmarking:

This is also a very important factor and it can drive you tons of traffic.So go for best social bookmarking sites, I love  STUMBLEUPON for this, its really good, my 2nd favorite is PINTREST, and then facebook, twitter and google+ etc. Social bookmarking site are the easiest method to drive traffic to your new post.

read more...
 
Copyright © 2014 AskDanyal - All About Internet • All Rights Reserved.
back to top