| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Jan 2004
Posts: 360
|
ranking
How the hell do you get noticed on a search engine. I have a website that I need to promote but I have a promotion company working on our behalf but the ranking is not amazing. any tips? We currently appear on page of www.google.co.uk |
|
|
|
|
|
#3 (permalink) |
|
Senior Member
Join Date: Jan 2004
Posts: 360
|
www.vomfassuk.com i want to list under liqueurs, olive oil, whiskey, spirits, vodka etc |
|
|
|
#4 (permalink) |
|
Free Ring Ding™
Join Date: Feb 2003
Location: Manchester
Posts: 9,502
|
seo is whole nother ball game, best left to monkeys not designers; it only makes us bored. Go talk to some freaks at http://www.seochat.com and http://www.webmasterworld.com |
|
|
|
#6 (permalink) | |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,211
|
Quote:
You've missed the point of HTML having different elements to define text. Your headings are spans classed as heading - they should be h2's or whatever the structure of your document dictates. Also, the tables you've used do not help se's understand your content properly. You have a list of products that is not actually a list - its seperated by table cells. If you were to use a definition list, then se's would know that you have a list of products and what the products are. I know you've just re-built this site but it should have been with a little more attention to modern site construction, there are resons for it beyond confusing developers who don't understand how you can do it without tables. Not sure if anyone else has seena difference in the last week but there's been a google update and all my xhtml sites have benefitted from being properly coded. new se clusty (http://clusty.com) seems to give preference to xhtml documents too. |
|
|
|
|
#7 (permalink) |
|
Senior Member
Join Date: Jan 2004
Posts: 360
|
ok I just checked my site on this url http://www.google.com/search?sourcei...Ecom+%2Dpppppp and it seems to only recognise two static HTML pages in my webroot as apposed to seeing all of my dynamic pages. Is this a major problem as well. |
|
|
|
#8 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,211
|
yep. that's a piss poorly written portal page if ever i've seen one. if you turn off javascript then you can't see any of the pages in your site - which is what google is doing - googlebots are not javascript enabled clients so they're gonna see no content what so ever. you need to re-think your entry point. |
|
|
|
#10 (permalink) |
|
Senior Member
Join Date: Jan 2004
Posts: 360
|
mate I am a designer - everything you have said so far has been like a low flying plane over a very tall man wearing a top hat The site is driven by a cms so i need to adjust the pages to google will read the data from the database on the template pages. But I do not know how to do this. update: Ok I get what the hell you were on about and all I can say is arrrrrrrrghhhhh I still need to divert to my cms driven page but I shouldnt be doing it with javascript instead I should use something like this: <meta http-equiv="refresh" content="0; url=www.vomfassuk.com/grafiks/cms/page.asp?378"> is this right and would this now work Last edited by grafiks : 08-11-2004 at 10:35. |
|
|
|
#11 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,211
|
<meta http-equiv="refresh" content="0"; url="grafiks/cms/page.asp?378"> that is nothing to do with javascript, that should be placed inbetween your <head> tags. thing is, google will not read that either. how abut making a copy of your actual content page and calling it index.html - then have all the links going to the full pages within your site. what you could do is this: <noscript> <a href="grafiks/cms/page.asp?378" title="vomfast">Vomfast</a> <a href="grafiks/cms/page.asp?378" title="vodka">Vodka</a> <a href="grafiks/cms/page.asp?378" title="slipper thing">slipper thing</a> </noscript> noscript works like it suggests, it'll display that info to people (and se's) which do not read javascript. |
|
![]() |