We want to store the URL of the page where the user finds each word when they add it to their personal persistent word list. You probably want to strip URL params from the URL before you use it.
You likely also want to store the page name, but maybe make a separate record type for these, because there's no point storing redundant information. Maybe also store the favicon if it exists, but optional.
We want to store the URL of the page where the user finds each word when they add it to their personal persistent word list. You probably want to strip URL params from the URL before you use it. You likely also want to store the page name, but maybe make a separate record type for these, because there's no point storing redundant information. Maybe also store the favicon if it exists, but optional.