Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Reply
Having hell getting my site recognized by major search engines
Old 03-22-2010, 04:45 PM Having hell getting my site recognized by major search engines
Junior Talker

Posts: 1
Name: anthony
Location: dallas
Trades: 0
i'm having hell getting my site, advlitigation.com, recognized by some of the more major search engines. i used one of those WYSIWYG web-designing programs to do this site, and downloaded a free template to complete the design/content. i've published it thru hostmonster, bot when i search for it i can only get it thru internet explorer.

CAN SOMEONE GIVE ME THE SECRET TO INSERTING WHATEVER HTML CODE THAT I MIGHT NEED TO GET THIS SITE VERIFY AND EXECUTABLE BY THE MAJORS??

Thanks

A.D.
admarsh is offline
Reply With Quote
View Public Profile Visit admarsh's homepage!
 
 
Register now for full access!
Old 03-22-2010, 04:51 PM Re: Having hell getting my site recognized by major search engines
ThailandForum's Avatar
King Spam Talker

Posts: 1,415
Name: Sir Richard Cranium
Location: Bangkok Thailand
Trades: 0
Quote:
Index of /

Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8l DAV/2 mod_auth_passthrough/2.1 FrontPage/5.0.2.2635 Server at advlitigation.com Port 80.
advlitigation.com/ - Cached
This is how google see's it, click on cache.
__________________


Last edited by ThailandForum; 03-22-2010 at 04:52 PM.. Reason: poxy spelling
ThailandForum is offline
Reply With Quote
View Public Profile Visit ThailandForum's homepage!
 
Old 03-22-2010, 04:53 PM Re: Having hell getting my site recognized by major search engines
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,390
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Your site needs an "index page"

What you need to do is move ALL the files on advlitigation.com/ from the advlitigation folder to the root of the site.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?

Last edited by chrishirst; 03-22-2010 at 04:56 PM..
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-31-2010, 01:03 PM Re: Having hell getting my site recognized by major search engines
L a r r y's Avatar
Super Talker

Posts: 103
Name: Larry K
Location: Arizona
Trades: 0
I am assuming that you are using an Apache server software. If you are using Windows IIS as your server, .htaccess will not work, and there are other ways to accomplish what is needed, that I am not familiar with.

You need to turn off directory browsing on your site, which is what I am seeing there now. I see you have a folder named "advlitigation" and a file named "favicon.ico" there now.

Code:
# disable directory browsing
Options All -Indexes
Place this in your .htaccess in the root. You can edit .htaccess in a text editor; however a note about Windows:

.htaccess is a file name that begins with a dot, and is a hidden file on Linux and on the Mac OS. Windows Explorer (the shell program that runs your Desktop and displays your computer's folders and files in windows as icons and so forth) does not allow you to create a file of this name, as it thinks of .htaccess as an extension and you must have a file name in front of an extension.

You can name the file as .htaccess using NotePad by placing the name in quotes, or by calling it htaccess.txt and later renaming it at your site in the ftp program. Better yet, use any number of third-party NotePad replacements that will allow you to directly create the .htaccess file without the extra fuss. MetaPad is one good choice. (Getting rid of Windows is another, but we won't go there today!)

You can then redirect the root to the /advlitigation/ folder from within the .htaccess file.

For more about .htaccess, do a Google search. There are many tutorials out there.

Some web sites I have run across place their root page one folder deep in the hierarchy, leaving them to be able to run scripts or whatever in the root before the page is displayed. You are started on this track, you just need to finish it.

You should also add a robots.txt to your root, which will direct search engine robots where they may go and where they are restricted. For more about robots.txt, do a google search.

Your WYSIWIG will not give you optimum HTML, and you may have to get into the code and manually change a few things.
At the top you need a <DOCTYPE> declaration, which I see you have. I did a Google search for doctype and found a load of useful links on that topic.

In the head, you need a <title> ... </title>, which will appear in the title bar of the visitor's browser, also in the search engine results as the link title linking to your page.

You need a meta description and a meta keywords. I have a site where Google does indeed use the words found in my meta description as the description of my page, but in order for this to happen it has to be on-target and to the point. And brief.

You need a meta tag like
Code:
<meta http-equiv="content-type" 
        content="text/html;charset=utf-8" />
with UTF-8 being a good all-around charset that supports both English alphabet and foreign-language characters
Beyond these three meta tags most other meta tags are unnecessary and just add bloat to your document.

Other things in the head include a link-rel tag or tags pointing to your style sheet(s), links to external Javascripts, or if they are short, sytles can be included in the head of the document as well as scripts.

What you want for good sarch engine performance is a page that follows a good outline. Typically one main topic per page, use an <h1>...</h1> (level-1) heading at the top of the article with any number of level-2 subheadings and as appropriate, level-3 subheadings. Do not skip levels when going deeper into a topic. In other words, do not start with an h2 or h3, and do not follow say an h1 with any less than an h2. it is all right to start a new subtopic at level 2 following a discussion at level 4.

If you can place the topic of your page at the top of the body and then place your navigation toward the middle or bottom of the document, no matter how it is displayed to the visitor, you enhance your search enginge standings. The less stuff the search robot has to sift through to get to the main topic the better your page stands to rank. This is why I discussed trimming unnecessary stuff from the head, and placing styles and scripts in outside links, and why I suggested placing the majority of your navigation or advertising further down the page.

Design your site to look good on Firefox and then use the if IE tags specific to Internet Explorer to contain code that will make it look right in IE. You can search for more info on conditional comments targeting IE.

In Firefox, go to the View menu, select Page style and select No style. You will see what your page will look like to the search engine robots. I sometimes use this feature in order to read a page that has been styled with a black background and has impossible-to-read blue links, or a page that has too much clutter and is hard to find what it is I am looking for.

Firefox is just an all-around better browser, but most of your customers will come to your site using the MSIE that was spoon-fed to them by Microsoft. So as a business you can't just ignore the worst browser ever made.

I may have gone overboard, but this may give you some insight. Hope it helps.

Last edited by L a r r y; 03-31-2010 at 01:07 PM.. Reason: Fixed a typo
L a r r y is offline
Reply With Quote
View Public Profile Visit L a r r y's homepage!
 
Reply     « Reply to Having hell getting my site recognized by major search engines
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.14970 seconds with 12 queries