Welcome Guest, Not a member yet? Register   Sign In
Different Meta Title for each Page
#2

[eluser]boltsabre[/eluser]
Firstly, if you want any kind of traffic from the search engines, you don't want to just echo "sitename", you really should have meaningful titles like "Contact Us" (or Contact "sitename").

Even if you don't want search engine traffic remember that the title displays on the browser tabs, so if it's for an intranet or something you still want something meaningful for the users of the site.

As for your question "Is there any way to do it by using if else Statements?", if your static pages do NOT have a $title (aka $data['title']) set in them then it's an easy

Code:
if(isset($title) && $title != ''){
   // echo your title
}else{
  // echo your sitename
}


Messages In This Thread
Different Meta Title for each Page - by El Forum - 01-09-2013, 08:20 AM
Different Meta Title for each Page - by El Forum - 01-09-2013, 08:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB