Bunu javascript ile halledebiliyorsun.Aşağıdaki kodu kodundan önce ekleyerek bunu gerçekleştirebilirsin :
<script></script>
<script>
jQuery(document).ready(function () {
jQuery('a[href*="http://"]:not([href*="http://www.siteismi.com"])').attr('rel', 'nofollow');
jQuery('a[href*="https://"]:not([href*="https://www.siteismi.com"])').attr("target", "_blank");
});
</script>