8.2. Rewrite HTML Meta URLs
Note
This page is under construction.
- Plugin Key
plugin_rewrite_html_meta_urls
- Plugin Value Type
- Plugin Value Type
Each string in the list is a value of the
name
attribute of HTML<meta>
tags.- Sample
<entry> <string>plugin_rewrite_html_meta_urls</string> <list> <string>citation_abstract_url</string> <string>citation_pdf_url</string> </list> </entry>
- Description
This plugin feature enables a canned HTML Link Rewriter that seeks out
<meta name="..." content="...">
tags where the value of thename
attribute matches one of the specified names, and rewrites the URL that is the value of theircontent
attribute.