What is vldPersonals?

vldPersonals is a very easy to use dating/social software. It allows you to create a fully functioning & modern dating website in a matter of minutes. If You think it's too complicated - check vldPersonals!
Know more about how You can become a dating website owner

What is vldCrowd?

vldCrowd.com is the biggest unofficial community of vldPersonals owners. It is a place to share ideas and thoughts about Your dating website. It is a place to answer questions and receive answers.
Do You own a vldPersonals license? Don't hesitate and join!

Connect Today

Community members help each other to take their dating websites to the next level. Can You make your vldPersonals website better? Join and find out...

Connect With More Than 500 Dating Website Owners! Sign Up Today
Figured this problem out after thinking long and hard about the situation. Ok, I tried this solution and it works in my source code, I get the meta tags in the head of my custom pages now.
 
Step:1 -
Ok, place code like this in the header.tpl:
 
<!-- IF active_module == "homepage" -->
<title>Zone54 Australian singles, online Aussie dating and relationships. Find your perfect match</title>
<meta name="description" content="{settings.app_description}" />
<meta name="keywords" content="{settings.app_keywords}" />
<!-- ELSEIF active_module == "pages" -->
<!-- INCLUDE metatags.tpl -->
<!-- ENDIF -->
 
Step:2 -
Now I created a new template file called metatags.tpl. Within that page I now place all my calls for metatag data like this:
 
<!-- IF page_label == "datingtips" -->
<title>Zone54 - Dating Tips</title>
<meta name="description" content="informationVisit here for information on dating tips and guides" />
<meta name="keywords" content="Dating tips,dating guides,dating" />
<!-- ELSEIF page_label == "flirtingsecrets" -->
<title>Zone54 - Should you use flirting to warm to people?</title>
<meta name="description" content="This article describes ways in which you can flirt with someone in a non-offensive way to warm to them and break the ice." />
<meta name="keywords" content="flirting,flirt,how to flirt,flirting to pick up, ...." />
<!-- IF page_label == "datingtips" -->
<title>Zone54 Sydney Dating</title>
<meta name="description" content="Find your love with Zone54 Sydney dating" />
<meta name="keywords" content="sydney dating,sydney sinlges,man seeking woman sydney,woman seeking man sydney,single men sydney,single women sydney" />
<!-- ENDIF -->
 
Then voila. The metatags all appear in the right place on the source code.
 
Good for better page ranking and SEO

Comments

erwann

  • Posted on 10/08/2009 11:36 PM
Hello,
 
what about members profils ? O.o

gugu

  • Posted on 09/30/2009 11:35 AM
good work ...

db3204

  • Posted on 09/30/2009 07:40 AM
Good show, max!

Log in to leave a comment