Category: General

  • not searchable

    A blog can decide to be not trackable and to not be searchable on Google, open to be found to any Bot or other web scraper on the web

    To set this onĀ  noblogs you can change your setting here

    Settings > ReadingĀ 

    and set the option:

    Discourage search engines from indexing this site

     

  • Maps embed

    You can embed a map on Noblogs.org by using the HTML block in the block editor, and using an iframe tag.

    Let’s see two examples. The first is using maps from Framasoft.

    <iframe width="100%" height="300px" frameborder="0" allowfullscreen src="https://framacarte.org/en/map/mapping_131138?scaleControl=false&miniMap=false&scrollWheelZoom=false&zoomControl=true&allowEdit=false&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=undefined&captionBar=false"></iframe><p><a href="https://framacarte.org/en/map/mapping_131138">See full screen</a></p>

    The second one is using openstreetmaps.org

    <iframe width="425" height="350" src="https://www.openstreetmap.org/export/embed.html?bbox=10.512328147888185%2C43.256643083097096%2C10.580949783325197%2C43.28501590209562&amp;layer=mapnik&amp;marker=43.27083114593826%2C10.54663896560669" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat=43.27083&amp;mlon=10.54664#map=15/43.27083/10.54664">Visualizza mappa ingrandita</a></small>

    It also works with other maps services!

  • Backup of a blog

    Tool-> Export

    With this file you can import posts/pages/categories/.. in another installation of wordpress.

    But this will not import your Media and your theme and customization.