Title: The perfect title
Last modified: August 19, 2016

---

# The perfect title

 *  [iGudi](https://wordpress.org/support/users/igudi/)
 * (@igudi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/the-perfect-title/)
 * Hi everyone
 * I want to use wordpress to display our products and I need to optimize our title
   so it includes the previous page title aswell. The previous page in my case has
   the “product group name” and this is a great deal regarding SEO.
 * My site has the following structure:
    – mainpage – mainpage, products – mainpage,
   products, product group name – mainpage, products, product group name, product
   name
 * Today my title on a product is like the following:
    product name – wp_title
 * I need it to display the following:
    product group name – product name – wp_title
 * The source i use today is the following:
    <title><?php bloginfo(‘name’); ?> <?
   php if ( is_single() ) { ?> » Arkiv <?php } ?> <?php wp_title(); ?></title>
 * How will i go about optimizing my title?
 * Looking forward to read your replys!

Viewing 1 replies (of 1 total)

 *  Thread Starter [iGudi](https://wordpress.org/support/users/igudi/)
 * (@igudi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/the-perfect-title/#post-1751404)
 * Thanks to [this page ](http://www.tammyhartdesigns.com/tutorials/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/)
   i have now made a working title.
 * Could someone please validate this?
 * <title><?php if($post->post_parent) { $parent_title = get_the_title($post->post_parent);
   echo $parent_title; echo ‘ · ‘; ?> <?php } ?><?php wp_title(”); ?><?php if(wp_title(‘‘,
   false)) { echo ‘ · ‘; } ?><?php bloginfo(‘name’); ?></title>

Viewing 1 replies (of 1 total)

The topic ‘The perfect title’ is closed to new replies.

## Tags

 * [title](https://wordpress.org/support/topic-tag/title/)

 * 1 reply
 * 1 participant
 * Last reply from: [iGudi](https://wordpress.org/support/users/igudi/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/the-perfect-title/#post-1751404)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
