 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
September 2nd, 2005, 09:06 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
| Custom Meta Tags.
How to enable customized Meta Tags for PhotoPost ?
like a proper description and proper keywords ?
I would like to see the title of photo first in keywords and descriptions.
If you check our site index on google here: http://www.google.co.in/search?num=5...G=Search&meta=
Note the indexing descriptions. |
| |
September 6th, 2005, 02:37 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,688
|
You can add a headtags file with some extra meta tags
|
| |
September 7th, 2005, 03:26 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
|
i want to customize this meta tags.
I am able to acheive this in other popular scripts (like vbulletin, cms scripts and portal scripts)
I have a meta keyword and meta description setup for all images on our gallery.
I would like to acheive following: (for meta elemets of page source)
<Meta Keywords = title of photo + keywords in photo + keywords used for photopost gallery)
<Meta descritption = title of photo + description in photo + descritption used for photopost gallery)
How can i acheive this ?
Thanks
|
| |
September 7th, 2005, 04:56 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,688
|
Do you know how to add a meta tag? This is quite simple
<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />
|
| |
September 7th, 2005, 05:15 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
|
Man this is simply wonderful........ thanks omegatron.
Dont mind, if i still keep asking further questions 
I am trying them all now..
Thanx for your support.
Warm Regards.
|
| |
September 8th, 2005, 12:35 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
|
added headtags.htm as well following code into it:
<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />
but its not working, instead i am able to see the above code as it is, in the page source ?
|
| |
September 8th, 2005, 02:06 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,688
|
Well you'll probally need to make your headtags file a php file and do something like this
<?
if ( THIS_SCRIPT == "showphoto" ) {
echo <<<PPPRINT
<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />
PPPRINT;
}
?>
|
| |
September 10th, 2005, 07:31 AM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
|
still wont work with above code |
| |
September 10th, 2005, 07:37 AM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,688
|
Open showphoto and and grab the variables and replace my examples with the proper ones. My posts are guidelines to follow not the hack. Remember this is a how do I forum not write me a hack forum
Last edited by Chuck S; September 10th, 2005 at 07:40 AM.
|
| |
September 13th, 2005, 07:13 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
| Quote: |
Originally Posted by omegatron Open showphoto and and grab the variables and replace my examples with the proper ones. | I am sorry, i am unable to understand this..  i tried to add meta content to showphoto.php, but still wont work..
How about working more on meta content in future release of photopost ? for better search engine visibility ?
Yahoo likes more meta content as well google ? for images with same titles etc. (my thery expierence) Quote:
My posts are guidelines to follow not the hack. Remember this is a how do I forum not write me a hack forum | aware of it omegatron  , thanks for your help i really appreciate the same
since the photopost developer forum is closed i am left only with this place. |
| |
September 20th, 2005, 08:22 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
|
bumping back topic
|
| |
September 20th, 2005, 08:40 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,688
|
well its alot more complicated then I am saying initially but we will gladly look at things like this in a future release
|
| |
September 21st, 2005, 09:43 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
| Quote: |
Originally Posted by omegatron well its alot more complicated then I am saying initially but we will gladly look at things like this in a future release | Hey omegraton,
thats simply wonderful, i will appreciate if this feature is incorporated on priority in the new version/release of photopost.. I am waiting eagerly for same..
Importance - It is quite important cause text based publishing networks as well many other serps ignore photos without meta content.
Regards,
|
| |
October 2nd, 2005, 04:26 AM
|
#14 (permalink)
| | Member
Join Date: Nov 2002 Location: Holland
Posts: 31
|
Yes, I've been frustrated with this too. I've tried changing the code to avail. What is it that is stopping this from functioning? I think the header needs to be recoded to allow these variables to work.
Thanks for your attention.
|
| |
October 2nd, 2005, 09:44 AM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,688
|
EXACTLY you hit the nail on the head
|
| |
March 8th, 2006, 08:14 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 73
| Which file in review post? Quote: |
Originally Posted by Chuck S EXACTLY you hit the nail on the head | Hi Chuck
I've got the same problem as SaN-Deep but in reviewpost. I'm going to turn headtags.htm to headtags.php
Which file should i open instead of "showphoto" to grab the variables?
Thank you
|
| |
March 8th, 2006, 08:18 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,688
|
showproduct.php
|
| |
March 8th, 2006, 10:54 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 73
| A bit more help please Quote: |
Originally Posted by Chuck S showproduct.php | Hi Chuck
This is what i've got:
headtags.php
CHMOD: 666
Path: /home/username/public_html/reviews/headtags.php
fine so far... headtags.php :
<?
if ( THIS_SCRIPT == "showproduct" ) {
echo <<<PPPRINT
<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />
PPPRINT;
}
?>
On the top left side of index appears : PPPRINT; } ?>
and in view source the whole (headtags.php) code above.
I could really do with some help on which variables i need to grab.
Thank you ver much
Last edited by nassau; March 8th, 2006 at 11:03 PM.
|
| |
March 9th, 2006, 07:38 AM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,688
|
As this thread says it can not be done this way. Try searching in the mod forum as I think Garrynz posted something on this
|
| |
April 13th, 2008, 11:47 AM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Jan 2008
Posts: 32
|
Has this type of mod ever been figured out by anyone? I see this thread is a couple of years old.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 08:51 PM. | |