GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What would 1 page SE optimization cost? (https://gfy.com/showthread.php?t=441125)

Dirty F 03-07-2005 03:38 PM

What would 1 page SE optimization cost?
 
Just a few keywords, metatags and shit...im not trying to get a #1 position...i mean i will get high listed anyway because few people search for this.
They just have to find me when typing in about 6 different keywords.

xxxmaster 03-07-2005 03:46 PM

i can help you hit me up......

iwantchixx 03-07-2005 03:47 PM

People would probably charge more than it's worth to you really. Do you already have good inbound links? If it's just setting up the page to be SE friendly I can do it for ya real cheap.

Dirty F 03-07-2005 04:00 PM

Iwantchixx, i had you on icq before, cant find you...odd...hit me up 95164758
xxxmasters, thanks but i know iwantchixx so im gonna ask him to help me.

xxxmaster 03-07-2005 04:03 PM

Quote:

Originally Posted by Franck
Iwantchixx, i had you on icq before, cant find you...odd...hit me up 95164758
xxxmasters, thanks but i know iwantchixx so im gonna ask him to help me.

thats cool dude, good luck with your ventures!

Dirty F 03-07-2005 04:05 PM

thanks dude

galleryseek 03-07-2005 04:11 PM

i'll tell ya what it involves for free

1. clean code, preferably tableless and structered using xhtml/css - make sure it validates in every sense.
2. proper use of tags, like h1 / h2 / h3, paragraph, lists. the idea is to use minimal tags, try to keep from using <img src> tags as much as possible (to display images use CSS)
3. be sure your page is targeted with one primary keyword and perhaps 1 to 2 secondary keywords, be sure your kw density is not too low but not too high.
4. be sure to link to it from somewhere within your site with your target kw in the anchor text.
5. get as many relevant backlinks as possible using primarily your target keyword but also instances of your other keyword, alternate the anchor text you use / request.

hope that helped.

Jimmie 03-07-2005 04:21 PM

Quote:

Originally Posted by galleryseek
i'll tell ya what it involves for free

1. clean code, preferably tableless and structered using xhtml/css - make sure it validates in every sense.
2. proper use of tags, like h1 / h2 / h3, paragraph, lists. the idea is to use minimal tags, try to keep from using <img src> tags as much as possible (to display images use CSS)
3. be sure your page is targeted with one primary keyword and perhaps 1 to 2 secondary keywords, be sure your kw density is not too low but not too high.
4. be sure to link to it from somewhere within your site with your target kw in the anchor text.
5. get as many relevant backlinks as possible using primarily your target keyword but also instances of your other keyword, alternate the anchor text you use / request.

hope that helped.

i still need to learn to do that stuff, with CSS....... :upsidedow

galleryseek 03-07-2005 04:28 PM

Quote:

Originally Posted by Jimmie
i still need to learn to do that stuff, with CSS....... :upsidedow

it is a fucking bitch / hassle at first, trust me... simply because IE is a big steaming pile of dog shit and you have to worry about cross-browser optimization... you'll have it lookin great in firefox then in IE it'll look all fucked up. heh

Fletch XXX 03-07-2005 04:31 PM

CSS is the way

http://www.ch33rs.com/css.html

ive been obscessed with web standards and css as of late

Fletch XXX 03-07-2005 04:32 PM

Quote:

Originally Posted by galleryseek
it is a fucking bitch / hassle at first, trust me... simply because IE is a big steaming pile of dog shit and you have to worry about cross-browser optimization... you'll have it lookin great in firefox then in IE it'll look all fucked up. heh

breaking the "font" tag habit was the best day of my life.

CSS

galleryseek 03-07-2005 04:39 PM

Quote:

Originally Posted by Fletch XXX
breaking the "font" tag habit was the best day of my life.

CSS

my site healthygo is entirely in xhtml/css (although there are still some problems with validation i have yet to fix). view the source though, it's great having it at a minimal amount.

i also believe it helps with the SERPs, although I dont know how much.

Fake Nick 03-07-2005 04:49 PM

threads like this make me wonder about the skills of some of the "webmasters" here


I have said it before and will say it again people that buy gallery spots or who do mailing are not webmasters

threads like this really show who the real n00bs are

RazorSharpe 03-07-2005 04:50 PM

Hi FletchXXX,

Nice design tips site, I had a little wander about the place. Just thought I would mention that some of your pages suffer FOUC syndrome.

FOUC stands for Flash of Unstyled Content and occurs ONLY on IE for Windows (V5 and above). Basically all this is, is a momentary flash of unstyled content. It's quite easily fixed by adding one of the following to the <head></head> section of your html:

1. Link element:
<link rel="stylesheet" type="text/css" media="print" href="print.css">

2. SCRIPT element:
<script type="text/javascript"> </script>

The second solution is just an empty script tag but both ways seem to kill FOUC syndrome.

Fletch XXX 03-07-2005 04:50 PM

i didnt design ch33rs in CSS, its a mess ;)

