I have a website and I would like to know how can I put in codes into my website to promote it. Sometimes a message would come up and say copy & paste it to url, but I do not know it it goes in the front or the back of the url. I would be using explore to input the code. I would like a step by step process if possible.
This conversation is currently closed to new comments.
I think what you're asking about are referred to as "META" tags. They go in the "HEAD" of your HTML file. They are recognised by search spiders, which is what can make them useful.
The "Description" is generally what the search engine uses in the display of site listings. The "Keywords" are a comma-delimited list of keywords that users might enter in a search engine that you figure describe your site.
For example:
<HTML> <HEAD> <meta http-equiv="Description" content="One or two BRIEF sentences go in here. This gets displayed by the search engine in the site listing."> <meta http-equiv="Keywords" content="search keys,keys for searching,searchkeys,searchkey,search key,search,key,keys,variation,varations,spelling error,spelling eror"> </HEAD> <BODY> This is the body of your page </BODY> </HTML>
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
codes