vBulletin Search Engine Optimization
This is a discussion on VBA Links Directory site map within the Feature Requests forums, part of the vBSEO Google/Yahoo Sitemap category; Thanks for that Oleg. Just tested it and it works fine...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#16
| |||
| |||
|
Thanks for that Oleg. Just tested it and it works fine |
|
#17
| ||||
| ||||
|
Great!
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#18
| |||
| |||
|
Database error in vBulletin 3.6.8: Invalid SQL: SELECT * FROM vb5_adv_links_categories WHERE private = 0; MySQL Error : Unknown column 'private' in 'where clause' Error Number : 1054 |
|
#19
| |||
| |||
|
and what about pages of the category , some categories has more than 1 page
|
|
#20
| ||||
| ||||
|
Try to remove "WHERE private = 0" part from the query.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#21
| |||
| |||
|
I would like to include vbadvanced links directory in the sitemap - also photopost classifieds. I have been through this thread and cannot see if the issues around install of the addon have been completely resolved. I have VBA Links Directory v2.0.1 installed on BizFace Community - Business Directory cheers RoyMogg |
|
#22
| ||||
| ||||
|
Please try the add-on code posted above: VBA Links Directory site map
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#23
| |||
| |||
|
Hi Oleg From the code posted is is necessary to remove the where clause in the following statement for 3.6.8 SELECT * FROM vb5_adv_links_categories WHERE private = 0; cheers Roy |
|
#24
| ||||
| ||||
|
You should remove it if you get database error when generating sitemap.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#25
| ||||
| ||||
|
This all seems very complicated, could we please include vblinks sitemap stuff in the next version of VB seo/Google sitemap generator? please ,because I dont like playing with messy code,as I am most likely to break something.
|
|
#26
| |||
| |||
|
Hi Oleg, Just to confim no issues at all with this small hack. vbadvanced 3.0 RC1 vbadavanced links 2.0.1 and vb 3.6.8p2 Its as simple as suggested just the file to create and upload and include in the add-ons dialogue in vbseo - good job cheers Roy www.bizface.co.uk |
|
#27
| ||||
| ||||
|
Great, I'm glad that it works fine.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. Last edited by Joe Ward; 02-10-2008 at 09:42 AM. |
|
#28
| |||
| |||
|
Hi, Oleg The timing of the error at 6.08 occurred during the site map generation with the links directory add-on so I expect the fault is here. I updated the links directory this weekend. Can you advise issue - I will check is suspended is still a valid col in the new release if so I assume it can be removed from this statement in the vba_links module. regards RoyMogg sorry this thread starter is a little old - admin can push to new thread if necessary no bump intended. Database error in vBulletin 3.7.3: Invalid SQL: SELECT * FROM bf_adv_links WHERE suspended = 0 AND open > 0; MySQL Error : Unknown column 'suspended' in 'where clause' Error Number : 1054 Request Date : Thursday, September 4th 2008 @ 06:08:37 AM Error Date : Thursday, September 4th 2008 @ 06:08:45 AM Script : http://www.example.com/bizfaceforum/...hp?rand=257151 Referrer : http://www.example.com/bizfaceforum/register.php IP Address : Username : Unregistered Classname : vb_database MySQL Version : |
|
#29
| ||||
| ||||
|
I do not have the latest vBa Links version, so please check if there is a "suspended" column in "bf_adv_links" db table and if it's not existing you can remove "suspeded = 0 AND" from sql query.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#30
| |||
| |||
|
Thanks Oleg, I have checked over with Brian at VBA and carried out the following tweak to the script: In the vbseo_sm_vba_links.php file Changed 'suspended = 0' to 'valid != 2' as suggested. I have manually started a sitemap generations and it went through OK and seems to have mapped the links dir. I suggest the script at the top of the thread is amended regards Roy |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD | Joe Ward | General Discussion | 25 | 06-05-2008 12:04 PM |