@quintype/seo 1.41.5-description-fallback.0 → 1.41.5-description-fallback.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -2
- package/index.js +1 -1
- package/package.json +1 -1
- package/src/text-tags.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1227,7 +1227,7 @@ const SKIP_CANONICAL = "__SKIP__CANONICAL__";
|
|
|
1227
1227
|
* @param {boolean} seoConfig.enableOgTags Add og tags for Facebook
|
|
1228
1228
|
* @param {boolean} seoConfig.enableTwitterCards Add twitter tags
|
|
1229
1229
|
* @param {boolean} seoConfig.enableNews Add tags for Google News, like news_keywords
|
|
1230
|
-
* @param {boolean} seoConfig.
|
|
1230
|
+
* @param {boolean} seoConfig.enableMetaDescriptionFallback Add extra fallbacks for meta description, og:description and twitter:description
|
|
1231
1231
|
* @param {Object} seoConfig.customTags Add tags for a custom page type. Usually looks like `{"custom-page": {"title": "value", "canonicalUrl": "value"}}`
|
|
1232
1232
|
* @param {...*} params See {@link Generator} for other Parameters
|
|
1233
1233
|
*/
|
|
@@ -1363,7 +1363,7 @@ class MetaTagList {
|
|
|
1363
1363
|
* enableNewsArticle: true
|
|
1364
1364
|
* },
|
|
1365
1365
|
* ampStoryPages: true,
|
|
1366
|
-
*
|
|
1366
|
+
* enableMetaDescriptionFallback: true
|
|
1367
1367
|
* });
|
|
1368
1368
|
* ```
|
|
1369
1369
|
*/
|
package/index.js
CHANGED
package/package.json
CHANGED
package/src/text-tags.js
CHANGED
|
@@ -314,7 +314,7 @@ const SKIP_CANONICAL = "__SKIP__CANONICAL__";
|
|
|
314
314
|
* @param {boolean} seoConfig.enableOgTags Add og tags for Facebook
|
|
315
315
|
* @param {boolean} seoConfig.enableTwitterCards Add twitter tags
|
|
316
316
|
* @param {boolean} seoConfig.enableNews Add tags for Google News, like news_keywords
|
|
317
|
-
* @param {boolean} seoConfig.
|
|
317
|
+
* @param {boolean} seoConfig.enableMetaDescriptionFallback Add extra fallbacks for meta description, og:description and twitter:description
|
|
318
318
|
* @param {Object} seoConfig.customTags Add tags for a custom page type. Usually looks like `{"custom-page": {"title": "value", "canonicalUrl": "value"}}`
|
|
319
319
|
* @param {...*} params See {@link Generator} for other Parameters
|
|
320
320
|
*/
|