how can i link a website to my blog????

ajooba215

Journeyman
hi people, i run a blog on blogspot and i wanto direct my traffic to a website. How can i link a website through my blog? so when some1 opens my blog, the website linked gets automatically opened
 

chetnan

Banned
Hey you can give hyperlink i.e (A href) tag to any word from your blog to your website.

Still i think if you make 301 or 302 redirection from your blog to that website then might be it happen.

Thanks
 

chiragjain22

Broken In
add this code to your pages
<SCRIPT language="JavaScript">
window.location = '*newsitename.com';
</SCRIPT>

& ur blogspot would redirect to this new url
 
Top Bottom