Overview
SEO (Search Engine Optimization) settings for pages increases the quantity and quality of traffic to sites through organic search engine results.
Prerequisites
- Access to an Administrator or Superuser account.
Solution
Follow these steps to configure the SEO settings of an existing page:
- Go to Persona Bar > Content > Pages.
- Click the gear icon for the page.
- Go to Advanced > S.E.O.
- Configure settings as described below:
Field Description Page Header Tags Add HTML <meta>
tags to add to the<head>
of the page.
Example:<meta name="keywords" content="CMS, Liquid Content, example">
Sitemap Priority Set the priority for the page (0 to 1.0; default is 0.5). This value helps search engines to rank the page relative to other pages in the site. Allow Indexing If enabled (On), the
ROBOTS
meta tag is set toINDEX
to indicate that search engines should index the page; i.e.,<meta name="ROBOTS" content="INDEX" />
.Otherwise if set to Off, the
ROBOTS
meta tag is set toNOINDEX
, and search engines ignore the page from being indexed. - Click Save.
Testing
- If successful, the following message will pop-up:
- If you have modified the page header tags or allow indexing:
- Right-click inside the page.
- Select Inspect from the browser menu.
- Look for the added script or find the Robots Meta tag.
- If you have modified the page priority:
- Access the site's sitemap by going into SITEURL/sitemap.aspx to check the priority values of the page.
Comments
0 comments
Please sign in to leave a comment.