The meta keyword phrases tag permits you to deliver more text for crawler-based search engines like google to index as well as the body copy. How does this make it easier to? Properly, for many important crawlers, it does not. That is for the reason that most crawlers now ignore the tag. The meta keyword phrases tag is in some cases valuable as a solution to reinforce the terms you assume a page is very important for on the handful of crawlers that help it. As an example, for those who had a page about penis tablets -- And also you say the words penis tablets at many areas within your physique copy -- then mentioning the words "penis pills" inside the meta keyword phrases tag Could possibly enable improve your page a little larger for all those words.
The meta keyword tag can also be in some cases valuable as a solution to enable your page come up for synonyms or unusual words that do not seem on the page itself. As an example, let's say you had a page all about penis workout routines. You under no circumstances basically say the word "enlargement" on this page. By possessing the word within your meta keyword phrases tag, then you could possibly enable raise the odds of coming up if an individual searched for "penis enlargement exercises" Not surprisingly you'd higher raise the odds for those who just made use of the word "enlargement" inside the physique copy on the page itself. You'll want to include things like as much as 25 words or phrases, with every single word or phrase separated by commas.
Right here is an instance of what a very simple standard header should really appear like:<head> <title> Your page title here</title>
<meta name="Description" content="Your description here”>
<meta name="keywords" content="Only permutations of your keywords goes here”>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
There are some times when more code is necessary in your header, for example ,when using JAVA scripts or CSS (cascade style sheet) ; in this case it is best to use external files for java and css with extensions .js and .css.
To call your JavaScript simply cut the JavaScript from the header <script> to </script> and save in a file called java.js and call it using this line of code:
<SCRIPT LANGUAGE="JavaScript" SRC="java.js"> </SCRIPT>
Similarly to call your css from and ext file use this line of code:
<link href="css.css" rel="stylesheet" type="text/css">
<meta name="Description" content="Your description here”>
<meta name="keywords" content="Only permutations of your keywords goes here”>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
There are some times when more code is necessary in your header, for example ,when using JAVA scripts or CSS (cascade style sheet) ; in this case it is best to use external files for java and css with extensions .js and .css.
To call your JavaScript simply cut the JavaScript from the header <script> to </script> and save in a file called java.js and call it using this line of code:
<SCRIPT LANGUAGE="JavaScript" SRC="java.js"> </SCRIPT>
Similarly to call your css from and ext file use this line of code:
<link href="css.css" rel="stylesheet" type="text/css">
Keep in mind that the header is the invisible part of your page.
No comments:
Post a Comment