Open
Bug 502418
Opened 16 years ago
Updated 11 months ago
Support canonical URL with one-click bookmarking
Categories
(Firefox :: Bookmarks & History, enhancement, P5)
Firefox
Bookmarks & History
Tracking
()
NEW
People
(Reporter: kohei, Unassigned)
References
Details
(Keywords: privacy)
When a user clicks the star icon in the location bar, Firefox should bookmark (or suggest bookmarking) the canonical URL provided by the visiting page.
This feature will be helpful both to users and publishers. They don't want URLs with tracking tags to be bookmarked. Consider AdWords conversion tracking or custom campaigns.
Steps to Reproduce
1. a user visits http://www.getfirefox.com/
2. s/he gets to http://www.mozilla.com/en-US/firefox/upgrade.html?from=getfirefox
3. a user clicks the star icon
Actual Results
http://www.mozilla.com/en-US/firefox/upgrade.html?from=getfirefox will be bookmarked.
Expected Results
http://www.mozilla.com/en-US/firefox/ should be bookmarked (if the site provides canonical URL; see Bug 481550 for implementing on mozilla.com)
| Reporter | ||
Comment 1•16 years ago
|
||
See http://www.seomoz.org/blog/canonical-url-tag-the-most-important-advancement-in-seo-practices-since-sitemaps for details on canonical URL.
Hatena Bookmark, an add-on released by Japanese most popular social bookmark service, suggests canonical URL when a user click its Bookmark This Page button.
https://addons.mozilla.org/en-US/firefox/addon/11285
Comment 2•16 years ago
|
||
How exactly would we know what the canonical URL is for an arbitrary site?
Status: NEW → UNCONFIRMED
| Reporter | ||
Comment 3•16 years ago
|
||
Would you like to see a real example?
1. Subscribe a RSS feed on CNET:
http://news.cnet.com/2547-1_3-0-20.xml
2. You'll find an interesting article then click such a link:
http://news.cnet.com/8301-1001_3-10277114-92.html?part=rss&subj=news&tag=2547-1_3-0-20
3. This page's canonical URL is
http://news.cnet.com/8301-1001_3-10277114-92.html
You can find it in the page source:
<link rel="canonical" href="http://news.cnet.com/8301-1001_3-10277114-92.html" />
4. Click the star icon. Firefox will immediately bookmark
http://news.cnet.com/8301-1001_3-10277114-92.html?part=rss&subj=news&tag=2547-1_3-0-20
Yes, my idea is that Firefox should bookmark
http://news.cnet.com/8301-1001_3-10277114-92.html
Comment 4•16 years ago
|
||
see also bug 327024
ideally we couls look into recent redirects and get the original address, not sure if that's what we want though. We end up bookmarking something different from what the user sees. but at the same time we lose "site features" like automatic redirects based on platform/locale.
Comment 6•13 years ago
|
||
See also bug 777799
Comment 7•7 years ago
|
||
+1 for this
Note that the canonical URL is not supposed to return anything different for the user. It's intended to indicate the official URL to get to that page for search engines, social media, etc.
I think when bookmarking, if there is a canonical URL, Firefox should, if the canonical URL is different, show a dialogue to choose either the canonical URL or the exact one.
It would probably make sense for the dialog to simply ask for a title and have a "More" button to choose the folder, tags, and URL.
I note that Chrome currently behaves like Firefox and bookmarks the current URL vs the canonical one.
Updated•7 years ago
|
Priority: -- → P5
Comment 10•6 years ago
|
||
For what its worth, I've released a Firefox add-on For what it's worth, I've just released the following Firefox add-on https://addons.mozilla.org/en-US/firefox/addon/refresh-your-bookmarks/ that will suggest you update your bookmark when you visit a page with a different canonical URL.
Updated•3 years ago
|
Severity: normal → S3
Comment 15•1 year ago
|
||
Restricting comments due to spam.
Flags: needinfo?(marketingedc35)
Restrict Comments: true
| Reporter | ||
Comment 16•1 year ago
|
||
I’m surprised (and sad) to see the 15-year-old bug is still open. In the meantime, Firefox has added the “Copy Link Without Site Tracking” context menu item. It would be nice to get some attention.
You need to log in
before you can comment on or make changes to this bug.
Description
•