Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-24-2019, 01:48 AM
alfuzzy alfuzzy is offline
 
Join Date: Jul 2018
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Adding Meta Data to Website

Can someone tell me exactly where I need to add meta data for my website please?

- Exactly which file or template do I add the meta data to?
- Where exactly in that file/template do I add the meta data?
- Does the meta data need to be entered in a specific area of the file/template (top, bottom, etc.).
- Is the file one of the vBulletin templates?

Basically I'm not 100% sure if there is any meta data at the moment...knowing the exact file/template will help me figure out if there is any meta data there presently. If there isn't...I want to add some.

Website is running vBulletin 4.2.5.

Thanks very much.
Reply With Quote
  #2  
Old 01-24-2019, 10:33 AM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go to Options, General settings, you will add your meta tags there.
Reply With Quote
  #3  
Old 01-24-2019, 04:10 PM
iA1 iA1 is offline
 
Join Date: Jul 2018
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want to add custom meta tags such as viewport, theme-color etc, then create a new plugin at hook location parse_templates and add the following code:
Code:
    $template_hook['headinclude_javascript'] .= '
<meta name="viewport" content="width=device-width, initial-scale=1">
';
Add each meta tag in a new line after the one shown above, just before the closing ';
Reply With Quote
  #4  
Old 01-24-2019, 07:04 PM
alfuzzy alfuzzy is offline
 
Join Date: Jul 2018
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blind-eddie View Post
Go to Options, General settings, you will add your meta tags there.
Hey blind-eddie thanks for the info.

Yes...I do have key words entered in that area of the Admin CP. But was hoping to learn how to do it by adding the info to the proper file/template of vBulletin (or any other files for the site). This vBulletin Admin cp input area I think only allows individual words...I was hoping to also have some sort of meta-statement for my site. As with all of us...trying to optimize SEO as much as possible.

--------------- Added [DATE]1548364800[/DATE] at [TIME]1548364800[/TIME] ---------------

Quote:
Originally Posted by iA1 View Post
If you want to add custom meta tags such as viewport, theme-color etc, then create a new plugin at hook location parse_templates and add the following code:
Code:
    $template_hook['headinclude_javascript'] .= '
<meta name="viewport" content="width=device-width, initial-scale=1">
';
Add each meta tag in a new line after the one shown above, just before the closing ';
Thanks iA1. I was mostly hoping to place some meta keywords somewhere...and maybe some sort fo meta statement so that my site shows up better in search engine results (SEO).

If I can do this with the code you provided (thanks very much)...where exactly do I enter the meta info in the code (please pardon my newness to this)?

Maybe it would be easier if I provide a simple example. If I wanted to do the following for my site in terms of meta info:

- Meta statement = Discuss fast red cars with big engines.
- Meta words = fast, red, cars, big, engines

How would the completed code below look within the code provided above?:

Code:
    $template_hook['headinclude_javascript'] .= '
<meta name="viewport" content="width=device-width, initial-scale=1">
';
Thanks very much.

p.s. Looks like the vBulletin quote system isn't showing the "code wrapping" very well.
Reply With Quote
  #5  
Old 02-16-2019, 04:57 AM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Or instead of adding extra javascript to parse, you can just modify the headinclude template, which is the recommended place to add/edit additional meta tags.

Use this for keywords:

Code:
<meta name="keywords" content="keywords, go, here, add more, right here" />
and instead of statement change that to description.

Code:
<meta name="description" content="add your description" />
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:22 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03940 seconds
  • Memory Usage 2,201KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete