English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can anyone tell me what meta tags are and how to insert them into my website.

2006-09-20 07:50:48 · 6 answers · asked by Robert B 2 in Computers & Internet Programming & Design

6 answers

The element provides meta-information about your page, such as descriptions and keywords for search engines and refresh rates.
if you goto http://www.w3schools.com/tags/tag_meta.asp
this will explain in good detail how to use meta tags.

2006-09-20 07:53:05 · answer #1 · answered by Paultech 7 · 2 0

The two most common uses of meta elements on the Web are to provide a description and to provide meta keywords for a web page. This data may then be used by search engines (such as Google or Yahoo!) to generate and display a list of search results matching a given query.

In your HTML file Meta Tags sit inside the "Head" tag. So your HTML file will be structured something like...



<-- things like your page title and meta tags go here -->


<-- your main website code sits here -->


You can read up on Meta Tags by simply googling the two word in speech marks, ie "meta tags", or you can visit http://www.w3c.org to really get into the nitty gritty.

However, the easiest way to do it if you really do know nothing about web building and just want to get it done and over with, is to go here:

http://www.metataggenerator.eu/meta-tag-generator/index.php

Fill in the boxes and click "create meta tags". This will then generate some code that you can copy and paste into your HTML code (following the structure I wrote out above)

To edit your HTML page, ideally edit it in Dreamweaver or another WYSIWYG editor of similar reputation, OR simply right hand click on the file and select "open with..." and then either "Wordpad" or "Textpad" whichever is available. Copy and paste the generated code and you're done.

Hope that helps

2006-09-21 03:51:12 · answer #2 · answered by gromitski 5 · 0 0

you probably are just interested in the ones that the search engines look for,,,



you put them in each html file, within the tag.

2006-09-20 14:28:15 · answer #3 · answered by jake cigar™ is retired 7 · 0 0

in short. Meta tags are just identification tags for e.g. search bots -so that they can pick up the relevant info to that search + keyword or who was the author of the webpage etc.

2006-09-22 10:22:32 · answer #4 · answered by «Dave» 4 · 0 0

are yoiu using a wysiwyg html editor where you drag stuff on the page and it writes the source code for you or are you using a normal html editor where you can write the code yourself? what is the name of it? we can't help you without this info.

2006-09-20 07:54:41 · answer #5 · answered by Anonymous · 0 3

complicated stuff. seek at yahoo or google. just that may help!

2015-03-30 15:37:06 · answer #6 · answered by margarita 2 · 0 0

fedest.com, questions and answers