[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Excerpt

Theme Builder is the only theme that lets you optimise Confluence for Internet search engines...

Control the Robots!

Theme Builder now allows you to easily control search engine robots/crawlers.

Image Modified

Document Title Customisation

Whether you want a static title, a dynamic title or a mixture of both, Theme Builder gives you complete control:

Image Modified

The title can be just static text or even include macros to output the site title, space title and page title.

...

Add labels to your wiki content or blog posts:

Image Modified

And enable the option to automatically create meta keywords in the HTML:

Image Modified

This is particularly useful if you have enterprise search appliances or web services which look for specific terms in your metadata vocabulary.

...

You can define the page description by simply wrapping content in the excerpt macro:

No Format

{excerpt}Theme Builder provides a number of options that...{excerpt}

Will result in the following being added to the HTML:

Image Modified

If you don't specify an excerpt, the wiki will generate one automatically.

...

Easily output the Author meta tag based on the person who created the page:

Image Modified

Deferred Panel Loading

...

Builder has some pretty extreme forms of navigation, such as menus and tree-views, and we've gone to great lengths to make sure that navigation works well with search engines:

Section
Column
Image Modified
Column
Code Block

...
<li class="menuitem">View
 <ul class="submenu">
  <li class="menuitem">
   <a href="/pages/viewrecentblogposts.action?key=Builder">News</a>
  </li>
  ...
  <li class="menuitem">
   <a href="/labels/listlabels-heatmap.action?key=Builder">Labels</a>
  </li>
 </ul>
</li>
...

...