Page 8 of 19 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 LastLast
Results 106 to 120 of 275
Like Tree2Likes

Verifying your vBSEO Google/Yahoo Sitemap Generator is Installed Correctly

This is a discussion on Verifying your vBSEO Google/Yahoo Sitemap Generator is Installed Correctly within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; hi please help to fix this warning in sitemap this warning PHP Code: 3028 Invalid tag value  This XML tag has an invalid value .  Please fix it  and  resubmit .  ...

  1. #106
    Senior Member
    Real Name
    kaveh
    Join Date
    Aug 2008
    Posts
    136
    Liked
    0 times
    hi

    please help to fix this warning in sitemap this warning

    PHP Code:
    3028 Invalid tag value 
    This XML tag has an invalid value
    Please fix it and resubmitHelp    [IMG]https://www.google.com/webmasters/tools/js/2757448062-question_mark.gif[/IMG] 
    my site map address :
    PHP Code:
    http://forum.patoghu.com/sitemap_index.xml.gz 



    an in setting sitemap only enable

    Include Forum Display Pages
    Include Show Thread Pages

    yestarday resubmit my sitemap in google but dont fix this

  2. #107
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #108
    Senior Member
    Real Name
    kaveh
    Join Date
    Aug 2008
    Posts
    136
    Liked
    0 times
    HI

    I manually re-generate your sitemap from within your control panel /vbseo_sitemap/

    and

    sure that you don't have empty "Priority" settings in vBSEO Sitemap Generator configuration

    and

    vbseo_sitemap_functions.php file:
    FIND:
    PHP Code:
    PHP Code:
    if(!$vboptions['vbseo_sm_priority_smart']) 


    REPLACE WITH:
    PHP Code:
    PHP Code:
    if(!$pmax || !$vboptions['vbseo_sm_priority_smart']) 


    and regenerate/resubmit sitemap.

    but dont fix this error en google

  4. #109
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    What is your setting for "Priority Range - Forum Display" ?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #110
    Senior Member
    Real Name
    kaveh
    Join Date
    Aug 2008
    Posts
    136
    Liked
    0 times
    hi

    this is 0.1

  6. #111
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please set it to range rather than single value, for instance:
    Code:
    0.2-0.6
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #112
    Member
    Real Name
    Sever
    Join Date
    Oct 2006
    Posts
    34
    Liked
    0 times
    Hey,

    Reading from google webmaster tools:

    Sitemap_1.xml.gz to _3 have WARNINGS.

    Also the total URLS in sitemaps is alot greater than indexed URLS. Is that ok?

    URLs not followed
    When we tested a sample of URLs from your Sitemap, we found that some URLs redirect to other locations. We recommend that your Sitemap contain URLs that point to the final destination (the redirect target) instead of redirecting to another URL

    Not sure how can I correct this.

    LATER EDIT: I read here and I disabled show post.

    Still:
    PS: How can I receive email when is generated? It worked a while but it stopped.

  8. #113
    Junior Member
    Real Name
    Charles Lee
    Join Date
    Apr 2009
    Posts
    5
    Liked
    0 times
    I am having trouble accessing my sitemap...

    I currently get a 403 Forbidden error when typing in the URL.

    Here are what my htaccess files look like:

    There is one in vbseo_sitemap/data that says
    Code:
    deny from all
    And the other one in my forums folder says
    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    #RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

    Any idea what I can do to fix this?

  9. #114
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    What is your forum URL?
    The Forum Hosting - Forum Hosting from the Forum Experts

  10. #115
    Junior Member
    Real Name
    Charles Lee
    Join Date
    Apr 2009
    Posts
    5
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    What is your forum URL?
    Swordhaven.net - Adventure Quest Worlds Forum - Powered by vBulletin

  11. #116
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    I am not seeing your board rewriting the URLs for vBSEO either. Does your host support the use of a .htaccess file and mod_rewrite?

    Please test here: [How to] Check if mod_rewrite is working for my site
    The Forum Hosting - Forum Hosting from the Forum Experts

  12. #117
    Junior Member
    Real Name
    Charles Lee
    Join Date
    Apr 2009
    Posts
    5
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    I am not seeing your board rewriting the URLs for vBSEO either. Does your host support the use of a .htaccess file and mod_rewrite?

    Please test here: [How to] Check if mod_rewrite is working for my site
    My host is Network Solutions and it says that they support it but I was never able to figure it out and my forums had been down for days so I disabled it.


    Do I really have to have it enabled to just create a sitemap?

  13. #118
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Without having the mod rewrite, your sitemap generator will not work. Also, your board still does not have the SEOd URLs. I would open a ticket with FTP and admincp access to troubleshoot your issue.
    The Forum Hosting - Forum Hosting from the Forum Experts

  14. #119
    Senior Member
    Real Name
    kaveh
    Join Date
    Aug 2008
    Posts
    136
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Please set it to range rather than single value, for instance:
    Code:
    0.2-0.6
    hi

    the old warning fix but now this warning

    PHP Code:
    Some URLs in the Sitemap have a high response time
    Some URLs listed in this Sitemap have a high response timeThis may indicate a problem with your server or with the content of the page

    URL:
        
    Problem detected on:   http://forum.patoghu.com/thread1131-53.html
        
    Apr 192009 

  15. #120
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    That message means that it took longer than expected for GoogleBot to load your page. You should check your average server load to make sure that pages are loading faster.
    Last edited by Joe Ward; 04-20-2009 at 12:07 PM.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Page 8 of 19 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 LastLast

Similar Threads

  1. vBSEO Google/Yahoo Sitemap Generator installed?
    By ehmax in forum General Discussion
    Replies: 5
    Last Post: 12-25-2007, 09:34 PM
  2. Installed vBSEO + vBSEO Google/Yahoo Sitemap Generator v.2.0
    By Garala in forum General Discussion
    Replies: 2
    Last Post: 11-08-2007, 11:27 PM
  3. vBSEO Google/Yahoo Sitemap Generator
    By Joe Ward in forum Pre-Sales Questions
    Replies: 0
    Last Post: 05-21-2006, 05:36 PM
  4. vBSEO Google/Yahoo Sitemap Generator
    By vnjporg in forum General Discussion
    Replies: 12
    Last Post: 03-16-2006, 03:36 PM

Posting Permissions

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