Link Mapper
default (translation-links.json)
Paste source HTML above and click Analyze Links to see which paragraphs contain links and whether they match the active link mapper.
{
"delay": {
"en": {
"link": "https://example.com/flight-delay/",
"translations": ["delay", "delays", "delayed", "flight delay", "delayed flight"]
},
"de": {
"link": "https://example.com/de/flugverspaetung/",
"translations": ["verspätung", "flugverspätung", "verspäteter flug"]
}
},
"cancelled": {
"en": {
"link": "https://example.com/cancellation/",
"translations": ["cancelled", "canceled", "flight cancelled", "flight cancellation"]
},
"de": {
"link": "https://example.com/de/stornierung/",
"translations": ["stornierung", "annullierung", "annullierter flug"]
}
},
"claim": {
"en": {
"link": "https://example.com/submit-claim/",
"translations": ["claim", "compensation claim", "submit a claim"]
}
}
}