No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

SEOWidget

The SEOWidget component renders meta tags configured in SEO widget type created in CEC app for any given page within a website. Meta tags defined in this widget are displayed within the head elements of each page.

Importing

import { SEOWidget } from '@sitecore-search/react';

Usage

import { WidgetsProvider, SEOWidget } from "@sitecore-search/react"; const MyApp = () => { return ( <WidgetsProvider env='<environment>' customerKey='<customer key>' apiKey='<api key>' > <SEOWidget rfkId="<rfkid_seo>" /> </WidgetsProvider> ) };