You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @typedef Entry Entries represent a single URL and describe them with metadata.
8
-
* @property {string} url Full URL (example: `'https://example.org/'`). See <https://www.sitemaps.org/protocol.html#locdef>
9
-
* @property {number|string|Date} [modified] Value indicating when the page last changed.
10
-
* @property {string} [lang] BCP 47 tag indicating the language of the page (example: `'en-GB'`). See <https://github.com/wooorm/bcp-47>
11
-
* @property {Object.<string, Alternate>} [alternate] Translations of the page, where each key is a BCP 47 tag and each value an entry. Alternate resources inherit fields from the entry they are described in.
7
+
* @typedef Entry
8
+
* Entries represent a single URL and describe them with metadata.
9
+
* @property {string} url
10
+
* Full URL (example: `'https://example.org/'`).
11
+
* See <https://www.sitemaps.org/protocol.html#locdef>
12
+
* @property {number|string|Date} [modified]
13
+
* Value indicating when the page last changed.
14
+
* @property {string} [lang]
15
+
* BCP 47 tag indicating the language of the page (example: `'en-GB'`).
0 commit comments