LATEST >>

Welcome Here And Thanks For Visiting. Like Us On Facebook...

EXEIdeas – Let's Your Mind Rock » HTML Codes / HTML-CSS-PHP-JavaScript » How To Reload Your Blog And WebPage Automatically?

How To Reload Your Blog And WebPage Automatically?

How-To-Reload-Your-Blog-And-WebPage-Automatically
Do you want to increase your blog or web page pageviews and want to increase your earning and SEO then you can add some tweaks to make it workable. Try to add auto reload or auto refresh tag that will automatically reload or refresh your blog so that user will not able to understand and your counter will count pageviews.

Here you will have only one option to customize that is reload time that is 1000 = 1 sec so make it count as per desire. This is a pure HTML one line tag that will not effect anything on your blog or web page so its time to add this snippet and increase your pageviews.

Features:

1.) No JQuery File Added.
2.) JavaScript File Added.
3.) No Extra CSS Added.
4.) Simple And Fast Loading Widget.
5.) Can Work With Any Browser.

How To Add In A WebPage OR Blog?

1.) Just Go To Your “Web Page File” OR Blog Template File.
2.) Now “Copy” The Below Codes And “Paste” It Before </head> Tag.

<meta http-equiv="refresh" content="5" >

3.) “Save” It, Now You Are Done.

Recommended For You:
Two Dimensional Text Description Plus Image JQuery Slider

A WebPage Example:

<!doctype html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Auto Reload Blog</title>
<meta http-equiv="refresh" content="5" >
</head>
<frameset rows="*" framespacing="0" border="0" frameborder="NO">
<frame src="https://www.exeideas.com/" name="Auto Reload Blog" scrolling="auto" noresize>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>

Customization:

1.) You can change the refresh timing as per your desire. Dont not set too fast or user will leave your blog or web..

Last Words:

That’s all we have. If you have any problem with this code in your template then feel free to contact us with full explanation of your problem. We will reply you as time allow to us. Don’t forget to share this with your friends so they can also take benefit from it and leave your precious feedback in our comment form below. Happy blogging, See you in next article…

You Like It, Please Share This Recipe With Your Friends Using...

8 Responses to “How To Reload Your Blog And WebPage Automatically?”

  1. Deepti says:

    I definitely going to optimize this on my website and also suggest my friend to implement to reload blog or web pages automatically, But i am question in mind that, will google penalize my website due to increment of PageView by implementing this trick. Please do reply ASAP..!

    • EXEIdeas says:

      Welcome here and thanks for reading our article and sharing your views. You can take it to a limit like 3-5 time once per page or or fix desired amount to avoid Google.

  2. Richa says:

    Thanks for sharing the basic steps to reload webpage. I am new in development, can you please guide how to add schema?

  3. suman says:

    Thanks for sharing automatic reloading of webpage. i tried many places and finally found great stuff.

  4. thegurukull says:

    Wow great article, After reading here and there i found my solution on this page, Great Bro thanks fo sharing such a nice article

Leave a Reply to Richa Cancel reply

Your email address will not be published. Required fields are marked *