solved Meta Tag Manager

mountaintop
@mountaintop
6 years ago
76 posts
need some help with meta tags
Meta tage help says Profile Pages - valid profile variables can be used in the content - i.e.
{profile_name, profile_url , etc.
I have included in Profile pages --> abstract the following: {$rudy-giovannini/audio} ,Rudy Giovannini der Caruso der Berge
outcome on page: meta name="abstract" content="NAN,Rudy Giovannini der Caruso der Berge"
where is the NAN coming from?

or is it just a placeholder informing bots it is not a number?
NaN. Stands for "Not a Number." NaN is a term used in mathematics and computer science to describe a non-numeric value. It may also be a placeholder for an expected numeric result that cannot be defined as a floating point number.


just curious,




--
jesan
FRC All Music

updated by @mountaintop: 02/03/19 11:49:57PM
michael
@michael
6 years ago
7,692 posts
Valid profile variables can be found in your datastore in the jrprofile_item_key eg:
profile_bio                     
profile_url                     
profile_zip                     
profile_name                    
profile_phone                   
profile_active                  
profile_address                 
profile_private                 
profile_website                 
profile_location                
profile_quota_id                
profile_services                
profile_disk_usage              
profile_image_name              
profile_image_size              
profile_image_time              
profile_image_type              
profile_view_count              
profile_geocode_lat             
profile_geocode_lng             
profile_image_width             
profile_image_height            
profile_kennel_config           
profile_image_extension         
profile_kennel_services         
profile_operation_hours         
profile_jrBlog_item_count       
profile_reservations_open       
profile_jrFollower_approve      
profile_reservations_close      
mountaintop
@mountaintop
6 years ago
76 posts
Sorry, I'm missing something, how do I make the keywords specific for a profile page? what is the syntax?


--
jesan
FRC All Music
brian
@brian
6 years ago
10,136 posts
mountaintop:
Sorry, I'm missing something, how do I make the keywords specific for a profile page? what is the syntax?

You use a variable in PLACE of what you want to show - i.e.

{$profile_name}'s web site

the {$profile_name} part would be REPLACED on output with the actual profile name - i.e.

brian's web site

if "brian" is the profile name.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
mountaintop
@mountaintop
6 years ago
76 posts
Hi Brian,

I understood the profile name part. Somehow, I believed it would be possible to add e.g. keywords to the profile name (e.g. using the profile url). As it is implemented the Keyword in this case will be the Profile Name and other Keywords applicable to all profiles.


--
jesan
FRC All Music
mountaintop
@mountaintop
6 years ago
76 posts
Hi Brian,

I figured out how to make it work the way I want it. Sorry, for the bother I just had a different concept in my head.

rgds


--
jesan
FRC All Music