Blogger Par all external links automatically nofollow kaise karte hai

Blogger Par all external links automatically nofollow kaise karte hai


fastmoneyxyz.com

Hello everyone, iss article me yeh btaya gya hai. Blogger Par all external links automatically nofollow kaise karte hai.

External links Kya hota hai

Agar aap jante hai to achhi baat hai or nahi jante to bta deta ho External links kya hote hai .
1 :- Jo hum anpe article me dusari site ke links add karte hai wo External links hote hai.
2 :- Jo reader comments me links add karte hai wo External links hai.
3 :- Hum koi Template use karte us ke undar bhi External links hote hai.
4 :- Image me External links hote hai.
5 :- I mean jo bhi aapki Blog / website Par dusari site ke links hote hai wo External links hote hai.

External link's ko nofollow kaise karte hai

Sabse phele aap apne Blogger Dashboard.

Ab Template ke options Par click kart dijiye.

Ab EDIT HTML ke options Par click kar dijiye.

Ab template ke under Ctrl-F press karke niche diya gaya code search kar lijiye.

</head>

Ab jo code anpe search Kara hai us code ke upar niche diya gaya code paste kar dijiye..

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'></script>
<script type='text/javascript'>
var a = $(this);
var href = a.attr('href');
$(document).ready(function() {

$("a[href^='http://']").each(function () {
if(this.href.indexOf(location.hostname) == -1) {
$(this).attr('target', '_blank');
$(this).attr('title', 'Click to open in a new window');
$(this).attr('rel', 'nofollow');
}
}
);
$("a[href^='https://']").each(function () {
if(this.href.indexOf(location.hostname) == -1) {
$(this).attr('target', '_blank');
$(this).attr('title', 'Click to open in a new window');
$(this).attr('rel', 'nofollow');
}
}
);

});

</script>


Ab save Template Par click kar dijiye.
Aap image niche me bhi dekh sakte hai code kaise paste karna hai.
fastmoneyxyz.com


Ab sabhi External link's nofollow attribute
Jayege or aap tension free ho Bloging kare.

No comments:

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();
Powered by Blogger.