Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Wrong coding in vbseo meta content description

  1. #1
    Member
    Join Date
    Oct 2009
    Posts
    67

    Default Wrong coding in vbseo meta content description

    Here is a post in english on a danish forum: Klassisk fåreskindsjakke

    The vbseo meta content description is correct in source language, but contains wrong coding for other languages like swedish and polish [URL="Kożuchem Classic[/URL] :

    Code:
    <meta name="description" content="Szukam classic kożuchem. Myaa&gt; la ™, Å ¼ e Redford: Znaleziono Tych cha, Opaka ³ w w NY, ale nie Wiemer, co zrobić jakoÅ&gt; ci: http://www.rafelshearling.com/ Lefty myślę Redford: Found these guys w Nowym Jorku, ale mieć" />
    nb vbenterprisetranslator_inpost_translate is edited so it only contains $translated - title is in source and content is in english with lang=en tags around
    Last edited by krisp; 05-02-10 at 05:40.

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    What is your setting of vbseo option: "Replace the 'META KEYWORDS' Content?"

  3. #3
    Member
    Join Date
    Oct 2009
    Posts
    67

    Default

    It is "yes"

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    According to vBET installation manual:
    (Required) Turn off option "Replace the 'META KEYWORDS' Content?"

    Please tell does this change make it working.

  5. #5
    Member
    Join Date
    Oct 2009
    Posts
    67

    Default

    Makes no difference.

    Something that seems a bit strange:

    showthread looks like this:

    Code:
    <meta name="description" content="xxx $thread[title] xxx" />
    <meta name="keywords" content="thread[title] $vboptions[keywords]" />
    
    <title>$thread[title]<if condition="$pagenumber>1">
     - side $pagenumber</if></title>
    I inserted the xxx - I dont see the xxx and $thread[title] is the title not the content. But if I remove the line then the meta content line disapreares along with the real meta content description.

  6. #6
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    OK so - we will investigate this

    Also - it is not strange - vBSEO overrides your value

  7. #7

    Default

    Text automatically translated from: French to: English
    Translated text
    I am getting this too. In our source the content = "" is backslashed:

    <Meta name = "keywords" content = \\ "Teen Forums, forums teen help, teen chat forum teen, pregnant teenagers, teens, teenagers are trying to conceive, adolescent depression, abuse, advice suicide, physical abuse, early pregnancy, dating and relationships, adolescent sexuality, puberty, teen advice forums "/>
    Original text

  8. #8
    Member
    Join Date
    Oct 2009
    Posts
    67

    Default

    I just created a new thread - and created an exception in showthread so it didnt get the vbseo content=

    It is now indexed in Google and the text under the link is very irellevant when you search for the title.

    I think this must have top priority since it means that threads posted in anything but source language shows up bad in Googles search results ...

  9. #9
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Bolded in TODO list

  10. #10
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by Michael View Post
    Text automatically translated from: French to: English
    Translated text
    I am getting this too. In our source the content = "" is backslashed:

    <Meta name = "keywords" content = \\ "Teen Forums, forums teen help, teen chat forum teen, pregnant teenagers, teens, teenagers are trying to conceive, adolescent depression, abuse, advice suicide, physical abuse, early pregnancy, dating and relationships, adolescent sexuality, puberty, teen advice forums "/>
    Original text
    This is quick fix for backslash issue (will be included in 3.3.1):
    1. open /includes/vbenterprisetranslatof_functions.php
    2. Find there:
    PHP Code:
    $output =& vbet_replaceFirst('<meta name="keywords" content="'.$keywords.'" />''<meta name="keywords" content=\"' 
    3. Replace it by:
    PHP Code:
    $output =& vbet_replaceFirst('<meta name="keywords" content="'.$keywords.'" />''<meta name="keywords" content="' 
    Last edited by vBET; 21-01-10 at 20:17.

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •