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)
-   -   Miscellaneous Hacks - Meta tags - Thread description - Search Engine and Facebook share (https://vborg.vbsupport.ru/showthread.php?t=266745)

MertTurk 12-03-2011 09:15 PM

alo help

xertox 01-19-2012 11:33 PM

Is there a mod to do this with regular meta tags?

Currently when I share a link from my forums at a non facebook site it defaults to my TLD and basic description...

sivaganeshk 01-20-2012 11:44 AM

@xertox : So it works with Facebook ? What meta details you see in seocentro ?
PM me the forum URL.

xertox 01-20-2012 12:03 PM

1 Attachment(s)
@sivaganeshk The information appears to be correct in SEOcentro...


Title: 70 Muhammad Ali talks man down from a ledge - 1981 - Fatwillie.Net Forums

Description: 190 Muhammad Ali turns 70 today. Here's some amazing footage of him stopping a suicide attempt in 1981. https://www.youtube.com/watch?v=KNuT...eature=related Happy Birthday Muhammad!

Keywords: 181 muhammad ali, video, muhammad, stopping, footage, attempt, happy, birthday, https://www.youtube.com/watch?v=knut...eature=related, amazing, suicide, today, talks, ledge, turns

Here's the thing though. When I share a link to twitter or meebo the preview only pulls the info you see in the attachment I provided using the same URL I used in centro.

sivaganeshk 01-20-2012 12:19 PM

When I click the twitter button(via AddThis) above the first post - right corner, it shows the Title of the thread in the tweet.

xertox 01-20-2012 12:24 PM

1 Attachment(s)
Same goes for me... but if you submit the tweet, it looks like this. One thing I did notice though is that my meta tags are missing some information...

Code:

<meta property="" content="xxxxx" />

<meta property="" content="Fatwillie.Net - Forums" />

<meta property="" content="Media for People Who Like Media" />

<meta property="" content="http://www.fatwillie.net/forum/showthread.php?3749-Yesterdays-SOPA-Blackout-Was-a-Total-Success" />

<meta property="" content="article" />

There is no information in property="" That seems a little odd. Plus there is two more meta tags a little further down.

Code:

<meta name="keywords" content="blackout, sopa, success, relief, support, shifted, http://boingboing.net/2012/01/19/how...kout-affe.html, breathing, total, yesterdays" />

        <meta name="description" content="I'm breathing a sigh of relief now that SOPA support has shifted.

https://vborg.vbsupport.ru/attachmen...1&d=1327065824

sivaganeshk 01-20-2012 12:46 PM

Did you install any other SEO plugins or make changes in header ?
It feels like Twitter , meebo and few others pulls the meta property that is available first on the page.

Try to *undo* any edits in template

xertox 01-20-2012 01:58 PM

I just discovered that changing the facebook_opengraph template makes my meta tags go from this....

Code:

<meta property="fb:app_id" content="xxxxxxx" />

<meta property="og:site_name" content="Fatwillie.Net - Forums" />

<meta property="og:description" content="Media for People Who Like Media" />

<meta property="og:url" content="http://www.fatwillie.net/forum/showthread.php?3749-Yesterdays-SOPA-Blackout-Was-a-Total-Success" />

<meta property="og:type" content="article" />

To this...

Code:

<meta property="" content="xxxxxxx" />

 <meta property="" content="Fatwillie.Net - Forums" />

 <meta property="" content="Media for People Who Like Media" />

 <meta property="" content="http://www.fatwillie.net/forum/showthread.php?3749-Yesterdays-SOPA-Blackout-Was-a-Total-Success" />

 <meta property="" content="article" />

I'm no expert but I am pretty sure it's not supposed to do that... Once I reverted my opengraph template my meta tags returned to normal...

I'm using 4.1.10

RedPoint 01-22-2012 05:47 PM

run this changes with vers 4.1.10 ?

sivaganeshk 01-23-2012 10:42 AM

@redpoint: yup. It works.
@xertox : can I look into your settings?

joeman 09-17-2012 01:43 AM

I tired this mod and on my facebook fanpage it still doesnt display any type of preview for my vbulletin forum photos

sivaganeshk 09-19-2012 12:02 PM

Quote:

Originally Posted by joeman (Post 2366030)
I tired this mod and on my facebook fanpage it still doesnt display any type of preview for my vbulletin forum photos

Share the forum URL

dog-tag 09-21-2012 10:21 AM

Does this work with the most recent 4.2.0 ?

Any input is much appreciated!

sivaganeshk 09-21-2012 12:11 PM

Quote:

Originally Posted by dog-tag (Post 2367250)
Does this work with the most recent 4.2.0 ?

Any input is much appreciated!

Should work fine since there is no change in template code.

Try it yourself or else revert to original.

I have installed vbSEO , so it provides built-in meta option.

Bisha 03-08-2013 11:09 AM

Why my
Code:

{vb:raw $threadinfo['description']}
is empty?

sivaganeshk 03-08-2013 01:02 PM

Please share the URL of the forum so that I can look in to ..

vimarc 03-08-2013 02:59 PM

beautiful modification.. thanks

Winter Sonata 03-10-2013 04:19 AM

Anyone can confirm that worked on 4.2 ? I have tried it and as some reported the link now appears as :

https://vborg.vbsupport.ru/attachmen...5&d=1322841994

sivaganeshk 03-10-2013 07:41 AM

Quote:

Originally Posted by Winter Sonata (Post 2409102)
Anyone can confirm that worked on 4.2 ? I have tried it and as some reported the link now appears as :

Many people had reported that it is working on 4.2 version. I'm getting 404 page not found message when I enter the url as shown in the image.

Spangle 03-10-2013 11:22 AM

Why are people working on meta tags, all the big search engines ignore them now, Google, Bing and Yahoo use algorithm's to work out page titles and threads.

sivaganeshk 03-10-2013 01:33 PM

Quote:

Originally Posted by Spangle (Post 2409134)
Why are people working on meta tags, all the big search engines ignore them now, Google, Bing and Yahoo use algorithm's to work out page titles and threads.

It doesn't do anything for Search Engine Ranking Position. The most prominent use of Meta description in a page is, It is the text that will be displayed in Search Result near the link. If it is not relevant (other than thread info), users may ignore your page.

Divvy 03-19-2013 09:41 PM

Quote:

Originally Posted by xertox (Post 2290207)
I just discovered that changing the facebook_opengraph template makes my meta tags go from this....

Code:

<meta property="fb:app_id" content="xxxxxxx" />

<meta property="og:site_name" content="Fatwillie.Net - Forums" />

<meta property="og:description" content="Media for People Who Like Media" />

<meta property="og:url" content="http://www.fatwillie.net/forum/showthread.php?3749-Yesterdays-SOPA-Blackout-Was-a-Total-Success" />

<meta property="og:type" content="article" />

To this...

Code:

<meta property="" content="xxxxxxx" />

 <meta property="" content="Fatwillie.Net - Forums" />

 <meta property="" content="Media for People Who Like Media" />

 <meta property="" content="http://www.fatwillie.net/forum/showthread.php?3749-Yesterdays-SOPA-Blackout-Was-a-Total-Success" />

 <meta property="" content="article" />

I'm no expert but I am pretty sure it's not supposed to do that... Once I reverted my opengraph template my meta tags returned to normal...

I'm using 4.1.10

Same problem here... does anyone got a fix?
Im using 4.2 version.

K!nG 06-20-2013 04:53 AM

Any update for 4.2 ??

pablodip 10-26-2014 05:51 PM

4.2.2 run :up:

geosharing 07-20-2015 07:27 AM

yes working on 4.X all version

jokergameth 04-29-2020 11:52 AM

wow, Still works on vBulletin v4.2.1 in year 2020
Thanks


All times are GMT. The time now is 12:54 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.01241 seconds
  • Memory Usage 1,776KB
  • 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
  • (7)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)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