- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SitemapAlternateLink (0.54 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapAlternateLink.java
*/ private String hreflang; /** * The URL of the alternate version of the page. */ private String href; /** * Creates a new SitemapAlternateLink instance. */ public SitemapAlternateLink() { // Default constructor } /** * Gets the hreflang attribute. * @return the hreflang value */ public String getHreflang() {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 2.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
*/ private SitemapNews news; /** * List of alternate language/region versions of this URL. * Used for hreflang annotation. */ private List<SitemapAlternateLink> alternateLinks; /** * Returns the location URL of this sitemap entry. * @return the location URL */ @Override public String getLoc() { return loc; }Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 9.1K bytes - Viewed (0)