覆盖或更改 GoDaddy 网站描述?不使用元标记

Override or change GoDaddy website description? Not working with meta tags

我在 AWS S3 上托管我的网站并使用 Route 53 分配我从 GoDaddy 购买的域名。我的问题是出现在搜索引擎结果中的网站描述是我在 GoDaddy 注册域时最初写的(我相信)。更新标签不会更改描述。

我找不到用我自己的 html 覆盖 GoDaddy 描述或编辑它的方法(不使用他们的 WebsiteBuilder,我还没有购买)。感谢您的帮助。

您需要修改 S3 存储桶中的文件。索引文件是您的 "homepage" -- 这是在您的 S3 存储桶配置中定义的(可能是 index.html)

您需要将以下 HTML 元素修改为您希望在搜索结果中显示的标题和说明:

<title>This is the Title of my Website</title>
<meta name="description" content="This is the longer description of my website that appears in a Google search result.">

如果这些标签已经正确,那么 Google 可能会根据外部 link 和那些 link 中使用的 link 文本为您的网站选择标题用于某些查询(例如您的品牌名称)。

=== 编辑 2017 年 1 月 9 日 ===

添加我在 Google 搜索中看到的屏幕截图:

这似乎与我在您的 HTML 来源中看到的标签完全一致:

<title>Cameron Cabo</title>
<meta name="description" content="Personal website of designer, artist, and future engineer and businessman Cameron Cabo. Cameron studies Computer Science and Management in the Jerome Fisher Program at the University of Pennsylvania. He is also passionate about art, design, and creative innovation.">