Semantic Domains
Semantic domain numbers (abbreviations) are needed for the import. However, you can hide them from displaying. Go to the Webonary Dashboard. Click on “Appearance” – “Customize / Additional CSS” and add this:
.semanticdomains .semanticdomain .abbreviation {
display: none;
}
If you don't want domain names to display at all, add this instead:
.semanticdomains {
display: none;
}