Home Page SEO Titles and Meta Descriptions in SuiteCommerce

Learn to set SEO-friendly home page titles and meta descriptions in SuiteCommerce to enhance visibility and attract traffic.

·2 min read·View Oracle Docs

The Content Delivery Service facilitates effective management of a website's SEO components, including essential features like page titles and meta descriptions, specifically for SuiteCommerce Advanced until the Denali R2 release. Post-Denali R2, it's recommended to use Site Management Tools for these configurations.

Why Are Page Titles Important?

Page titles play a crucial role in SEO as they appear in browser tabs and search engine results, serving as the primary descriptor for a webpage. An effective page title is typically around 55 characters and should contain relevant keywords to improve search rankings and entice clicks.

How to Set Your Home Page Title

To modify the home page title in SuiteCommerce Advanced using a custom module:

  1. In your local source files, locate the HomeView.js file within your custom Home module.
  2. Find the default line of code and replace "Welcome to the Store" with your desired home page title:
    javascript
    // Change "text-purple-400">this line
    "Welcome to the Store"

Following SEO best practices, ensure the title is compelling and contains essential keywords to boost online visibility.

Setting Meta Descriptions

Meta descriptions provide a summary of the page's content and are often displayed in search results. Here's how to configure meta descriptions using Content Delivery:

For the Home Page:

  1. Navigate to Setup > SuiteCommerce Advanced > Content Delivery.
  2. Click New Enhanced Page.
  3. Enter a name for this enhanced page (e.g., home page).
  4. Select your site from the Site list.
  5. In the Target URL field, enter / for the home page.
  6. Under the Content Rule subtab, input #empty in the Target field.
  7. Choose New from the Content dropdown to create a blank HTML page.
  8. On the Advanced subtab, fill in the Meta Description field with your custom description.
  9. Click Save.

For Facet Pages:

Repeat similar steps as above, adjusting the Target URL to correspond with the specific facet listing (e.g., /mens/shoes for men's shoes). A sample description might be:

Shop the best deals on men's dress shoes, loafers, sneakers, and boots at YourSite.com.

Conclusion

Effectively setting your home page title and meta descriptions using Content Delivery significantly impacts your SEO strategy, making your site more discoverable and appealing to potential visitors.

Key Takeaways

  • Use Content Delivery for streamlined SEO management of titles and meta descriptions.
  • Customize the home page title via a SuiteCommerce Advanced custom module.
  • Aim for compelling, keyword-rich titles and descriptions to enhance search visibility.

Source: This article is based on Oracle's official NetSuite documentation.

Frequently Asked Questions (4)

Is the configuration of home page titles in SuiteCommerce available in all NetSuite editions?
No, setting home page titles as described in the article specifically applies to SuiteCommerce Advanced and changes after the Denali R2 release should be handled with Site Management Tools.
Can I use the Site Management Tools for setting meta descriptions pre-Denali R2?
No, for versions up to the Denali R2 release, the Content Delivery Service should be used for setting meta descriptions.
How do page titles interact with SuiteCommerce's broader SEO strategy?
Page titles are crucial as they both appear in browser tabs and search engine results. They are used as primary descriptors for pages and should include relevant keywords to improve search rankings and attract more clicks.
What should be done if the home page has a different URL than '/'?
If your home page URL differs from '/', you would need to enter that specific URL in the **Target URL** field during the setup process within Content Delivery.
Source: Home Page Title Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Commerce

View all Commerce articles →