Anyone from qualiteam have any thoughts on this? It seems to me to be clearly an error in coding that ought to be addressed.
Is it possible that the problem lies in the head content from home.tpl being encased in this if statement?
{if !$is_ajax_request}
Quote:
Originally Posted by suehamil
I've done a little more digging and it seems that only a very few pages have any head content at all. Is this normal with mobile sites?
The only pages i found with head content were:
cart.php - when it goes to checkout but not as cart.php on it's own
The home page, but not home.php so whenever a page comes off of home.php i.e. catalogue it loses the head content.
None of the product pages have head content.
My list so far
pages commented with
page pages
page customer_offers
page giftcert
page cart
page catalog
page product
As far as I can see the file skin/common_files/modules/Xcart_Mobile/customer/service_head_mobile.tpl which has the include service_js.tpl for the google analytics code is only included in 2 files
skin\common_files\modules\Xcart_Mobile\customer\ho me.tpl
skin\common_files\modules\Xcart_Mobile\customer\ma in\payment_wait.tpl
This doesn't seem right to me, does anyone else have the same issue? Surely this is not good for SEO at all.
I'm thinking the file service_head_mobile.tpl should be included in other files?
Thanks for any input.
Sue
|