confused about SE + SEO.

Please support our Search Engine Optimization advertiser: Get a Free SEO Analysis!
Reply

Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

confused about SE + SEO.

 
0
  #1
Feb 9th, 2005
OK, I'm new here, and to the whole web site stuff..... and more than a little confused about the placing on search engines, how to get listed, the time it takes, robots.txt, and how to be ranked higher etc.



I have text on my site, I have meta tags - kw, Des and title, I have figured away of having coresponding text so that it rates higher due to content.... yet I have a javascript menu system... so no txt links as navagation, nor do I link outside of my site, nor want to!

So how do I alter things to improve my placement?
It seems a little unfair if you don't use txt links or link to other sites that you get penalised for this.... is there an alternative?

Further, what is the robots.txt, and how can I get it to stop listing parts of my site, (such as a forum?).

Any info would be appreciated!

Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 54
Reputation: seobook is an unknown quantity at this point 
Solved Threads: 1
seobook seobook is offline Offline
Junior Poster in Training

Re: confused about SE + SEO.

 
0
  #2
Feb 11th, 2005
>robots.txt

its a text file that sits in the root of your site and tells robots not to index certain parts of your site. this would disallow cgi bin tmp and private

User-agent: *
Disallow: /cgi-bin/
Disallow: /tmp/
Disallow: /private/

more info at http://www.robotstxt.org/wc/robots.html

>So how do I alter things to improve my placement?
It seems a little unfair if you don't use txt links or link to other sites that you get penalised for this.... is there an alternative?

one way or another you need links.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Re: confused about SE + SEO.

 
0
  #3
Feb 11th, 2005
so, even though I have a nice little JS menu, I still need to place txt based Ahfrefs on each page?

That sucks! Still, I suppose I could just cut and paste the code to the bottom of each page! Thats a saod though, as I have about 30+ pages!
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 193
Reputation: Scribbller is an unknown quantity at this point 
Solved Threads: 2
Scribbller Scribbller is offline Offline
Insane Scribblling

Re: confused about SE + SEO.

 
0
  #4
Feb 14th, 2005
Well alot of sites have JS menues, but what alot of them do is have text links at the bottom of the page on the footer which serve the purpose of having text links. Well there are two ways really you either want to cut and past the code or may build the whole site using php includes which only requires you to update one file.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Re: confused about SE + SEO.

 
0
  #5
Feb 16th, 2005
I've trawled through my JS menu code and cut the deignations... all I have to do is turn them in to links... when I have the time!
I'm looking inot CSS and the coding rules for the web, conformities etc..... then I'll rebuild the site!
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,035
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 127
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: confused about SE + SEO.

 
0
  #6
Feb 16th, 2005
Sounds like a plan. Check out our HTML / CSS forum if you need help.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 62
Reputation: 2ndPlatform is an unknown quantity at this point 
Solved Threads: 0
2ndPlatform's Avatar
2ndPlatform 2ndPlatform is offline Offline
Junior Poster in Training

Re: confused about SE + SEO.

 
0
  #7
Feb 17th, 2005
Hey Autocrat --

I posted a little snippit about rollover menus in a thread a while back:
http://www.daniweb.com/techtalkforums/thread16208.html

You'd probably be able to mod it a bit to use images as backgrounds for your menu items... but anyway... I use this method for my menus a lot of times so that I can still have text link items.

Just thought I'd throw it out there.

Let me know if you need help.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Re: confused about SE + SEO.

 
0
  #8
Feb 18th, 2005
All of this is great... but still doesn't resolve the issue of SE ranking!

I've looked and looked, and I'll I find is contradiction.... some sites say A, others say B, then some say NOT A, but B, and on a few, I have seen A, B, NOT A and definitely NOT B!

So what should I be doing?

I have good Keywords, singluar and phrases, title, description etc. I have a WELCOME PAGE with no txt, so I have put in "hidden txt" (same Colour as the BG), I'm about to paste in standard TXT links at the bottom of the page etc.....
What is good, what isn't..... the club kind of needs the site working by summer, as thats when we usually get new members..... but I'm thinking it's pointless.... the SE penalise anyone with graphical or design flair, and I'd be better with a plain old B&W sodding TXT FILE up on the net.... man this sucks! It's pathetic!
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,035
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 127
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: confused about SE + SEO.

 
0
  #9
Feb 18th, 2005
I think it was mentioned before - if you have a javascript menu, be sure to add text links in the footer as well, so that search engines can spider all of the links. But you can do some amazing things with CSS nowadays - Definitely check out http://css.maxdesign.com.au/index.htm for some ideas.

Aside from that, very bad technique to use so-called "hidden text" - search engines penalize you for text color the same color as the background because they consider it a sleezy technique.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 62
Reputation: 2ndPlatform is an unknown quantity at this point 
Solved Threads: 0
2ndPlatform's Avatar
2ndPlatform 2ndPlatform is offline Offline
Junior Poster in Training

Re: confused about SE + SEO.

 
0
  #10
Feb 18th, 2005
First things first -- calm down.

There is a TON of good information on this board and others regarding GOOD SEO techniques. You'll find that there are variations in techniques too. You're probably not going to see overnight results, you have to be consistent and patient and you have to READ and LEARN a lot before you think about being frustrated.

Good luck...
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Search Engine Optimization Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC