Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need someone to explain me a few things.
#11
But where to put this code?
Reply
#12
Code:
<html>
    <head>
        <meta name="description" content="Free Web tutorials" />
        <meta name="keywords" content="HTML,CSS,XML,JavaScript" />
        <meta name="author" content="Hege Refsnes" />
        <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
        <titl>Your Title</title>
    </head>
    <body>
    Your page content here
    </body>
</html>

Meta-Tags "description" and "keywords" are used by some engines as Infinity said, description is put under the title of the result on those search engines, while keywords describ the contents of the page.
Reply
#13
I know, but exactly where should I put this code?
Like, how do I acces the place where I should type this piece of code.
Reply
#14
(03-05-2011, 06:27 PM)lolzor60 Wrote: I know, but exactly where should I put this code?
Like, how do I acces the place where I should type this piece of code.

Depends on what you are using, the files containing these informations are HTML files, if you use myBB, you can set keywords and description somewhere in the Administration area, idk where...

Or you open .html files on your site and edit it in them, notepad is good forsuch things.
A backlink can be placed any where on your site, within the contents.

Meta-Tags get within the <head></head> block.
Reply
#15
(03-05-2011, 06:27 PM)lolzor60 Wrote: I know, but exactly where should I put this code?
Like, how do I acces the place where I should type this piece of code.

The only place the <head> tag would be is on the web page itself ( something.htm or .html files ). That's the code you should see. You can add this to the html page that you upload to your site easily if you open it in notepad or another text editor instead of opening it into your web browser. Then upload the new html page to your site.
Reply
#16
SEO is search engine optimization.
Reply
#17
(04-11-2011, 03:32 PM)prince of persia Wrote: SEO is search engine optimization.

Thanks for the definition that had already been explained in more detail by Gaijun Smile.... Over a month ago.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Things to avoid in SEO TalishHF 6 2,362 01-13-2012, 02:39 PM
Last Post: Camgaertner

Forum Jump:


Users browsing this thread: 1 Guest(s)