Instruction
1
Please check first, how are these metatags and where they should be inserted. Metatags are built by the same rules as any other tags of the HTML language with tag bracket < and closes icon set: space, slash and parenthesis " />". Except for the name tag inside the brackets can be placed additional information, which in this language is called the "attributes" tag. For META tags, one of the attributes is required - content, and of the remaining three is often used only the name attribute. An example of a simple meta tag:<meta name="keywords" content="metatags, HTML" />Here are two attributes, name and content. The value of the name attribute of this meta tag (keywords) means that the content attribute is placed key words which search engines should classify the content of the page.To place the metatags you need in the header part of the source code of the page that is inside the block that starts with <head> and ends with </head> tag. Usually they are placed inside this block immediately after the <title> tag that contains the window title of the page, but this rule is not mandatory.
2
Specifying what and where should be placed, you can move on to the practical part of the procedure. First, open the source code of the page is intended for meta tags. If you have the ability to edit using the page editor from the website management system, open need, please switch the editor from WYSIWYG (What You See Is What You Get - "what you see is what you get) mode of editing HTML code. If management systems do not use - download page file to his computer and open in text editor.
3
Now in the source code need to find a header block and place it inside your metatags. This unit is located almost at the very beginning of the page. You can't go wrong if you will look for the string "</head>" (without the quotes) and insert your metatags directly before this tag.
4
Now it remains only to save the page with added meta tags. If you have not used the page editor, and downloaded the file from the server upload it back, replacing the old with the new. To download and upload files most convenient using the file Manager, which is in the control panel of any hosting provider. All the procedure in this case takes place directly in your browser.