Posted - 05/01/2021 : 04:48:36
Hi All,
I need some guidance with the SEO for the products that appear on the productdetail pages. I have searched for a product name, and on the google page it appears as:
https://mydomainname.co.uk › products
Websitename.co.uk (this is where the page title of the product should be)
Home » All Products. Plevier Urban Polanco Laptop Sleeve 12 Inch Cognac. 1 of 4. Plevier Urban Polanco Laptop Sleeve 12 Inch Cognac. Price: £53.10.
[img]https://i2.paste.pics/f9fe8b1f490f165522d2204e0e3a1d40.png[/img]
What am I missing for the page title to get crawled and listed?
My product detail page shows the following:
<?php session_cache_limiter('none'); session_start(); ob_start(); include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php"; include "vsadmin/inc/metainfo.php";?><!DOCTYPE html><html lang="en"> <!-- #BeginTemplate "Templates/main.dwt" --> <head>
<!-- Global site tag (gtag.js) - Google Ads: xxxxx --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-xxxxx"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());
gtag('config', 'AW-xxxxxxx'); </script>
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- #BeginEditable "doctitle" --> <title>Bagswithclass: <?php print $productname . ", " . $sectionname . ", " . $productid; ?></title> <meta name="Description" content="<?php print str_replace('"','"',$productdescription)?>">
Have i got any of the SEO page part incorrect?
Jason
Edited by - Jolly-Martian on 05/01/2021 04:53:26
|