Play around with Sitefinity SEO

sitefinity | 2020-06-20

This guide walks you through configuring SEO and Open Graph metadata in Sitefinity CMS (tested on version 11.1) to optimize your web content for both search engines and social media sharing.


Enable Open Graph and SEO Properties

Navigate to:

Settings → Advanced → System → SEO and OpenGraph

To allow Sitefinity to generate SEO and Open Graph tags:

  • Ensure SEO is enabled
  • Ensure Open Graph Properties are enabled

This step allows Sitefinity to inject meta tags for improved visibility in search results and on social platforms.

opengraph_setting


Define Your Site Name

Navigate to:

Settings → Advanced → Project → DefaultSite

Here, you can customize the Site Name that will be used in Open Graph metadata (e.g., og:site_name). This helps define brand identity when your pages are shared online.

default_setting


Configure Page-Level Settings

Before mapping Open Graph fields at the page level:

Pre-requisite: Create a custom field named OpenGraphImage to represent the social sharing image.

Once created, you can assign this image on individual pages to customize the visual preview when shared on platforms like Facebook or LinkedIn.

page_setting


Example Output

Below is an example of a resulting page with properly configured Open Graph tags. These tags control how content appears when shared on social media and improve visibility in search engines.

result


Meta Tag Mapping Reference

The table below shows how Sitefinity properties map to standard SEO and Open Graph meta tags:

NoTitleTitle for search engines
1Meta – DescriptionDescription
2Meta – og:titlePage Name
3Meta – og:descriptionDescription
4Meta – og:imageImage for social media
5Meta – og:urlPage url
6Meta – og:typewebsite
7Meta – og:site_nameSite Name Setting
8Meta – keywordsKeywords

📚 Additional Reference

For more advanced configuration, refer to Sitefinity's official documentation on Association of custom fields and Open Graph meta properties.