What would 1 page SE optimization cost?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dirty F
    Too lazy to set a custom title
    • Jul 2001
    • 59204

    #1

    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
    Confirmed User
    • Feb 2004
    • 1155

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

    Comment

    • iwantchixx
      Too lazy to set a custom title
      • Oct 2002
      • 12860

      #3
      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.

      Comment

      • Dirty F
        Too lazy to set a custom title
        • Jul 2001
        • 59204

        #4
        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.

        Comment

        • xxxmaster
          Confirmed User
          • Feb 2004
          • 1155

          #5
          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!

          Comment

          • Dirty F
            Too lazy to set a custom title
            • Jul 2001
            • 59204

            #6
            thanks dude

            Comment

            • galleryseek
              Confirmed User
              • Mar 2002
              • 8234

              #7
              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.

              Comment

              • Jimmie
                Confirmed User
                • Dec 2003
                • 872

                #8
                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.......
                Livin' Fat Cause I Aint On Speed....

                Comment

                • galleryseek
                  Confirmed User
                  • Mar 2002
                  • 8234

                  #9
                  Originally posted by Jimmie
                  i still need to learn to do that stuff, with CSS.......
                  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

                  Comment

                  • Fletch XXX
                    GFY HALL OF FAME DAMMIT!!!
                    • Jan 2002
                    • 60840

                    #10
                    CSS is the way

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

                    ive been obscessed with web standards and css as of late

                    Want an Android App for your tube, membership, or free site?

                    Need banners or promo material? Hit us up (ICQ Fletch: 148841377) or email me fletchxxx at gmail.com - recent work - About me

                    Comment

                    • Fletch XXX
                      GFY HALL OF FAME DAMMIT!!!
                      • Jan 2002
                      • 60840

                      #11
                      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

                      Want an Android App for your tube, membership, or free site?

                      Need banners or promo material? Hit us up (ICQ Fletch: 148841377) or email me fletchxxx at gmail.com - recent work - About me

                      Comment

                      • galleryseek
                        Confirmed User
                        • Mar 2002
                        • 8234

                        #12
                        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.

                        Comment

                        • Fake Nick
                          So Fucking Banned
                          • Jul 2004
                          • 7708

                          #13
                          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

                          Comment

                          • RazorSharpe
                            Confirmed User
                            • Aug 2001
                            • 2238

                            #14
                            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.
                            Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

                            Comment

                            • Fletch XXX
                              GFY HALL OF FAME DAMMIT!!!
                              • Jan 2002
                              • 60840

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

                              Want an Android App for your tube, membership, or free site?

                              Need banners or promo material? Hit us up (ICQ Fletch: 148841377) or email me fletchxxx at gmail.com - recent work - About me

                              Comment

                              • Fletch XXX
                                GFY HALL OF FAME DAMMIT!!!
                                • Jan 2002
                                • 60840

                                #16
                                i just started using firefox BTW ;)

                                Want an Android App for your tube, membership, or free site?

                                Need banners or promo material? Hit us up (ICQ Fletch: 148841377) or email me fletchxxx at gmail.com - recent work - About me

                                Comment

                                • RazorSharpe
                                  Confirmed User
                                  • Aug 2001
                                  • 2238

                                  #17
                                  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,
                                  Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

                                  Comment

                                  • Nicky
                                    Too lazy to set a custom title
                                    • Mar 2003
                                    • 30071

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

                                    gfynicky @ gmail.com

                                    Comment

                                    • Fletch XXX
                                      GFY HALL OF FAME DAMMIT!!!
                                      • Jan 2002
                                      • 60840

                                      #19
                                      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!

                                      Want an Android App for your tube, membership, or free site?

                                      Need banners or promo material? Hit us up (ICQ Fletch: 148841377) or email me fletchxxx at gmail.com - recent work - About me

                                      Comment

                                      • thaifan99
                                        Confirmed User
                                        • Jul 2003
                                        • 3029

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

                                        Guarantee u top listings in yahoo and google.
                                        ARE YOU A FAMILY MEMBER? CLICK HERE TO FIND OUT!

                                        Comment

                                        • suesheboy
                                          Confirmed User
                                          • Nov 2002
                                          • 5211

                                          #21
                                          1 page will not be enough.
                                          Adult Web Site Domain Names For Sale
                                          Adult Sex Toy Domain Names For Sale
                                          Tantric Delights, Sex Toys Blog, Tantric Sex Toys

                                          Comment

                                          • Webby
                                            Too lazy to set a custom title
                                            • Oct 2002
                                            • 14956

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

                                            CSS



                                            Nice one Fletch!!
                                            XXX TLD's - Another mosquito to swat.

                                            Comment

                                            • polish_aristocrat
                                              Too lazy to set a custom title
                                              • Jul 2002
                                              • 40377

                                              #23
                                              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?
                                              I don't use ICQ anymore.

                                              Comment

                                              • calmlikeabomb
                                                Confirmed User
                                                • May 2004
                                                • 1323

                                                #24
                                                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]-->
                                                Last edited by calmlikeabomb; 03-07-2005, 05:07 PM.
                                                subarus.

                                                Comment

                                                • polish_aristocrat
                                                  Too lazy to set a custom title
                                                  • Jul 2002
                                                  • 40377

                                                  #25
                                                  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
                                                  I don't use ICQ anymore.

                                                  Comment

                                                  • Dirty F
                                                    Too lazy to set a custom title
                                                    • Jul 2001
                                                    • 59204

                                                    #26
                                                    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.

                                                    Comment

                                                    • skillfull
                                                      Confirmed User
                                                      • Apr 2003
                                                      • 4716

                                                      #27
                                                      testing sig
                                                      please ignore or click it ;)
                                                      mind at underdark dot cc
                                                      SEO Analyst
                                                      Thunder-Ball.net - Member

                                                      Comment

                                                      Working...