Results 1 to 3 of 3

More Google Webmaster Questions

This is a discussion on More Google Webmaster Questions within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi Guys, I have a few more questions please. So far I have about 200 Crawl errors in Webmaster Tools ...

  1. #1
    Junior Member
    Real Name
    Richard Knight
    Join Date
    Sep 2011
    Posts
    12
    Liked
    0 times

    More Google Webmaster Questions

    Hi Guys,

    I have a few more questions please.

    So far I have about 200 Crawl errors in Webmaster Tools for my site.

    I have noticed some of these errors come from when people post links to other domains on my forum.

    For example,
    Someone has posted a link to :
    h**p://tinyurl.com/3n38azq

    My Crawl error shows :404 Not found linked from three pages.
    http://www.myforum.co.uk/3n38azq
    This happens for every URL that someone pasts on my forum, the number is slowly increasing everyday.

    How can I fix this?

    Next question:
    404 Errors for forumdisplay.php
    http://www.myforum/forumdisplay.php?26-Other-Pets-Forum

    My actual URL is:
    http://www.myforum.co.uk/other-pets/

    So is the best practice to block forumdisplay.php in my robots.txt file?


    Am I able to make future posts including my domain name rather than changing all the names or is this not allowed?

    Thanks for any help

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    It is normal for google to 'stuff' urls from other sites on to your domain like it's doing for tiny url. As long as they correctly error, its ok.

    For forumdisplay, since you used friendly urls before youneed to add in a redirect code for those apges:

    Code:
    RewriteCond %{QUERY_STRING} !do=
    RewriteCond %{QUERY_STRING} ([0-9]+)-[^/]+\/page([0-9]+)$
    RewriteRule ^(forumdisplay\.php)$ vbseo.php?vbseourl=$1&f=%1&page=%2 [L]
    RewriteCond %{QUERY_STRING} !do=
    RewriteCond %{QUERY_STRING} ([0-9]+)-[^/]+$
    RewriteRule ^(forumdisplay\.php)$ vbseo.php?vbseourl=$1&f=%1 [L]
    Should go right above the sitemap rule in the htaccess file.

  3. #3
    Junior Member
    Real Name
    Richard Knight
    Join Date
    Sep 2011
    Posts
    12
    Liked
    0 times
    Thanks once again Brian, a big help!

Similar Threads

  1. 404 Not Found - Google Webmaster.
    By wac in forum Troubleshooting
    Replies: 2
    Last Post: 09-20-2009, 04:50 AM
  2. google webmaster tools
    By m0rgulvale in forum General Discussion
    Replies: 7
    Last Post: 07-13-2009, 11:13 AM
  3. Google WebMaster
    By DerekRDenholm in forum Troubleshooting
    Replies: 10
    Last Post: 09-28-2008, 02:12 PM
  4. google webmaster error
    By leanbulk in forum URL Rewrite Settings
    Replies: 4
    Last Post: 02-05-2008, 11:40 AM
  5. Google Webmaster Tools
    By OnR in forum Türkçe
    Replies: 2
    Last Post: 07-12-2007, 11:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •