How to add Meta-tags to your website (place meta-tags)

Here you will find all the information about how to add meta-tags to an existing website. We now assume you have some basic knowledge about building a webpage, HTML and internet programs. To make changes to your page you need :
- an FTP program, to transfer files to and from your server to your computer
- Username and password of your server
- A simple text editing program like Simpeltext or Notepad
Frequently Asked Question
- Question : "I have no clue, what am I supposed to do now?"
- Answer: ask a friend that has some internet knowledge or even better: hire a website builder! Also your server provider can help you. If you use a CMS system, ask the supplier of the program for help.
Steps
Adding meta-tags to your page is not very difficult, but it has to be done in an accurate way. Otherwise it might be possible that your website is not working properly anymore.
- Allways make a backup of your website. Now you are able to replace the file with a copy if something goes wrong.
- Make relevant meta-tags by using our online Meta-tags Wizard
- Make a FTP connection with your webserver
- Obtain the index.htm or index.html file
- Open this file with Notepad or SimpleText or a HTML editor

<HTML>
<HEAD>
<TITLE> New Document </TITLE>
</HEAD>
<BODY>
Test text
</BODY>
</HTML>
- Copy and past the meta-tags between <HEAD> </HEAD> part in the source of your page
- Save the page
- Replace the index file with FTP on the webserver
- Check your webpage with our Meta-tags Analyzer
- Repeat step 1 to 9 to add meta-tags to all the pages of your website
So it's not that difficult to add meta-tags to your website. Use our online Meta-tags Generator to generate a correct HTML file to add meta-tags to your website.

|