Closed (fixed)
Project:
Album Photos
Version:
6.x-2.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2009 at 03:31 UTC
Updated:
7 Aug 2013 at 18:17 UTC
I just checked my Google Webmaster Tools and got several hundred warnings on Duplicate titles. All of them were the pictures with the same titles: i.e. Hot Women | Example.com which had around 100 pictures.
Is there any way we can set the file name to be included in the Title?
thanks in advance.
Comments
Comment #1
dailypress commentedanyone?
Comment #2
esbon commentedYou can avoid avoid this problem by installing the Global Redirect and pathauto modules. Global Redirect will cause your node numbers to be redirected to your autopath URLs.
Comment #3
dailypress commentedthat still doesnt work for the Album section.
Comment #4
nathaniel commentedI think you will need to modify the template file(s).
Copy node.tpl.php into your theme folder and rename to:
node-photos.tpl.phpand/or copy the following from the photos/tpl folder into your theme folder and edit as needed:
photos_imageview.tpl.phpYou can also use drupal_set_title() and set the title to something different.