-
Problems
This line enable URL Rewriting . It must be enabled via the RewriteEngine directive! and if your .htaccess file is going to use rewrite rules, you should always include this line. Otherwise, you can’t be sure if its enabled or not. The string “on” is case insensitive.
Note: <meta> tags always go inside the <head> element.
Note: Metadata is always passed as name/value pairs.
Note: The content attribute MUST be defined if the name or the http-equiv attribute is defined. If none of these are defined, the content attribute CANNOT be defined.
Note: Metadata is always passed as name/value pairs.
Note: The content attribute MUST be defined if the name or the http-equiv attribute is defined. If none of these are defined, the content attribute CANNOT be defined.
Use of Metatags
- For configuring search engines
- For reloading page
- For Internet Content Rating Association (ICRA) Rating System
SEARCH ENGINES
DESCRIPTION
< META name="DESCRIPTION" content="problem based solution">
Most search engines will display the description when they list results from a search.
If you do not include this tag, then the engine will simply list the first words on the page - which is not always very meaningful.
KEYWORDS
<META name="KEYWORDS" content="html, css, javascript ,php">
This meta tag was intended to be used for keywords with special relevance for the page.
But because of misuse, many engines skip them. Others use them as an indicator of whether a page is spam or not.
The few that use them to indicate what the page is really about, do not value them as much as they used to.
OTHER TAGS
Many HTML editors create a meta tag telling which program was used for the page.
<META name="GENERATOR" content="Sublime Text Editor">
Another common tag tells who created the page:
<META name="AUTHOR" content="Santosh Dahal">
AUTOLOAD PAGES
You can use the refresh meta tag to automatically load a page after x seconds.
<META http-equiv="REFRESH" content="10; url=http://www.makeowmwebsitecode.blogspot.com">
In the example www.makeowmwebsitecode.blogspot.com is loaded after 10 seconds.
No comments:
Post a Comment