Log in

View Full Version : How to make google search my site? help please!



slava
02-15-2007, 07:38 PM
Hi,
I'm new in HTML and i dont know most of the things how they work.
Here is the code i've used, if there's something wrong with it, please help me fix it!

Thanks 4 your help!


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="contentslider.css" />

<script type="text/javascript" src="contentslider.js">



</script>


<meta name="keywords" content="soccer, player, football, ball, soccer player, match, championship, tournament, goals, coach, game, soccer field, team">
<meta HTTP/EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<title>
Home - English
</title>
<link rel="stylesheet" type="text/css" href="tintasii_style.css" media="all" />

<style type="text/css">
</style>
</head>

<body>

Freeman
02-15-2007, 10:19 PM
Google ignores all meta tags. It searches which words are actually in the content on your page. If you want your page to be popular by google, then you need to put real content into your pages. JF

TheBigT
02-16-2007, 02:57 AM
You must also add your URL to a list of URLs to crawl.

http://www.google.com/addurl/

slava
02-16-2007, 07:35 AM
#Freeman,

Thanks for your help, but could you please explain what you mean by putting real content into my pages?

codeexploiter
02-16-2007, 08:08 AM
By real content he Freeman meant putting worthy information that attracts the people into your site.

If your site doesn't offer valuable or interesting information people are not going to visit your site(s) as a result the popularity of the site will go down.

So you have to make sure that the content you provide to your users are worthy, consistent, error free, etc.

slava
02-16-2007, 04:30 PM
So, Google 4ex, searches only the websites that have valuable information? And this is the only way to make my site popular? Sorry i ask too many questions, but i really want my website work well, and and seen on the web world!

Why then the meta tags are used?

thanks!

Freeman
02-16-2007, 07:47 PM
They used to be used for search engines with the web. To many people abused this and would put in key words into the meta tags just so their site would be visited. Google has gotten smarter since then and ignores anything in the <meta> tags. If the content is in the <body> tags google will use that for what content is on your site. Google knows if people can see content on the page. If you want your site to be high on the list put in content that people can see. JF