Magento 2虚拟主机网站,用于Google客户评论(Google商家中心)

时间:2019-01-22 12:26:40

标签: magento2

我已经为magento 2创建了虚拟主机(magento226.com)using this link

  

sudo nano /etc/apache2/sites-available/magento226.com.conf

<VirtualHost *:80>
        ServerName magento226.com
        ServerAlias www.magento226.com
        ServerAdmin mohit.rane69@gmail.com
        DocumentRoot /var/www/html/magento_226
        <Directory /var/www/html/magento_226>
           Options Indexes FollowSymlinks MultiViews
           AllowOverride All
           Order allow,deny
           allow from all
           Require all granted
        </Directory>
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

工作正常。

我想在Google Merchant Center / Google Search Console上验证虚拟主机(magento226.com),但我一直收到此错误

  

验证失败-我们无法连接到您的服务器。

     

申领失败-必须先验证网址,然后才能声明所有权。

enter image description here

1。 HTML文件方法:-

  

更改

我已经下载了以下HTML文件:google4ef0b3cccc5bb7d2.html,并将其放置在我的magento 2根目录中,该根目录为/var/www/html/magento_226

  

错误

enter image description here

2。 HTML标记方法:-

  

更改

复制下面的meta标记,然后将其粘贴到您网站的首页中。它应放在<head>部分的第一个<body>部分的前面。

<meta name="google-site-verification" content="JZlP-i7XEbOg4JCeCVZTp9pEHIJIOPNNJBwmZsEbWI0" />

  

错误

enter image description here

3。 Google跟踪代码管理器:-

  

更改

我已经在<head>的开头粘贴了给定代码<noscript><body>

  

错误

enter image description here

4。域名提供商:-我正在使用虚拟主机,因此该选项对我来说毫无用处。

我尝试了几乎所有方法,但似乎不起作用。

请让我知道是否有人有解决办法。

0 个答案:

没有答案