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 nameToday my title on a product is like the following:
product name – wp_titleI need it to display the following:
product group name – product name – wp_titleThe 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!
The topic ‘The perfect title’ is closed to new replies.