vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] DragonByte SEO v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=308615)

cdoyle 07-10-2014 12:45 PM

Are there some recommended settings that everyone should do?

I just checked out my Bing Webmaster tools, and since enabling this mod my metrics have took a nosedive. Not sure why.
My pages indexed were cut in half, same with pages crawled and my clicks from search is down 72%. Appeared in search is also down 63% since installing this.

Not sure what to do to improve that?
Any ideas?

ForceHSS 07-10-2014 05:15 PM

Quote:

Originally Posted by Skyrider (Post 2506200)
Yes.. I understand it's a nginx config file.. I use 2 nginx conf files for vBulletin and I own a VPS myself ;) thanks. I understand how it works. I "included" a conf file to pinpoint to DBTech's rewrite rules, but its giving errors.. So the rewrite rules that DBTech has shared is invalid.

I still lack some knowledge, though, hence I'm unable to fix the location (for now)... Until I learn how to solve it.

If you are having problems post on their site they will go into your site and config it for you

DragonByte Tech 07-10-2014 05:22 PM

Quote:

Originally Posted by Skyrider (Post 2506194)
Again:

the nginx config in the do_not_upload

Code:

location ~* \.(png|jpg|jpeg|gif|ico)$
        {
                expires 30d;
                log_not_found off;
        }
        location /
        {
                try_files $uri $uri/ /dbseo.php;
        }

        location ~ ^((?!dbseo).)*\.php$
        {
                rewrite ^/(.*)$ /dbseo.php last;
        }
       
        location ~* \.(php)$
        {
                fastcgi_index index.php;
                fastcgi_pass unix:/var/run/php5-fpm.sock;
                include /etc/nginx/fastcgi_params;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
                fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;
        }

Gives:

nginx: [emerg] duplicate location "/" in /xx/xxx/xxx.conf:7

The above is a clean config btw. No extra things has been added.

You need to merge the location entries found in our config file with your existing one. You can't have multiple directives for the same location, as evidenced by the error message :)

Quote:

Originally Posted by cdoyle (Post 2506210)
Are there some recommended settings that everyone should do?

I just checked out my Bing Webmaster tools, and since enabling this mod my metrics have took a nosedive. Not sure why.
My pages indexed were cut in half, same with pages crawled and my clicks from search is down 72%. Appeared in search is also down 63% since installing this.

Not sure what to do to improve that?
Any ideas?

There may be a transitional period where your content is reindexed with the new URLs :)

Be sure to enable the sitemap processing, that will ensure Bing gets alerted of any new content.


Fillip

cdoyle 07-10-2014 07:00 PM

Quote:

Originally Posted by DragonByte Tech (Post 2506246)
There may be a transitional period where your content is reindexed with the new URLs :)

Be sure to enable the sitemap processing, that will ensure Bing gets alerted of any new content.


Fillip

OK, I'll give it some more time.
Where is this sitemap setting? Is it called 'sitemap processing'?

thanks
Chris

kylek 07-11-2014 07:09 AM

Helping a forum owner out with this and we are testing it and it looks good so far.

He used vb's advanced friendly urls.

Advanced Friendly URLs:
showthread.php/1234-Thread-Title

Can the lite version do the same thing? Basically notice the .html at the end of urls and would like to remove it if possible, or is this a feature in the Pro version?

Thanks!

Chadi 07-11-2014 04:10 PM

I dont' know why this mod is messing things up. I can't even create certain new threads here. It just redirects to any random thread.

Subject: testing
Post: "just testing stuff out".

Why?

cdoyle 07-11-2014 07:35 PM

1 Attachment(s)
Does anyone know why my structured data would drop like this or how to fix it?

Also my Google Webmaster index files are dropping now too. They went up when I first installed this, but now it's back down to maybe lower than it was before I enabled it.

Does anyone have any settings they've enabled in this mod, that have helped their rankings?
I feel like I'm always fighting this with the engines, and never getting any results from anything I do.

DragonByte Tech 07-12-2014 04:02 PM

DragonByte SEO v1.1.5

New Features

Content Tagging: Thread
  • Forums can now be excluded from automatic content tagging
  • The re-calculate page now has an optional start date
  • A new option to only generate tags from the thread title has been added

Bug Fixes And Issue Fixes:
  • On certain systems, certain profile links would not work as intended when redirected to rewritten URLs


Fillip

DragonByte Tech 07-12-2014 04:06 PM

Quote:

Originally Posted by cdoyle (Post 2506264)
OK, I'll give it some more time.
Where is this sitemap setting? Is it called 'sitemap processing'?

It's listed under Sitemap Settings in the DBSEO CP :)

Quote:

Originally Posted by kylek (Post 2506344)
Helping a forum owner out with this and we are testing it and it looks good so far.

He used vb's advanced friendly urls.

Advanced Friendly URLs:
showthread.php/1234-Thread-Title

Can the lite version do the same thing? Basically notice the .html at the end of urls and would like to remove it if possible, or is this a feature in the Pro version?

Thanks!

It's not possible to replicate the Advanced Friendly URLs schema, but you do have options to have URL schemas without .html in them.

Quote:

Originally Posted by Chadi (Post 2506418)
I dont' know why this mod is messing things up. I can't even create certain new threads here. It just redirects to any random thread.

Subject: testing
Post: "just testing stuff out".

Why?

Make sure your thread URL format doesn't conflict with any other formats.

Quote:

Originally Posted by cdoyle (Post 2506455)
Does anyone know why my structured data would drop like this or how to fix it?

That could be related to a temporary drop in the indexed pages as Google indexes your new URLs.


Fillip

Skyrider 07-13-2014 07:47 AM

Thanks, got the config to work.. my bad!

Is it normal though that all old URL's that were created with vBulletin's friendly URL (advanced rewrite) no longer works?


All times are GMT. The time now is 07:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01570 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete