Skip to content

Commit

Permalink
v.1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
findlabnet committed Jan 25, 2023
1 parent f57325f commit f3c3746
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 230 deletions.
47 changes: 24 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ Meta tags may be used to control the display of content across popular social ne
Please note
-----------
1. This module is intended to replace module [Base Meta: Page Title And Meta Tags] (https://backdropcms.org/project/base_meta) as refactored and extended successor, without backward compatibility.
2. This module is NOT intended to completely replace or repeat all the functions of its "big brother" ("Metatag" module) - only the necessary minimum set of functions.

2. This module is NOT intended to completely replace or repeat all the features of its "big brother" ("Metatag" module) - only the minimum (and mostly sufficient) set of necessary functionality.

Features
--------

Pages on your site may be created by adding node, views pages or just taxonomy term.
For any page created this way, you may add:

- customized "title" tag instead generated by system;
- site name: may be appended or removed for "title" tag with customizable divider;
- "descriptions", "keywords" (optionally) and "robots" meta tags;
- "descriptions", "keywords" (optionally) and "robots" meta tags;
- Facebook Open Graph Protocol meta tags, specifically: "og:url", "og:type", "og:title", "og:description", "og:site_name" and "og:image";
- Twitter Cards meta tags, specifically: "twitter:card", "twitter:site" and "twitter:creator".
- Twitter Cards meta tags, specifically: "twitter:card", "twitter:site" and "twitter:creator".

All tags may be set up for each page/node specified, or as set of defaults for all pages where meta tags is not exactly defined.

Another "canonical URL" may be defined instead of default for any page.

Different "base URL" may be used in all canonical URLs instead of default
Different "base URL" may be used in all canonical URLs instead of default
(or actual) site domain. May be useful for mirroring.

For site's "shortcut icon" link you may change "rel" and "type" attributes.
Expand All @@ -38,36 +38,37 @@ Installation
Install this module using the official Backdrop CMS instructions at
https://backdropcms.org/guide/modules

Grant permissions on the "Permissions" page (Administration > Configuration > User accounts > Permissions
Grant permissions on the "Permissions" page (Administration > Configuration > User accounts > Permissions
or config/people/permissions) - "Administer SEO Meta Tags settings" to the roles that are allowed to control meta tags on the site.

Configuration and usage
-----------------------
The main configuration page (Administration > Configuration >
Metadata > SEO Meta tags or admin/config/metadata/seo_meta)
The main configuration page (Administration > Configuration >
Metadata > SEO Meta tags or admin/config/metadata/seo_meta)
control defaults and may be used for:

- set up default values for meta tags;
- enable or disable usage of site name in page titles and set divider in between;
- define replacement for "Canonical Base URL" (see description on the form);
- define replacement for "Canonical Base URL" (see description on the form);
- enable availability for obsolete "Keywords" meta tag;
- change shortcut icon link "rel" and "type" attributes (see description on the form);
- exclude some content types to avoid adding meta tags.

Meta tags for "Front page" (Home page) may be set by using tab
in admin area: (Administration > Configuration > Metadata >
SEO Meta tags > Front page or admin/config/metadata/seo_meta/home).
If more than one language available, links to "Front page meta tags edit form"
Meta tags for "Front page" (Home page) may be set by using tab
in admin area: (Administration > Configuration > Metadata >
SEO Meta tags > Front page or admin/config/metadata/seo_meta/home).
If more than one language available, links to "Front page meta tags edit form"
for each of languages will be provided.

Meta tags for pages provided by taxonomy tags pages may be set by using tab
in admin area: (Administration > Configuration > Metadata >
SEO Meta tags > Taxonomy pages or admin/config/metadata/seo_meta/taxonomy).
Select appropriate vocabulary, then select any available
Meta tags for pages provided by taxonomy tags pages may be set by using tab
in admin area: (Administration > Configuration > Metadata >
SEO Meta tags > Taxonomy pages or admin/config/metadata/seo_meta/taxonomy).
Select appropriate vocabulary, then select any available
term name to open "Taxonomy page meta tags edit form" for this term page;
Meta tags for pages provided by module Views" may be set by using tab
in admin area: (Administration > Configuration > Metadata >
SEO Meta tags > Views or admin/config/metadata/seo_meta/views)

Meta tags for pages provided by module "Views" may be set by using tab
in admin area: (Administration > Configuration > Metadata >
SEO Meta tags > Views or admin/config/metadata/seo_meta/views)
and select any available page name to open "Views page meta tags edit form".

**For any page generated by node**: on node edit form you may use vertical tab named 'SEO meta tags' - select checkbox "Define tags for page of this node" and fill in the appropriate fields to override defaults.
Expand All @@ -85,7 +86,7 @@ Current Maintainer

Vladimir (https://github.com/findlabnet/)

For bug reports, feature or support requests, please use the module
For bug reports, feature or support requests, please use the module
issue queue at https://github.com/backdrop-contrib/seo_meta/issues.

Credits
Expand Down
5 changes: 3 additions & 2 deletions config/seo_meta.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"meta_og_images_dir": "og_images",
"fix_favicon": 0,
"append_site_name": 1,
"site_name_divider": "|"
}
"site_name_divider": "|",
"excluded_types": []
}
Loading

0 comments on commit f3c3746

Please sign in to comment.