How do I get rid of the Home:

elliotfreeman / 2013-01-23 17:20:34   

In search engines Home: appears before my name, how can I get rid off this? I have Reyes deleting the "Home" bit in studio but it still appears as ": Elliot Freeman"
Again any help appreciated

arsondpi / 2013-01-23 18:10:08   

Find this in your index.php (Admin/Assets/Template, index.php)

  1. <title><last:ndxz_title /> : {{obj_name}}</title>

The first bit is the exhibit title followed by a colon followed by the website title (Admin/Theme)

So to change it edit to what you want.

elliotfreeman / 2013-01-23 18:34:34   

Thanks alot, quite new to all this and not sure how fast google will update the change when i go to check it.
If i want the title to just read "Elliot Freeman" where would i put that into the code?
Thanks in advance

Vaska A / 2013-01-23 18:43:02   

Change it to this:

  1. <title>{{obj_name}}</title>
elliotfreeman / 2013-01-23 18:47:18   

Thanks much appreciated. excellent help

This thread has been closed, thank you.