HI-TRANSFER

HIGH LEVEL TRANSFER

Tampilkan postingan dengan label meta tags. Tampilkan semua postingan

Senin, 14 Desember 2009

How To Refresh Your Blog or Website Automatically

Tidak ada komentar :
1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Scroll down to where you see <head> tag .

3.Copy below code and paste it just after the <head> tag.

<meta HTTP-EQUIV='refresh' content='15;URL=http://yoursite.com'/>


Note: Replace http://yoursite.com with your blog or website URL.

15 is the time period between 2 page refresh.Change it as your choice.

4.Now save your template and you are done.

Kamis, 01 Oktober 2009

How To Stop Google Photo Indexing in Blogger

Tidak ada komentar :
You can easily prevent Google from indexing your pictures by doing below steps.

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Scroll down to where you see <head> tag .

3.Copy below code and paste it just after the <head> tag .

<meta content='noimageindex' name='robots'/>


4.Now save your template and you are done.