HI,
Can you please consider adding:
Page Meta Title and Page Meta Description fields on Albums and Images.
We are currently using the custom fields for the page Meta Description, but we now need to add more information to the page content on Albums and Images which we need to use the custom fields for, this is a critical requirement for the site to progress further.
I think it would be a positive step forward for your gallery system so will you please consider it.
Many thanks.
Comments
http://www.zenphoto.org/documentation/plugins/_plugins---html_meta_tags.php.html
Just enable it and it will add the info to all theme pages (standard theme pages as well as Zenpage pages and articles).
I was aware about the separate fields for the custom data fields is possible but I was concerned because the lady that does the admin is not technically minded and I think it would cause her a lot of confusion. But I will definitely read through the docs to see how we may use it in the future.
Brilliant thanks again for your help.
boo
I've had a look at the custom fields filtering, but I'm afraid that it is way too complex for me, maybe you might create an admin interface to create custom fields at some point in the future.
Thinking about it what we would like is an additional field like the image description which would also use the tinymce editor.
We were thinking about have an "Interesting Facts" field on Albums and Images, we would have preferred to keep the Interesting Facts separate from the description so we can place it elsewhere on the page and format it differently, but for now I think we will add it to the description.
Many thanks for your help,
boo
Do you have an example for a custome field filter that would use the tinymce editor ?
We are still using 1.2.5 at the moment, is 1.2.6 in production state now, it says RC1 on your site.
Thanks,
boo
DId you try the html meta data plugin? It does everything automatically from the actual available info. Alternatively you could reuse the location etc field.
We are ok currently for the meta title as we are using the standard "getbare" titles which is fine, so I apologise for asking for the meta titles to added into admin, at the time I thought it would be good to have the option.
-------------------------------------------------------------------------
For Meta Descriptions we were using:
<meta name="description" content="<?php echo getBareAlbumDesc(); ?>" />
<meta name="description" content="<?php echo getBareImageDesc(); ?>" />
But now we are using:
<meta name="description" content="<?php echo getAlbumCustomData(); ?>" />
<meta name="description" content="<?php echo getImageCustomData(); ?>" />
We were using the bare gallery, album, image descriptions from admin for the meta descriptions but google was not indexing the description text off the pages, so I assumed that they do not index it if it is also being used as the page meta description, hence why we are now using a different description from the "Custom Data" field.
If I tried pasting some of the text off a description into google search box it did not return any links to Lis's pages even tho the pages themselves were indexed on google.
-------------------------------------------------------------------------
If I could setup the filters I might try and change the current field "Custom Data" to "Page Meta Description" on gallery, albums and images.
and create a new field that uses tinymce called "Interesting Facts" on both albums and images.
Do you think it's the right thing to do ?
Many thanks,
boo
Maybe they consider it as duplicate content ?
Also it does allow for more flexibility to customize the meta descriptions on search engine results and hopefully produce more click throughs.
Thanks,
boo
Btw, the recommended uses of the <title> tag is "imagetitle / albumtitlte / site title". (I know the standard themes don't do this right now..)
Whenever I've done the same on albums or images in the past, no results in google.
A few days I renamed most of Lis's images to make them more search engine indexable and submitted a sitemap so we are now waiting for google to reindex the site.
So unfortunately we can't test right now but I do feel fairly positive I'm right.
-------------------------------------------------------------------
There only other difference between the description on the gallery page and the ablums /images is that the albums / images description are in a table to make them dynamic width , surely that would not cause any issue ?
Many thanks,
boo
Just out of interest how quickly does Lis's site load from where you are, is it ok ?
Where are you in Sweden ?
boo
Speed of the site is quite fast. And I am in Northern Germany...;-)
Good to hear her site loads quickly, great.
and Hello to you in Germany : - )
---------------------------------------------------
Here's the html description from an image
Can you please look to see if there is anything that may affect indexing ?
---------------------------------------------------
<div id="image-description">
<table align="center" cellpadding="0" cellspacing="0" id="image-description-table">
<tr>
<td><span id="editable_2" class="zp_editable zp_editable_image_desc">This view was photographed from the top of a very steep hill looking down on Sidmouth, possibly 300 feet above sea level.</span>
<script type="text/javascript">editInPlace('editable_2', 'image', 'desc');</script></td>
</tr>
</table>
</div>
Thanks,
boo
I'll come back to you about the custom fields filters at a later date,
when I'm ready to seriously look at it and try and implement it, this is all progressive and it's great that
you have built in these features to greatly improve Zenphoto's capabilities.
Thankyou for all your help!
boo
I was wrong I have used a table for the gallery index description as well.
Interesting the gallery index description is structured with paragraphs but the album and image descriptions are line breaks and no paragraphs, all from the database and tinymce ?
I think Paragraphs are the way to go, as you stated above, better page markup and search engine indexing.
Ok, have had 1 or 2 beers too many tonight so I'd best leave it until tommorrow after I've had quite a few cups of strong coffee : - )
Thanks,
boo
Thanks,
boo
force_br_newlines : false,
forced_root_block: "p",
force_p_newlines : true,
I've been looking at changing the description tables over to css, I'm guessing the span tag with display:block is the way to go ?
Your a Star Mr Acylian!
Thanks,
boo
In the editor it displays correctly:
<p>This is in Bedale in North Yorkshire. Beautiful gardens to amble around and beautiful birds of prey to see. You can take your picnic and you wouldn't see everything in a day.</p>
<p>We will definately return soon.</p>
But on the page we actually get a line break in between the paragraphs.
and the "delete" key no longer works before the new paragraphs in Firefox.
Maybe tinymce has a few bugs ?
Thanks,
boo
Aboute the delete button and TinyMCE, I can't answer. This might be browser dependend. Please see the tinymce website if there are know bugs. 1.2.6 has of course not the latest one. I will soon update the nightly though.
paragraph tag - then tinymce also inserts a line break tag followed by the next paragraph tag
I'm sorry to keep taking up your time, I'll do some searching on the net see if there is a solution.
`everything in a day.
We will definitely return soon.
`The line break does not show in tinymce's editor html inspector, but is output on the page.
Is it possibly being caused by zenphoto integration ?
Many thanks,
boo
So I've just upgraded my test machine to 1.2.6 and try it on that, have there been many bug fixes since the stable august release ?
Ok, it does it on 1.2.6 as well.
settings are:
`
apply_source_formatting : true,
force_br_newlines : false,
forced_root_block: "p",
force_p_newlines : true,
`
Many thanks,
boo