在 URL 之后附加了一些额外的字符

Some additional characters appended after the URL

我的客户网站使用 php 代码创建。

但是,当我在任何网页上单击任何 link 时,url 栏会附加一些字符,如下所示 "VzFqJRV95E4"。不同的电脑和不同的浏览器显示不同的字符。

我将网站复制到我的本地主机也显示不同的字符。

http://localhost/newbridge/Frequently-Asked-Questions.php#.VzFqJRV95E4

Screenshot from chrome

如何删除代码?我认为这是会话跟踪。这太烦人了,我想我应该删除它以保护用户隐私。

我从rocky那里得到了答案! https://drupal.stackexchange.com/questions/37467/strange-characters-after-url-uafabbty-ie

URL 实际上是由 AddThis 插件的地址栏共享分析生成的。

信息可以参考这个URLhttp://www.addthis.com/academy/what-is-address-bar-sharing-analytics/

How it Works

Address bar share tracking works by appending a special tag to your URL once your page has loaded. Your URLs will start to look like this:

http://example.com/blog#AHb4gs1hwck

In this case, “#AHb4gs1hwck” is a semi-random value which identifies each page view. When a user clicks on an URL like this we’ll know that they were the recipient of an address bar share and we’ll count a share and a click for your site. This tag contains the time that the page was viewed by the sharer so we can properly attribute the share. If that recipient subsequently shares your page to someone else, we’ll be able to measure it separately as a “reshare”, taking into account the various generations of your viral sharing.

Note: these types of tags (called URL fragments) will not affect your SEO because they are discarded by search engines during web crawling.