RSGallery2 Support Forums
Welcome, Guest. Please login or register.

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : December 02, 2008, 01:52:16 pm
+  RSGallery2 Support Forums
|-+  RSgallery2 support forums
| |-+  Features (Moderators: Jonah, Tomislav Ribicic, Daniel Tulp, Ronald Smit)
| | |-+  Title & Meta Description??
Advanced search
  « previous next »
Pages 1 2
Author
Topic: Title & Meta Description??  (Read 17892 times)
« on: December 06, 2006, 06:10:38 pm »
gmfpanda Offline
Newbie
*
Posts: 11



I was really surprised RSGallery2 does not modify the title or meta description.

anyone have a hack for this with latest rsgallery2?
Logged
 
Reply #1
« on: December 06, 2006, 07:31:40 pm »
Daniel Tulp Offline
Administrator
Hero Member
*****
Search search search before posting please Posts: 1870

WWW

why should rsgallery2 change the meta discription? do you want the description or titles from the categories in it? might get to long for search engines, best to leave this to the webmaster or do you disagree?
Logged

RSgallery2 developement team
RSgallery2 modules:
design.danieltulp.nl
 
Reply #2
« on: December 07, 2006, 08:11:38 am »
gmfpanda Offline
Newbie
*
Posts: 11



why should rsgallery2 change the meta discription? do you want the description or titles from the categories in it? might get to long for search engines, best to leave this to the webmaster or do you disagree?

Hi Daniel,

Thanks for the quick reply.

RS Gallery needs, IMHO, a mechanism that allows users to have the title and meta data modified based upon the title of the picture or the category name.  If you look at my site I hacked the rsgallary2 html php file.  Here are examples:
http://www.celebritysensuo.us/index.php?option=com_rsgallery2&Itemid=88888894Main Gallery Page - Uses Gallery Title in site title and meta data
http://www.celebritysensuo.us/index.php?option=com_rsgallery2&Itemid=88888894&catid=7Category Name uses in site title and meta data
http://www.celebritysensuo.us/index.php?option=com_rsgallery2&Itemid=88888894&page=inline&id=6&catid=7&limitstart=1 Cat Name and Pic Title uses in site title and meta data

Now if you look at the stock RSGallery2 each page has same title and meta data - what happens in Google, Yahoo, and MSN (especially Google though) is they look at this as duplicate content and will supplmental the page (which is bad).  I do quite a bit of SEO work for clients and my own sites and I can assure you the gallery component is poorly optimized for search engines.
Logged
 
Reply #3
« on: December 15, 2006, 03:19:30 pm »
Menno Offline
Newbie
*
Posts: 3



Hi Daniel,

Can you tell me how you modded the file. For RSGallery2, you got a realy great a++ componet but yes the title is very important!

Regards,
Menno
Logged
 
Reply #4
« on: December 17, 2006, 06:22:19 am »
Daniel Tulp Offline
Administrator
Hero Member
*****
Search search search before posting please Posts: 1870

WWW

a ok, now I get it, this is indeed important, can you post your file here (then maybe Menno can learn something as well, don't use it blindly though, the RSGallery2 team is not responsible for it, no offends to you gmfpanda)
Logged

RSgallery2 developement team
RSgallery2 modules:
design.danieltulp.nl
 
Reply #5
« on: December 17, 2006, 08:34:43 am »
gmfpanda Offline
Newbie
*
Posts: 11




I have uploaded a hack I did is to .11.10 - I have not had time to hack .11.11

See attached file - There are two places you want to modify, its easy to modify each new version.

In this file look around lines:

380
and
758

Grep/Search for setPageTitle function and look at the code before and after it as well.



a ok, now I get it, this is indeed important, can you post your file here (then maybe Menno can learn something as well, don't use it blindly though, the RSGallery2 team is not responsible for it, no offends to you gmfpanda)
Logged
 
Reply #6
« on: December 19, 2006, 02:43:20 am »
Menno Offline
Newbie
*
Posts: 3



Gmfpanda,

Thank, with some adjustment its works fine in 11.11
Daniel is it possibly to add this in a future release?
Another sugestion is to add some alt tags.

Thanks for the help.

Best Regards,
Menno
Logged
 
Reply #7
« on: December 20, 2006, 09:44:14 am »
gmfpanda Offline
Newbie
*
Posts: 11



Gmfpanda,

Thank, with some adjustment its works fine in 11.11
Daniel is it possibly to add this in a future release?
Another sugestion is to add some alt tags.

Thanks for the help.

Best Regards,
Menno

Great - Can you send me the 11.11 version and save me time? Smiley
Logged
 
Reply #8
« on: December 21, 2006, 02:45:27 am »
Menno Offline
Newbie
*
Posts: 3



Here it is. I also added alt tags. Only the page with the albums does not have a title yet.This is handled in an other file i gues.

Ragrds,
Menno
Logged
 
Reply #9
« on: December 25, 2006, 06:12:59 am »
Daniel Tulp Offline
Administrator
Hero Member
*****
Search search search before posting please Posts: 1870

WWW

thanks guys, I'll talk it over with the dev and I think it will be implemented, as far as I can tell of course
Logged

RSgallery2 developement team
RSgallery2 modules:
design.danieltulp.nl
 
Reply #10
« on: January 03, 2007, 02:21:15 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1413



I have begun implementation of this.  It currently works when viewing a gallery.  We're rewriting major portions of the image display, so it will be added for that when that happens.
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Reply #11
« on: April 12, 2007, 07:47:27 am »
Margo Offline
Jr. Member
**
Posts: 51

WWW

I notice the nightly build doesn't have any page titles, is this going to be put back in?
Logged

 
Reply #12
« on: May 11, 2007, 07:05:52 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1413



Good eye.

Ya, it was lost in the template transition.  I've added rsgDisplay::metadata();  and this is called from rsgDisplay::mainPage() which every template's index.php calls.  So it's back in r10.  Smiley
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Reply #13
« on: May 27, 2007, 06:12:55 am »
FidelGonzales Offline
Newbie
*
Posts: 19



I too do quite a bit search engine optimization and recently began using RS Gallery 2 two days ago and currently make use of Gallery2 on several sites, which is highly search engine optimized and does very well when configured properly with the appropriate text and includes a Google Site Map. As you know, though, Gallery2 is extremely daunting to modify, perform server moves, clone and maintain. To the contrary, RSGallery2 is very easy and does the job well. After ignoring it since I began using Mambo approximately two years ago, its ease of use is favorable for virtually any site, particularly smaller sites.

I noticed the meta data is not available in the latest 1.13.1 (SVN: 41) version. Will the meta data feature become available in a future version? Also, can you provide the code that must be inserted in order to enable this feature and a general idea of where it must be inserted?

Thanks.
Logged
 
Reply #14
« on: June 06, 2007, 03:47:40 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1413



The functionality should have been in 1.13.* but... I added it to the wrong spot.  :-/

Fixing it now.  It will be in 1.13.1.1 and 1.13.2.
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Print  Pages 1 2
« previous next »
Jump to: