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

标签 html seo meta-tags google-sites sites

如果这里的问题太基本,请提前道歉,因为我是 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 协作平台不提供编辑元关键字和描述标签的功能,因为没有搜索引擎使用它们,因此它们的存在不再有任何意义。

关于html - 在 Google 协作平台上添加元标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68104974/

相关文章:

java - gwt 应用程序的爬虫花费太多时间

html - 使用 HTML <abbr> 标签解释内容

seo - 如何控制可访问的搜索引擎?

html - 元标记中未显示 Unicode

wordpress - 元描述

javascript - 如何在上传pdf文件时在浏览器中显示pdf文件

javascript - 刷新时背景颜色会按顺序改变吗?

javascript - 单击弹出窗口时如何使弹出窗口消失?

html - 如何在搜索引擎结果中添加 Logo ?

html - 通过 HTML 在 IE 中禁用自动完成/预填充?