上海站模板fix

hotfix/paypal-note
赵鹏 2 years ago
parent e78a01a102
commit e0b97aaaab

@ -2,15 +2,19 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>test</title>
<title><?php echo $TITLE ?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta name="apple-mobile-web-app-title" content="China Travel: China Travel Agency Featured in Multiple-Destination Tour Design">
<meta name="keywords" content="China Travel, China Tours, China city day trips, China Trains">
<meta name="description" content="China Travel organizes China trips with multiple destinations. Single city day tours, Yangtze River cruises and China train bookings are also available.">
<!--@OG:IMAGE@-->
<link rel="canonical" href="https://www.shanghaihighlights.com/">
<meta name="apple-mobile-web-app-title" content="<?php echo $TITLE ?>">
<?php if (in_array($productType,array("customize","contactus","cruiseform","daytripform"))) { // 预订表单不显示 ?>
<meta name="robots" content="noindex,nofollow">
<?php } else { ?>
<meta name="keywords" content="<?php echo $KEYWORDS ?>">
<meta name="description" content="<?php echo $DESCRIPTION ?>">
<!--@OG:IMAGE@--><?php echo $OGIMAGE ?>
<?php } ?>
<link rel="canonical" href="<?php echo $CANONICAL ?>">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="preconnect" href="//data.shanghaihighlights.com">
<link rel="dns-prefetch" href="//data.shanghaihighlights.com">

@ -3,15 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>test</title>
<title><?php echo $TITLE ?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta name="apple-mobile-web-app-title" content="China Travel: China Travel Agency Featured in Multiple-Destination Tour Design">
<meta name="keywords" content="China Travel, China Tours, China city day trips, China Trains">
<meta name="description" content="China Travel organizes China trips with multiple destinations. Single city day tours, Yangtze River cruises and China train bookings are also available.">
<!--@OG:IMAGE@-->
<link rel="canonical" href="https://www.shanghaihighlights.com/">
<meta name="apple-mobile-web-app-title" content="<?php echo $TITLE ?>">
<?php if (in_array($productType,array("customize","contactus","cruiseform","daytripform"))) { // 预订表单不显示 ?>
<meta name="robots" content="noindex,nofollow">
<?php } else { ?>
<meta name="keywords" content="<?php echo $KEYWORDS ?>">
<meta name="description" content="<?php echo $DESCRIPTION ?>">
<!--@OG:IMAGE@--><?php echo $OGIMAGE ?>
<?php } ?>
<link rel="canonical" href="<?php echo $CANONICAL ?>">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="preconnect" href="//data.shanghaihighlights.com">
<link rel="dns-prefetch" href="//data.shanghaihighlights.com">

Loading…
Cancel
Save