javascript prevents SEO

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brandonstills
    Confirmed User
    • Dec 2007
    • 1964

    #1

    javascript prevents SEO

    I've been thinking about using a custom javascript framework more heavily to dynamically generate pages but won't that fuck up search engines since they won't be able to parse the pages? Flash has the same issue, how do people get around this issue? Do you simply do 2 different versions, gracefully degrade the site? How smart are the major search engines when it comes to javascript?

    Brandon Stills
    Industry and programming veteran
    [email protected] | skype: brandonstills | ICQ #495-171-318
  • Fat Panda
    Porn is Dead. Move along.
    • Aug 2006
    • 13296

    #2
    se can only read html

    Comment

    • hungry hungry hippy
      Confirmed User
      • Mar 2007
      • 249

      #3
      Originally posted by SAC
      se can only read html
      wrong, at least for google. they've been reading and interpreting js for a while.

      Comment

      • GrouchyAdmin
        Now choke yourself!
        • Apr 2006
        • 12085

        #4
        If you want dynamic, fine, but why are you limiting your scope to JavaScript?

        Comment

        • SmokeyTheBear
          ►SouthOfHeaven
          • Jun 2004
          • 28609

          #5
          Originally posted by SAC
          se can only read html
          wtf ?

          google can read javascript just fine, i suggest doing some testing first with various methods , but they certainly DO read javascript
          hatisblack at yahoo.com

          Comment

          • SmokeyTheBear
            ►SouthOfHeaven
            • Jun 2004
            • 28609

            #6
            if you wanna test various methods , heres one way

            make a blogger blog with an offsite js call and put
            document.write("wordnotfoundingoogle");

            that word will soon show up in google
            hatisblack at yahoo.com

            Comment

            • Diligent
              Confirmed User
              • Aug 2003
              • 1594

              #7
              JS doesn't screw with Your overall SEO... what You've probably heard is; to not put "SE-critical" stuff inside Javascripts, which is a good guideline...

              One reason is that at least one SE (G) doesn't pass through linkjuice to stuff linked to inside a JS. I happen to have that rumor confirmed myself.
              They handle that the same way they handle rel="nofollow" in links.
              Last edited by Diligent; 02-26-2008, 07:41 PM.
              ~¤~ MORE MONEY ~¤~ VOD? XoD! ~¤~
              ~¤~ ICQ# 9828 2461 ~¤~

              Comment

              • SmokeyTheBear
                ►SouthOfHeaven
                • Jun 2004
                • 28609

                #8
                Originally posted by Diligent
                JS doesn't screw with Your overall SEO... what You've probably heard is; to not put "SE-critical" stuff inside Javascripts, which is a good guideline...

                One reason is that at least one SE (G) doesn't pass through linkjuice to stuff linked to inside a JS. I happen to have that rumor confirmed myself.
                They handle that the same way they handle rel="nofollow" in links.
                i wouldnt be so sure about that.. i have tested this very subject myself and found the opposite.

                i will try and put an example up soon
                hatisblack at yahoo.com

                Comment

                • brandonstills
                  Confirmed User
                  • Dec 2007
                  • 1964

                  #9
                  I'm referring to complete DOM manipulation, not just document.write.

                  Brandon Stills
                  Industry and programming veteran
                  [email protected] | skype: brandonstills | ICQ #495-171-318

                  Comment

                  • Diligent
                    Confirmed User
                    • Aug 2003
                    • 1594

                    #10
                    Smokey..: Hmm.. interesting..

                    I'll check back here later for that, thanks for sharing
                    Naptime about now though.
                    ~¤~ MORE MONEY ~¤~ VOD? XoD! ~¤~
                    ~¤~ ICQ# 9828 2461 ~¤~

                    Comment

                    • syntacks
                      Confirmed User
                      • Dec 2004
                      • 147

                      #11
                      in terms of linking, it's true, using JS for links, just like flash, will act like a nofollow for GG.
                      Try Loaded Get Lust

                      Comment

                      • brandonstills
                        Confirmed User
                        • Dec 2007
                        • 1964

                        #12
                        What about the text on the page though, will it pick it up? And how complex of Javascript can it parse? Does it actually execute the javascript, or does it merely scan it.

                        Brandon Stills
                        Industry and programming veteran
                        [email protected] | skype: brandonstills | ICQ #495-171-318

                        Comment

                        • brandonstills
                          Confirmed User
                          • Dec 2007
                          • 1964

                          #13
                          Why does the porn.com avatar keep showing up as my avatar?

                          Brandon Stills
                          Industry and programming veteran
                          [email protected] | skype: brandonstills | ICQ #495-171-318

                          Comment

                          • brandonstills
                            Confirmed User
                            • Dec 2007
                            • 1964

                            #14
                            Is it every other time I post?

                            Brandon Stills
                            Industry and programming veteran
                            [email protected] | skype: brandonstills | ICQ #495-171-318

                            Comment

                            • rowan
                              Too lazy to set a custom title
                              • Mar 2002
                              • 17393

                              #15
                              Originally posted by brandonstills
                              Is it every other time I post?
                              It's displayed for every third post in a thread. It's not attached to any particular post or user, it will disappear once the branding does.

                              Comment

                              Working...