HTML Meta Tag

This tag will pass the content to SEO and content will display on search engines like Google, bing, Yahoo ext… and also meta can refresh a page depends on the time interval on in seconds.
<html>
    <head>
                <title> First Page</title>
                <meta name='title' content='php,mysql,js,html,css traning center'/>
                <meta name='description' content='php,mysql,js,html,css traning center'/>
                <meta name='keywords' content='php trainging,mysql trainging,php & mysql trainging'/>
                <meta name='author' content='http://www.google.com'/>
                <meta http-equiv='refresh' content='1'/>
                <script>
                                document.write(Math.random());
                </script>
    </head>
    <body>
    </body>

</html>

No comments:

Post a Comment