How can I have the URL automatically added to the metadata of a saved webpage?
-
Deleted User last edited by
Still hoping it's feasible to have the URL automatically appended to the source code of a "Web Page (Complete)" file.
-
Deleted User last edited by
Originally posted by Operetta:
Chrome does this.
Only when saving as "Webpage, Complete", not "webpage, HTML Only"! How irresponsible.
This can't be implemented in Opera? I save web pages so frequently, I'm about to start using Chrome.
-
frenzie last edited by
Originally posted by Operetta:
This can't be implemented in Opera? I save web pages so frequently, I'm about to start using Chrome.
Presumably the newer Chromium-based Opera sports the same behavior as Chrome.
-
mochikun last edited by
Why don't you save as "HTML file with images"? This will add source information to the end of the page. When I save this page the tail of the HTML file looks like this:
</body> </html> < !-- 1392775729.myo.cDoyNzowNTowMA== --> < !-- This document saved from http://my.opera.com/community/forums/topic.dml?id=1817132&page=1 -->
OK, it's not metadata, but better than nothing...
-
Deleted User last edited by
Well, that's actually exactly what I mean. I guess I was misusing the term metadata. What does metadata actually mean?
I didn't think to look at the end of the document.
Is there anyway to change it so that it's at the top of the document?
-
mochikun last edited by
http://www.techterms.com/definition/metadata
Originally posted by Operetta:
Is there anyway to change it so that it's at the top of the document?
No. Anyway it's exactly what you asked for:
Originally posted by Operetta:
Still hoping it's feasible to have the URL automatically appended to the source code
Appended means adding data to the end, not the top :whistle:
-
frenzie last edited by
Originally posted by Operetta:
Well, that's actually exactly what I mean. I guess I was misusing the term metadata. What does metadata actually mean?
It is metadata. There is also a dedicated element for metadata, however. And in this case, if it were part of the web page you'd have something like
<link rel='canonical' href='http://whatever' >