Link to home
Start Free TrialLog in
Avatar of Gary
GaryFlag for Ireland

asked on

How search engine friendly

Looking for opinions how my site will look to search engines, bots etc.  What keywords can you suggest and will the robots follow the links in the dropdowns or do I need to do something about this?  And any other suggestions as always warmly appreciated.
(I can give upto 500 pts for good suggestions for each person...?)
Avatar of humeniuk
humeniuk
Flag of Canada image

SEO (Search Engine Optimization) is a complex enterprise and far from an exact science.

A good place to start is to read Google's Webmaster Guidelines at http://www.google.com/webmasters/guidelines.html.

A great site to start learning SEO that Kohashi recommended in a different thread is www.highrankings.com.

Some basic concepts:

Keywords - come up with a list of keywords that people looking for a site like yours would use to search.  First, include these keywords in a meta-tag inside the <head></head> tags of your page.  Some search engines don't look at meta keywords anymore, some still do.

Example:
<META NAME="keywords" CONTENT="keyword, another keyword, more keywords, you get the idea">

Make sure you don't use too many keywords, just the best ones.  Which keywords you use depends entirely on what your site is about.  Make sure your keywords appear early and often in the text on your page.  You can also use your keywords in the alt tags of your images, just make sure they are relevant.  If you throw them in just to include them, many search engines will consider them keyword spam.

Content - most search engines are biased in favor of good, relevant content.  Make sure you provide lots of it.

Links - search engines like lots of quality incoming and outging links.  By 'quality' I mean links to and from sites with information related to the information on your site and sites which have lots of traffic and good search engine position themselves.  A good idea is exchanging links with relevant websites.  Avoid using link farms - websites of little or no merit that exist merely to provide links and traffic - as most search engines (esp. Google) frown upon them.  (see www.southwestecommerce.com/library/linkfarms.htm or
www.searchengineguide.com/krause/2002/1219_kk1.html for link farm info)

You can find numerous SEO articles at www.sitepronews.com.  You can find their 2004 article archive at www.sitepronews.com/archives.html.

Some good EE threads to look at:
https://www.experts-exchange.com/questions/21028745/How-can-I-position-this-site-Higher-in-Google-Yahoo.html  (general SEO)
https://www.experts-exchange.com/questions/21038192/Search-Engine-Optimization-Suggestions.html  (general SEO)
https://www.experts-exchange.com/questions/21047966/Trying-to-improve-my-site's-ranking-by-search-engines.html  (keywords)
https://www.experts-exchange.com/questions/21060097/exchanging-links.html  (link exchange)

There are lots of SEO companies for hire.  Many of their websites include lots of basic info and tips.  See www.google.com/search?hl=en&ie=UTF-8&q=search+engine+optimization.

As mentioned, this is just a starting point.  The best thing to do is (1) start reading, there is a lot to learn, and (2) see what works - try things and see if it improves or hurts your ranking.  Over time, you'll start to get the hang of it.
Avatar of Gary

ASKER

I was kinda looking for more site specific opinions, i.e. will the bots follow the links I have on the home page from the dropdowns or will I need to create virutal directories so the likes of Google will follow and find all the content. I do have a site that comes up in the top 3 for search terms so I know the very basics of what needs to be done but thats a different kind of site from this one and I'm not sure how it will look to the bots etc.
My understanding is that it depends on what sort of dropdown you use.  User-friendliness and robot-friendliness vary widely among your options - Javascript, DHTML, Flash, etc. - so it's a good idea to have alternative navigation/link options to compliment them.  I'm sorry that this is pretty vague.  I'd be interested in more detailed info about that myself.
Avatar of Gary

ASKER

The dropdowns aren't really dropdowns at all but tables in a layer so the links are actually a javascript onClick event with the locations being something like this...
onclick="location.href='index.asp?county=1&city=2&propertytype=5'"
So will the bots see that link and follow it?
If necessary I could easily just create normal <a href links on the pages
Avatar of Gary

ASKER

...and just thinking is having all the links point back to index.asp a bad thing.  Should I use 'virtual' directories for the links like
/dublin/dublin city center/pubs/trendy/index.asp

Which of course still loads the same index page and I just parse out the information from the folder structure of the link, but makes google think I've got hundreds of pages on the site - which is a good thing is it not?
GaryC123 -

>will the robots follow the links in the dropdowns or do I need to do something about this?

The links look fine in fact the pages I checked are already in the Google index.

>And any other suggestions

At the moment Google sees http://www.yourdomain.com/ and http://yourdomain.com/ as two different pages in the index.  You need to set up a 301 redirect from  http://yourdomain.com/ to http://www.yourdomain.com/

>What keywords can you suggest

In your case the keywords will be the services that you provide. This is a highly competitive area so you will be better off with a page for each keyword rather than targeting multiple keywords on one page.  So for example if the key phrase is 'Web Hosting' then <title>Web Hosting</title>, lots of text in the body with the 'web hosting' phrase and inbound links with 'web hosting' as the anchor text.

On another page you might target 'Windows Web Hosting' and in this case <title>Windows Web Hosting</title>, lots of text in the body with the 'Windows Web Hosting' phrase and inbound links with 'Windows Web Hosting' as the anchor text.

From the look of it you are going to need 20 or so pages to cover your services but it will be worth it in the long run :)

If you are writing your own copy then for your targeted keywords search on Google and look at (but do not copy) the text that others have used, this will give you some ideas of what to say.

- duz
I believe most search engines will be able to follow that kind of link.  Having said that, when the design doesn't preclude it, I often include text links to important pages or sections in a footer to compliment whatever primary navigation I'm using.

One note from your example: you probably are aware that some debate remains over how well search engines index dynamic pages and url's with ?s and &s (ie. index.asp?county=1&city=2&propertytype=5).
Avatar of Gary

ASKER

Tx duz, I'll get the 301 set up, I put a link on another site so Google would start indexing it rather than submitting seperately and I've already submitted to dmoz.  What about the folder structure thing - having one page or...
Avatar of Gary

ASKER

humeniuk
Yeah I know, Google and few others apparently have no problem but... thats why I'd be interested on thoughts on my idead earlier about making the links point to a folder structure (that doesn't exist) that I can parse the information from.  Would make it look like a site having a lot of pages and lots of content is good?
ASKER CERTIFIED SOLUTION
Avatar of duz
duz
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I agree with the duz approach, root directory vs. folders plus sitemap.
Avatar of Gary

ASKER

Ok,
Theres only about 20 pages in total of which index.asp is the only page that is loaded, the other pages are just includes based on the corporate side, all regular visitors see are index.asp followed by the querystring,  I have 12,000 properties which come under the different categories - area, type etc and this will likely grow to 100,000 next year.  Now I've been led to believe that have the folder structure with the names of areas in it - so this is the url - is good for search engines, but if as you say just have a site map page that makes it all the easier for me.
Avatar of Gary

ASKER

So instead of index.asp maybe root the urls to say dublin.asp and then drill down within that page for all the other content, same for cork.asp, waterford.asp etc?
Avatar of Gary

ASKER

btw can you recommend a good search engine submission company.
GaryC123 -

Yes site map (if implementation is practical) wins every time Gary.

- duz





Gary -

>btw can you recommend a good search engine submission company.

No :) :) :)

Much better to let the search engines find the site (and new pages in this case) by themselves.

Hand submit to directories of course.

- duz
Avatar of Gary

ASKER

Ahhh I see ;o)
Thank you, Gary.  I posted over there.  Duz is the master, but if I helped a little, I'm glad.