Is it possible to move the 'Footer Archive Links' into the actual table
This is a discussion on Moving 'Footer Archive Links' within the General Discussion forums, part of the vBulletin SEO Discussion category; Is it possible to move the 'Footer Archive Links' into the actual table...
Is it possible to move the 'Footer Archive Links' into the actual table
Yes, here's a snippet from the vBSEO Control panel for the archive link options:
NOTE: Enter <!--VBSEO_ARCHIVE_LINKS--> in your footer template to specify a location for the archive links, otherwise, these will be added at the very bottom of the output.
can i also move the vBSEO next to it.
Do you mean vBSEO copyright message? You can specify it's location with <!--VBSEO_COPYRIGHT--> tag.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Is there anyway to hide these links? because i have like 58 links at the bottom of my page hehe
Bluepearl Design
http://www.bluepearl-design.com - Design Community
http://www.musclesci.com - BodyBuilding Community
http://www.vbulletin-templates.com - Free vBulletin Templates
You can manually select unlinked copyright option in config_vbseo.php file:
PHP Code:// ****** COPYRIGHT NOTICE ******
// As per the License Agreement (www.crawlability.com/vbseo/license/), you may NOT remove (or modify) the
// copyright notice. Select one of the copyright notices to be displayed in ALL pages enhanced by vBSEO:
//
// Linked
// 1. Search Engine Friendly URLs by vBSEO 3.0.0
// 2. Content Relevant URLs by vBSEO 3.0.0
// 3. Search Engine Optimization by vBSEO 3.0.0
// 4. SEO by vBSEO 3.0.0
// 9. Ping/Trackback Enabled by vBSEO 3.0.0
//
// Not Linked
// 5. Search Engine Friendly URLs by vBSEO 3.0.0 й 2007, Crawlability, Inc.
// 6. Content Relevant URLs by vBSEO 3.0.0 й 2007, Crawlability, Inc.
// 7. Search Engine Optimization by vBSEO 3.0.0 й 2007, Crawlability, Inc.
// 8. SEO by vBSEO 3.0.0 й 2007, Crawlability, Inc.
// 10. Ping/Trackback Enabled by vBSEO 3.0.0 й 2007, Crawlability, Inc.
//
//
// When this option is set to '0', the system auto-selects a copyright notice for you. Setting this
// option to a value from '1' to '10' will display the copyright notice of your preference.
define('VBSEO_COPYRIGHT', 8);
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!