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

ajooba215

Journeyman
Joined
Jul 23, 2007
Messages
149
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
Joined
Nov 21, 2011
Messages
27
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
Joined
Jul 2, 2006
Messages
18
add this code to your pages
<SCRIPT language="JavaScript">
window.location = '*newsitename.com';
</SCRIPT>

& ur blogspot would redirect to this new url
 
Top