在 Google 协作平台上添加元标记

问题描述

如果这里的问题太基本,我很抱歉,因为我是 Web 开发和 SEO 的新手。我有一个建立在 google 网站上的网站,并试图使用元标记提高 SEO 排名。我已经想出了如何编写元标记。例如,以下内容

<Meta name="title" content="pomorobotics.com">
<Meta name="description" content="Unsure how to work with robots? We can help. Specializing in robotic systems integration,end of arm tooling and industry 4.0 solutions. Get in touch!">
<Meta name="keywords" content="Robots,Robotics,Collaborative,End of Arm Tooling,End effectors,Automation,Systems Integration,Digital Twin,Digitisation,Industry 4.0,Solutions,Turnkey,Robotic Solutions,Engineering">
<Meta name="robots" content="index,follow">
<Meta charset="utf-8">
<Meta content="IE=Edge" http-equiv="X-UA-Compatible">
<Meta content="initial-scale=1,minimum-scale=1,width=device-width" name="viewport">
<Meta name="apple-mobile-web-app-capable" content="yes">
<Meta name="HandheldFriendly" content="true">
<Meta name="MobileOptimized" content="width">
<Meta name="twitter:title" content="pomorobotics">
<Meta name="format-detection" content="telephone=no">
<Meta name="format-detection" content="address=no">
<Meta name="application-url" itemprop="url" content="www.pomorobotics.com/home">
<Meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<Meta name="language" content="English">

Google 协作平台只为我提供了嵌入代码的选项,如果我要插入每个页面自定义的脚本,元标记会起作用吗?我正在考虑将代码添加到网站的顶部 - 与标题标题块相邻。我附上了一张图片显示了我将元标记脚本作为块嵌入的位置

解决方法

新版 Google 协作平台不提供编辑元关键字和描述标签的功能,因为没有搜索引擎使用它们,因此它们的存在不再有任何意义。

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...