vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Board Optimization - [SEO] Add Microdata Breadcrumbs (https://vborg.vbsupport.ru/showthread.php?t=277570)

Kane@airrifle 07-28-2016 02:48 PM

Any compelling SEO reason not to use Schema.org markup?

Code:

<vb:if condition="$show['breadcrumb']">
<div itemscope="itemscope" itemtype="https://schema.org/BreadcrumbList">
    <li class="navbit"><a href="{vb:raw nav_url}" itemprop="url"><span itemprop="name">{vb:raw nav_title}</span></a></li>
</div>
<vb:else />
<div itemscope="itemscope" itemtype="https://schema.org/BreadcrumbList">
    <li class="navbit lastnavbit"><span><span itemprop="name">{vb:raw nav_title}</span></span></li>
</div>
</vb:if>


boxingscene 09-23-2016 10:09 PM

Quote:

Originally Posted by marysnow786 (Post 2567092)
modules available for vb 3.8.x

What module does this on 3.8?

RichieBoy67 10-11-2016 07:04 AM

When running the live test I get a not found error and my thread shows like this:
http://############.com/showthread.php?t%3D211935

I have tried both scheme and data-vocab..

zorcocuq 02-10-2017 05:48 PM

1 Attachment(s)
An error on my site.

Kane@airrifle 02-11-2017 06:23 AM

I get better results with (VB4 - Mod Rewrite Friendly URLs)

Code:

<vb:if condition="THIS_SCRIPT != 'index'">
<vb:if condition="$show['breadcrumb']">
<span itemscope="itemscope" itemtype="https://data-vocabulary.org/Breadcrumb">
    <li class="navbit"><a href="{vb:raw nav_url}" itemprop="url"><span itemprop="title">{vb:raw nav_title}</span></a></li>
</span>
<vb:else />
<span itemscope="itemscope" itemtype="https://data-vocabulary.org/Title">
    <li class="navbit lastnavbit"><span itemprop="title">{vb:raw nav_title}</span></li>
</span>
</vb:if>
</vb:if>


Flipfloptrader 04-05-2017 08:43 AM

I used the schema.org reference and no errors.

Emad ELsayed 04-05-2017 12:00 PM

Quote:

Originally Posted by AutoFx (Post 2584754)
I used the schema.org reference and no errors.

Please ... how add code schema.org with vb4

Flipfloptrader 04-05-2017 12:28 PM

Quote:

Originally Posted by Emad ELsayed (Post 2584761)
Please ... how add code schema.org with vb4



Post 81 right above you.

Emad ELsayed 04-05-2017 12:38 PM

Quote:

Originally Posted by AutoFx (Post 2584754)
I used the schema.org reference and no errors.

Quote:

Originally Posted by AutoFx (Post 2584767)
Post 81 right above you.

Thank you dear
this is good

m7sen 08-17-2018 06:59 PM

any help please for vb3.8 ?


All times are GMT. The time now is 04:58 AM.

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.01063 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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