Aşağıdaki kodu footer da </body> den önce kullan hocam.
<script>
window.onload = () => {
document.querySelectorAll("a[href]").forEach((a) => {
a.setAttribute("target", "_blank");
});
}
</script>
teşekkürler bu çalıştı. Bakalım seoya bir etkisi olacak mı