Purpose of Tags – Sitemaps

This topic contains 7 replies, has 3 voices, and was last updated by  Paolo 8 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #63992

    robnh
    Buyer
    Post count: 57

    What is the purpose of tags when adding a business to GeoDirectory?

    I got into the habit of using my meta keywords for my tags, however, in my sitemap, the tags show up as broken links?

    Are tags necessary and if not, is there a way to deactivate them rather than editing each business and removing them?

    #64016

    Guust
    Moderator
    Post count: 29970

    It can be useful to see all the listings that use the same tag for example.
    Tags are not necessary at all, you can hide them with CSS, and/or set the tag character limit to zero in the price packages.

    #64030

    robnh
    Buyer
    Post count: 57

    Where is “price packages”?

    #64085

    Paolo
    Site Admin
    Post count: 31206

    Hi,
    you’d need the prices and payments add-on to manage tags via prices.
    Thanks

    #64087

    robnh
    Buyer
    Post count: 57

    I don’t have or need the price package, so what do I do to use CSS then?

    #64095

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you can add this to GeoDirectory >> Design >> Scripts >> Custom CSS:

    
    
    #geodir_post_tags_row {
        display: none;
    }

    Thanks

    #64100

    robnh
    Buyer
    Post count: 57
    #64107

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I gave you the code to eliminate the field from the add listing form, so that they can’t be added.

    To hide them from existing listings use this:

    .geodir-tags {display:none;}

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket