Results 1 to 4 of 4
Hello everyone, I just launched my website, but I'm not sure how to make it so people can find it using a search engine. Could someone please point me in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-25-2005 #1
How to make my site searchable
Hello everyone, I just launched my website, but I'm not sure how to make it so people can find it using a search engine. Could someone please point me in the right direction?
Thanks!
- 11-26-2005 #2
What the website address?
Did you put mega tags in the html?
Are you useing cpanel?
Those are some question to start with.
I do teck support for a data center server company and have my own webhosting company.<advertising NOT allowed in signatures>
- 11-26-2005 #3
The address is http://javasnob.homelinux.net.
The meta tags in the code are
Forgive my ignorance, but what's cpanel?Code:<meta name="description" content="Rob's Programming Tutorials"> <meta name="keywords" content="programming C C++ HTML Java Lisp ML Perl PHP Prolog Python Smalltalk SQL Tcl/Tk">
- 11-26-2005 #4
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="description" content="Rob's Programming Tutorials">
<meta name="keywords" content="INSERT YOUR KEYWORDS ABOUT YOUR WEBPAGE HERE">
<META name="author" content="Rob's Programming Tutorials by http://www.javasnob.homelinux.net - all content copyright 2005">
<META name="robots" content="index,follow">
<title>javasnob.homelinux.net</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
There is an exzampel of the mega tags the important one is the the one for robots as they help get you in the search engines.
cpanel is a panel for accessing your website that some hosting companys use www.cpanel.com
The reason for me asking they have a search engine summit built in them.<advertising NOT allowed in signatures>


Reply With Quote
