- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for rel (1.61 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
+ " <xhtml:link rel=\"alternate\" hreflang=\"en\" href=\"http://www.example.com/en/page.html\" />\n" + " <xhtml:link rel=\"alternate\" hreflang=\"ja\" href=\"http://www.example.com/ja/page.html\" />\n" + " <xhtml:link rel=\"alternate\" hreflang=\"x-default\" href=\"http://www.example.com/page.html\" />\n"Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# XPath to extract canonical URL from HTML documents. crawler.document.html.canonical.xpath=//LINK[@rel='canonical'][1]/@href # HTML tags to prune (remove) during document processing. crawler.document.html.pruned.tags=noscript,script,style,header,footer,aside,nav,a[rel=nofollow] # Maximum length of digest extracted from HTML documents. crawler.document.html.max.digest.length=120
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. //LINK[@rel='canonical'][1]/@href */ String CRAWLER_DOCUMENT_HTML_CANONICAL_XPATH = "crawler.document.html.canonical.xpath"; /** The key of the configuration. e.g. noscript,script,style,header,footer,aside,nav,a[rel=nofollow] */ String CRAWLER_DOCUMENT_HTML_PRUNED_TAGS = "crawler.document.html.pruned.tags";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)