Search Engine Optimization

To make your site content indexable by search engines, follow these guidelines. 

Enable indexing

From the site admin->site details->security, enable "Enable search indexing by external search engines (e.g. Google)" option. If this option is not enable, then all pages would contain directives in html to disallow indexing of your microsite

<meta name="robots" content="noindex,nofollow"/>
<meta name="googlebot" content="noindex,nofollow"/>
 

KB Pages

For all KB pages, add Keywords, title and descriptions from the page properties. These values are used to populate html meta tags which are used by search engines.

<title>Course Player </title>
<meta property="og:title" content="Course Player " />
<meta name="description" content="EduBrite Support"/>
<meta name="keywords" content="Responsive Mobile Html5"/>

Courses

For the courses, populate the descriptions and metadata. These will be used in the output of the pages that show the course details, or course player. 

Programs

For the programs, populate the  the descriptions and metadata. These will be used in the output of the pages that show the program details. 

Microsite Metadata

For the pages of your microsite, that are not KB pages or course/program/lesson details, site specific metadata can be set which will be used in the html. This is set using following custom properties.

META_KEYWORD
META_DESC

Display name of the site is used as a default title for the pages, if page specific title is not set.

Sitemap

Default sitemap of your microsite can be accessed from this url <microsite-url>/oltpublish/site/siteMgr.do?dispatch=sitemap 

Note that the sitemap url is available only if require signin is off in site details->security. Default sitemap contains all KB pages (which don't require sign in) and catalog items. The default sitemap may or may not be adequate for all scenarios, and you can create a custom sitemap as a xml datasource in CMS, where you can put entries as per your liking. 

 

 


Rating: