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:
1. An FTP program, to transfer files to and from your server to your computer
2. Username and password of your server
3. A simple text editing program like Simple text or Notepad
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.
1. Always make a backup of your website. Now you are able to replace the file with a copy if something goes wrong.
2. Make relevant Meta tags by using any Meta tag Generator
3. Make a FTP connection with your web server
4. Obtain the index.htm or index.html file
5.Open this file with Notepad or SimpleText or a HTML editor
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<meta name="Keywords" content=" meta tags analyzer, meta tags wizard">
<meta name="Description" content="Follow our steps how to add meta tags…">
<meta name="distribution" content="global">
<meta name="author" content="Ghulam Mustafa Shad">
</HEAD>
<BODY>
Test text
</BODY>
</HTML>
6. Copy and paste the Meta tags between; <HEAD> </HEAD> part in the source of your page
7. Save the page
8. Replace the index file with FTP on the web server
9. Check your webpage with any Meta tags Analyzer
Note:- Repeat step 1 to 9 to add Meta tags to all the pages of your website
No comments:
Post a Comment