Fletch XXX 03-07-2005 04:51 PM

i just started using firefox BTW ;)

RazorSharpe 03-07-2005 05:04 PM

Hi again Fletch,

Should have mentioned the page I spotted FOUC on, sorry about that:

http://www.ch33rs.com/design

That is where it occurs and looking at your source confirms that it uses CSS and more precisely the @import attribute. This is specifically why and when FOUC occurs.

Firefox isn't a bad browser at all; I have it installed on all my PCs ... although I still use IE predominantly.

Cheers,

Nicky 03-07-2005 05:04 PM

Franck, you mean you have no knowledge of html or site building?

Fletch XXX 03-07-2005 05:06 PM

Quote:

Originally Posted by RazorSharpe
Hi again Fletch,

Should have mentioned the page I spotted FOUC on, sorry about that:

http://www.ch33rs.com/design

That is where it occurs and looking at your source confirms that it uses CSS and more precisely the @import attribute. This is specifically why and when FOUC occurs.

Firefox isn't a bad browser at all; I have it installed on all my PCs ... although I still use IE predominantly.

Cheers,

ah you are correct.... i thought you meant the whole site.

i am in the process of cleaning up the older parts, not enough time in the day hehehe... but yes the /design/ directory should be fixed, thanks!

thaifan99 03-07-2005 05:08 PM

If u need more....... togm(at)hotmail.co.uk

Guarantee u top listings in yahoo and google.

suesheboy 03-07-2005 06:13 PM

1 page will not be enough.

Webby 03-07-2005 06:53 PM

Quote:

Originally Posted by Fletch XXX
breaking the "font" tag habit was the best day of my life.

CSS


:1orglaugh :1orglaugh :1orglaugh

Nice one Fletch!!

polish_aristocrat 03-07-2005 07:00 PM

Quote:

Originally Posted by Fake Nick
threads like this make me wonder about the skills of some of the "webmasters" here


I have said it before and will say it again people that buy gallery spots or who do mailing are not webmasters

threads like this really show who the real n00bs are

"webmasters" or not, ppl are here for the money

would you rather have mad webmaster skills and make $2k per month, or be good in selling and make $20k per month?

calmlikeabomb 03-07-2005 07:05 PM

Hi,

I just thought I would put my 2 cents in here.

When using css to design your website it might be able good idea to use 2 seperate styling sheets since IE willl render pages differently than most browsers.

Code:

<![if !IE]>
<link rel="stylesheet" type="text/css" media="print" href="print.css">
<![endif]>
<!--[if IE]>
<link rel="stylesheet" type="text/css" media="print" href="print.css">
<![endif]-->


polish_aristocrat 03-07-2005 07:07 PM

Quote:

Originally Posted by polish_aristocrat
"webmasters" or not, ppl are here for the money

would you rather have mad webmaster skills and make $2k per month, or be good in selling and make $20k per month?

I think BradShaw and Rick Latona don't even know HTML :upsidedow

Dirty F 03-07-2005 07:10 PM

Quote:

Originally Posted by Nicky
Franck, you mean you have no knowledge of html or site building?


Oh i built tons of sites in the last 6 or 7 years...
I just never got into the SE thing. I seriously know nothing about it.

Guess im a fake webmaster now according to fake nick's theory.

Shame on me.

skillfull 03-07-2005 07:12 PM

testing sig
please ignore or click it ;)


All times are GMT -7. The time now is 04:18 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123