Welcome, Guest
Username Password: Remember me

Google picking up code in description?
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Google picking up code in description?

Google picking up code in description? 1 year, 11 months ago #1

  • derkoi
  • ( User )
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
Hey,

I've noticed that
 
"jseblod::submit_a_venue::/jseblod::::default_action::::/default_action::::ven_name::::/ven_name::::ven_type::Canal::/ven_type::::ven_price::free::/ven_price ..."


appears in the description of my page on google search (see attached image)

Have i done something wrong, is there a way to get a more pleasing description?

Thanks.
google_fishbritain.jpg
Last Edit: 1 year, 10 months ago by SEBLOD - Bes.

Re:Google picking up code in description? 1 year, 11 months ago #2

  • cck dude
  • ( User )
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
  • Karma: 0
May be meta description is wrong or just the content of that site.

Best is to create the template via the backend function.

Re:Google picking up code in description? 1 year, 11 months ago #3

  • SEBLOD - Bes
  • ( Admin )
  • OFFLINE
  • Administrator
  • Working on SEBLOD 2.0 GA
  • Posts: 3124
  • Karma: 97
Hi,

Google see what you have in your html page. So, in this case Google saw your page when there was some error on it.

In this case, it's not meta description but first caracters of your page (not good displayed).

There is none problem with jSeblod CCK and Google. If you see well your page, Google will see the same.

Best Regards
If you use SEBLOD CCK, please post a rating and a review at the Joomla! Extensions Directory. Thanks to you.!!"
SEBLOD Vimeo Channel: vimeo.com/channels/seblod
SHAPE YOUR SITE YOUR WAY

Re:Google picking up code in description? 1 year, 11 months ago #4

  • Peter L
  • ( User )
  • OFFLINE
  • Moderator
  • Posts: 538
  • Karma: 1
Hi Bes

I have just looked at the page via Google and found the source page.

www.fish-britain.co.uk/?option=com_conte...h-east&Itemid=80

Looking at the source code of the output page, the reason Google has indexed that info is because the Description metatag contains the following:

  <meta name="title" content="Hempholme Canal" />
<meta name="author" content="Steve" />
<meta name="description" content="::jseblod::submit_a_venue::/jseblod::::default_action::::/default_action::::ven_name::::/ven_name::::ven_type::Canal::/ven_type::::ven_price::free::/ven_price::::ven_spec::Pike, Roach, Perch, Eel," /


derkoi - do you have any plugins installed to automatically create the Meta Descrtiption tag? If so, I think that is the cause because it is reading the article in its raw state containing the jSeblod meta information. It is not working through jSeblod CCK. Checking the source on a couple of other pages on your site shows the same, so I do think it is a plugin not interfacing correctly with jSbelod CCK. It would be helpful if you could say which one as there may be a way to fix it.

Peter

Re:Google picking up code in description? 1 year, 11 months ago #5

  • derkoi
  • ( User )
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
Hi,

Thanks for the help. I'm using SEOSimple for control the title of the site, could that be the issue?

Re:Google picking up code in description? 1 year, 11 months ago #6

  • Peter L
  • ( User )
  • OFFLINE
  • Moderator
  • Posts: 538
  • Karma: 1
Hi derkoi

I just tested this extension in a Sandbox and yes, this is the cause. If you disable the plugin the meta description which displays the jSeblod meta field data is not shown in the page source.

That isn't of course what you want. There is a How-To by Bes on doing this type of thing in your content form template - see here: www.jseblod-cck.com/forum/78-tips-and-tr...-dynamic-fields.html

The alternative is to modify the SEOSimple.php file of the plugin to access a jSeblod field for your meta description content. The line of code that is causing this is line 155 which is:

 $thecontent = $article->text;
so it is pulling the full text from the raw article rather than using the pattern of the content type which jSeblod manages before the page the web visitor views is rendered.

Peter
Last Edit: 1 year, 11 months ago by Peter L.

Re:Google picking up code in description? 1 year, 11 months ago #7

  • derkoi
  • ( User )
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
Peter, thanks a lot for taking the time to help me.

I'm using SEOsimple to control the page titles only, perhaps another plgin would be better?

I could edit the php file of seosimple, but i'm unsure what to edit it to.

Re:Google picking up code in description? 1 year, 11 months ago #8

  • Peter L
  • ( User )
  • OFFLINE
  • Moderator
  • Posts: 538
  • Karma: 1
Hi derkoi
derkoi wrote:
I'm using SEOsimple to control the page titles only, perhaps another plgin would be better?


If you only need to set the meta title tag then you don't any plugin as the that tag is set to whatever you set for the Title of your article and also appears in the Title bar of the visitor's browser.

Peter

Re:Google picking up code in description? 1 year, 11 months ago #9

  • derkoi
  • ( User )
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
Peter L wrote:
Hi derkoi
derkoi wrote:
I'm using SEOsimple to control the page titles only, perhaps another plgin would be better?


If you only need to set the meta title tag then you don't any plugin as the that tag is set to whatever you set for the Title of your article and also appears in the Title bar of the visitor's browser.

Peter


I wanted my website title to be at the start:

Fish Britain | Site News & Updates

Without the plugin it just says "Site News & Updates"

hence why i'm using it.

Re:Google picking up code in description? 1 year, 11 months ago #10

  • Peter L
  • ( User )
  • OFFLINE
  • Moderator
  • Posts: 538
  • Karma: 1
OK, I understand.

I haven't tried this plugin, but it sounds as though it should do what you want:

extensions.joomla.org/extensions/3521/details

Peter

Re:Google picking up code in description? 1 year, 11 months ago #11

  • derkoi
  • ( User )
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
Thanks, i've installed that & it seems to work. I'll install firefug in firefox & check the metadata.

Re:Google picking up code in description? 1 year, 11 months ago #12

  • derkoi
  • ( User )
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
That's great now & seems to be working fine.

Thanks again for all your help!
  • Page:
  • 1
Time to create page: 0.40 seconds