SEO question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • luqita
    Registered User
    • Dec 2010
    • 73

    #1

    SEO question

    Hi! I've been reading the SEO articles at the forums, but I'm not sure about one thing (and I'm a noob anyways at it)

    Suppose I have index.php, which contains links to galleries. One of the links takes you to interracial sex galleries, another one to blowjob galleries, and so on.

    What would be better for the destination? Would it be better to make it galleries.php?=blowjobs or galleries.php?=interracial, or is it better to generate the files separately and then have www dot mysite dot com/interracial, or www dot mysite dot com/blowjobs

    Does it make any difference? I want the site to be as SEO friendly as possible and I'm not really sure if any of the above solutions is better than the others, my guess is that it would be better to generate htmls separately but I could be wrong and it could mean no difference.

    Thanks!
    Expert developer. Years of experience with Mech Bunny, KVS, TGP, Smart Thumbs, Smart Tube Pro, PHP, MySQL, Zend, Laravel, JavaScript, Node.js, React, etc.

    Skype: luqita90
    Email: [email protected]
  • michael.kickass
    Too lazy to set a custom title
    • Mar 2009
    • 11039

    #2
    For SEO purposes you should concentrate on the keywords you choose and the meta description, both contained in your html/php index file. Your pictures should have descriptive names like hot-blonde-sucking-cock.png instead of 934652975.jpg. The texts should use the keywords you choose wisely, don't overuse them.

    About your question, I'm no expert but I believe there won't be much difference.
    NICERATIOS - $30 PPS - 50% Rev Share - 5% WM Referral - High Converting Sites!
    Any questions about your NICERATIOS account? Vanessa will take care of you: [email protected]

    Looking to expand your business in general, maybe sell your sites? Contact me:
    [email protected]

    Comment

    • jimmycooper
      Confirmed User
      • May 2010
      • 4016

      #3
      I've think subdomains are better than subdirectories..
      ie. blowjobs dot yoursite dot com instead of www yoursite dot com/blowjobs

      Comment

      • Sexgenoten
        Registered User
        • Dec 2010
        • 85

        #4
        Found an article about it.

        bestrank.com/blog/putting-end-to-subdomains-vs-subdirectories-debate

        In short
        The decision to utilize subdirectories and or subdomains can be thought of as a marketing and an information architecture consideration, largely based on how you want your site's content to be recognized by the engines and how you want to position yourself on the web for maximum profitability.

        Comment

        • chaze
          Confirmed User
          • Aug 2002
          • 9774

          #5
          Originally posted by luqita
          Hi! I've been reading the SEO articles at the forums, but I'm not sure about one thing (and I'm a noob anyways at it)

          Suppose I have index.php, which contains links to galleries. One of the links takes you to interracial sex galleries, another one to blowjob galleries, and so on.

          What would be better for the destination? Would it be better to make it galleries.php?=blowjobs or galleries.php?=interracial, or is it better to generate the files separately and then have www dot mysite dot com/interracial, or www dot mysite dot com/blowjobs

          Does it make any difference? I want the site to be as SEO friendly as possible and I'm not really sure if any of the above solutions is better than the others, my guess is that it would be better to generate htmls separately but I could be wrong and it could mean no difference.

          Thanks!
          first get rid of the =? if possible there has been lots of rumors for years about how that will hurt you. And you never see high ranked sites with it.

          Next each page name should match the link going to it. and the page itself should have the key word about 10-30 times.

          Then get other relevant good sites to link to the page with the keywords in the links.

          This should keep you busy for a while.
          Like the desert needs the rain
          We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001

          Comment

          • Sexgenoten
            Registered User
            • Dec 2010
            • 85

            #6
            Originally posted by chaze
            first get rid of the =? if possible there has been lots of rumors for years about how that will hurt you.
            I havent looked into it but i was told if u use index.php?boobies, google will automatically follow that link and index the page.
            That way, there is no need to make diffrent .html files.

            But again, i havent personaly looked into it.

            Comment

            • luqita
              Registered User
              • Dec 2010
              • 73

              #7
              Thanks for the answers... I made it using sub-directories.

              Thanks also for the advice on keywords and picture names
              Expert developer. Years of experience with Mech Bunny, KVS, TGP, Smart Thumbs, Smart Tube Pro, PHP, MySQL, Zend, Laravel, JavaScript, Node.js, React, etc.

              Skype: luqita90
              Email: [email protected]

              Comment

              • sexyangela
                Registered User
                • Oct 2010
                • 31

                #8
                Remove all the symbols, ie, '%','&','*','=' etc. These special characters are known as spider traps. The crawlers crawling a site will get confused by these symbols and characters. Make sure that the URL brings sense to the users.
                Free Porn | Free Hollywood Sex Clips

                Comment

                • bignasty
                  Confirmed User
                  • Nov 2003
                  • 1421

                  #9
                  Originally posted by chaze
                  first get rid of the =?
                  If your script passes the variable as GET, which it will if it's just clicking a link, you can't get rid of the ?, as that is used to denote your variables. What you can do is use .htaccess to give it a more search engine friendly url.
                  '

                  Comment

                  • robber
                    Web Developer
                    • Jan 2011
                    • 264

                    #10
                    You might want to try something like this in your .htaccess file:

                    Code:
                    RewriteEngine On
                    RewriteBase /
                    
                    RewriteRule ^/([^/\.]+)/?$ gallery.php?type=$1 [L]
                    It will redirect everything to gallery.php, i would suggest using a prefix before so it's targeted but that would be your choice.

                    Comment

                    Working...