PDA

View Full Version : www.chestertourist.com - get me listed!!!



jbutton
12-23-2004, 01:24 PM
I want to get listed on the first page for the keyword 'chester'.

help.

I am not on the 86 pages returned for search
'chester' in google.co.uk

pr 4/10
links 100's
keyword appears 36 times in index.html.
keyword in title and meta keyword tags.

sandis.viksna
12-23-2004, 02:39 PM
1300$ and you will be quite soon listed!

Or okay, this time I help you for free...

dude, on about 75% backliks

you have something like www.chestertourist.com in link text? do you think google treats it good? i bet it don't!

change all these links to a more human type language

like

<a href=http://www.chestertourist.com>chester toursim information .. </a> bla bla...

and then add even more backlinks

your competiter number one for chester has
about 508 linking to them

next site of about 990 linking to them

hehe.. 400 and 300

and so on ;) for chester universitu and so forth ;)

better pay 1300$ to me and I help you to handle that stuff much faster ;)

sfowler
12-23-2004, 02:44 PM
How long have you had that site?

cbp
12-23-2004, 02:53 PM
You just need a lot more links wih Chester as anchor text .... competition is tuff..


How long have you had that site?
Domain was registered April 2004
-->could be sandboxed, but is not in first 100 sites for allinanchor:chester, so can not tell.

CBP

jbutton
12-24-2004, 07:45 AM
I am not sure if I have too many links ?
what is the google limit ?
25 per page ?

I have 10 pages.

I am using www.linkmarket.net and I am turned into a link farm !

quark
12-27-2004, 07:05 PM
1-your code is a mess-too much spaghetti and copy starts too low on code page

2-you are not making use of your meta tags which tells me:

3-you did not research your keywords (how people actually search for your service)

4-you are lacking copy on the page-not enough of it with your keywords.

5-too many photos and no copy on internal pages

6-seems like your server is also slow retreiving your pages.

<MOD EDIT> - please no self promotion.</>

Kenai Alaska
12-29-2004, 01:43 AM
Separate out all the css and javascript, and link to it instead of filling up the page with unusable text. Your page code is important real-estate that needs to be used wisely.

Save the javascript to a separate file like so,




<!-- Begin
var days = new Array(8);
days[1] = "Sunday";
days[2] = "Monday";
days[3] = "Tuesday";
days[4] = "Wednesday";
days[5] = "Thursday";
days[6] = "Friday";
days[7] = "Saturday";
var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";
var dateObj = new Date(document.lastModified)
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear = dateObj.getYear()
if (fyear < 2000)
fyear = fyear + 1900
document.write(wday + ", " + lmonth + " " + date + ", " + fyear)
// End -->

Link to it like so,


<script language="JavaScript" src="css/effect1.js" type="text/javascript"></script>

In this example, effect1.js is the file saved into the css directory. Note: You can save it to wherever you like, just change the path - src=”your-folder/your-file-name.js

Also use an external css file in much the same manor. Try to get down to the least amount of code as possible and maximize your on page content as high in the page as possible.

I also agree that the page load time seems excessive. Try cleaning up the code and limiting the photos. Remember that the majority of users are accessing your site with a good old 56k modem.