SOMEWHERE there's a bad profile link?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DisasterDotCom
    Member
    • Feb 2013
    • 85

    SOMEWHERE there's a bad profile link?

    I have a utility that tracks 404 errors on the site (outside of vBulletin) and I'm getting a lot of 404's for profiles that look like this:

    http://www.disaster.com/forumshttp://www.disaster.com/forums/member/26-colebra

    The search engines have found it, and - as a result - I'm seeing my crawl errors climb quickly in Google Webmaster Tools (which is a bad thing).

    Somewhere, there's a link to profiles that is bad, but I have no idea how to find it. Can you help me track it down?

  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74177

    #2
    What is the referrer of that link?
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • DisasterDotCom
      Member
      • Feb 2013
      • 85

      #3
      No referer, but here's how it appears in the log:

      GET /forumshttp:/www.disaster.com/forums/member/26-colebra

      It's Google finding it, so it has to be somewhere.

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74177

        #4
        Just because Google is linking to something doesn't mean it is actually in the software. Due to phrases and variables, this will be almost impossible to find. Do you have sitemap.xml generation turned on? If so, can you search those files for the link?
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 74177

          #5
          I've gone through all the links that I can think of on this forum that lead to profiles and can't replicate the issue. Have you modified any of the files or the .htaccess file in anyway?
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment

          • glennrocksvb
            Former vBulletin Developer
            • Mar 2011
            • 4021
            • 5.7.X

            #6
            I think I've found that somewhere before in Message Center (I think). But I can't find anymore (maybe it got fixed or I don't have enough message type?)

            Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

            Comment

            • Wayne Luke
              vBulletin Technical Support Lead
              • Aug 2000
              • 74177

              #7
              Originally posted by Glenn Vergara
              I think I've found that somewhere before in Message Center (I think). But I can't find anymore (maybe it got fixed or I don't have enough message type?)
              Google shouldn't have access to any links on that page though. Google is a guest and only has access to index guest pages.
              Translations provided by Google.

              Wayne Luke
              The Rabid Badger - a vBulletin Cloud demonstration site.
              vBulletin 5 API

              Comment

              • Mark.B
                vBulletin Support
                • Feb 2004
                • 24288
                • 6.0.X

                #8
                I've seen this before...I thought it had been fixed.

                It's in the message center, when reading a PM (the full PM, not the preview)...your avatar and username link to this (this is from my demo site):
                http://www.talknewsuk.com/testvbhttp://www.talknewsuk.com/testvb/member/1-mark-b

                No idea how that would end up in Google though since it's never visible to guests.
                MARK.B
                vBulletin Support
                ------------
                My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                Comment

                • DisasterDotCom
                  Member
                  • Feb 2013
                  • 85

                  #9
                  Yeah... that's weird... there is no access for guests (hopefully) to someone else's private messages.

                  It's not in the sitemap, and .htaccess hasn't been modified, so Google is picking it up on a crawl somewhere. If I was to rgrep for a string, what are the variables that would possibly create that URL?

                  Comment

                  • glennrocksvb
                    Former vBulletin Developer
                    • Mar 2011
                    • 4021
                    • 5.7.X

                    #10
                    Originally posted by Mark.B
                    I've seen this before...I thought it had been fixed.

                    It's in the message center, when reading a PM (the full PM, not the preview)...your avatar and username link to this (this is from my demo site):
                    http://www.talknewsuk.com/testvbhttp://www.talknewsuk.com/testvb/member/1-mark-b

                    No idea how that would end up in Google though since it's never visible to guests.
                    I found it now. It's in one of my PMs. The weird thing is it's not consistent. I only saw one (at least) instance of the wrong url for my profile in one of my posts in a single PM thread. The rest of the posts in that particular PM thread all have the correct profile url.

                    Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

                    Comment

                    • DisasterDotCom
                      Member
                      • Feb 2013
                      • 85

                      #11
                      Any clue on the variables to rgrep for? Or search the mysql database for?

                      Comment

                      • DisasterDotCom
                        Member
                        • Feb 2013
                        • 85

                        #12
                        BTW - while I wait to see if there's a variable to rgrep for... I am seeing that issue in the private message area... when I click on a profile link for someone who has sent me a PM, it's going to http://www.disaster.com/forumshttp://www.disaster.com/forums/member/<membername>

                        Comment

                        • glennrocksvb
                          Former vBulletin Developer
                          • Mar 2011
                          • 4021
                          • 5.7.X

                          #13
                          Found it again on my latest reply to a PM here.

                          I have no idea what's causing this. The postbit area is the conversation_userinfo template and this is being reused in topic detail page in different places.


                          Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

                          Comment

                          • Mark.B
                            vBulletin Support
                            • Feb 2004
                            • 24288
                            • 6.0.X

                            #14
                            I do recall looking at this some time ago, and the URL seems correctly formed in the templates, so there must be something in the code to cause this.
                            MARK.B
                            vBulletin Support
                            ------------
                            My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                            My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                            Comment

                            • glennrocksvb
                              Former vBulletin Developer
                              • Mar 2011
                              • 4021
                              • 5.7.X

                              #15
                              Originally posted by Mark.B
                              I do recall looking at this some time ago, and the URL seems correctly formed in the templates, so there must be something in the code to cause this.
                              Agreed. And to make it even harder, the issue does not happen consistently.

                              Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

                              Comment

                              Related Topics

                              Collapse

                              Working...