PDA

View Full Version : How to refresh meta tag?



ninadordev
01-29-2018, 02:37 AM
Hello friends,

How to refresh meta tag?

jennypitula
01-29-2018, 02:57 AM
In meta tag we mention some keywords, so by maintaining these same keywords you can alter the sentences. This process is called meta tag refresh.

davidsmith21
01-29-2018, 05:04 AM
The meta tag is used to produce extra data of the internet searcher. These majority of the data won't be seen, unless those client will select see 'Source' from the 'View' menu the place he will bring right of the html and only those page.

inoxindia
01-29-2018, 05:52 AM
You Can Use this Code for Refresh Meta Tag

<html>
<head>
<title>HTML in 10 Simple Steps or Less</title>
<meta http-equiv="refresh" content="5">
</head>
<body>
</body>
</html>

dennis123
01-30-2018, 02:00 AM
I think you are asking about meta robots tag to refresh the webpage. Here is the meta robot tag for refresh the webpage.

<meta http-equiv="refresh" content="5"/> --> This tag refresh the webpage after 5 seconds

<meta http-equiv="refresh" content="5, URL=www.example.com"/> --> This meta tag refresh the webpage and redirect to the different webpage. Best practice for customized 404 error page.

24x7servermanag
01-30-2018, 07:27 AM
Refresh tag is for the time interval for the document to refresh itself.

In HTML and XHTML, one can use the meta element with the value of the http-equiv attribute set to "Refresh" and the value of the content attribute set to "0" (meaning zero seconds), followed by the URI that the browser should request. It is important that the time-out is set to zero, to avoid that content is displayed before the new page is loaded. The page containing the redirect code should only contain information related to the redirect.

deepakrajput
01-31-2018, 11:28 AM
You have to submit your website in search engine to index it.