Using Dublin Core Metadata for SEO —
SEO optimizers used to search what is DC meta tags? Or qualified Dublin core metadata? Where to get dublin core generator for website? Does dublin core helps seo? How to write dublin core tags for blog? Any sample dublin core metadata to define? And so on...
You have now familiar with All Open Graph Tags in Blogger/WordPress Websites similarly, just like to define metadata for SEO purposes, the Dublin Core elements are the combination of meta tag elements that goes with all in your HTML body and preferably used to provide the important site content like description, keywords by which the search engines or other resources can be used it to index site content.
Currently, the Dublin Core is typically used in libraries, academies, and bigger paper presentations areas such as research purpose, papers, law, or you may say court work. It may help you get .gov backlinks for your website. But the Dublin core metadata usually used as an SEO site description to boost your organic search results.
It's very simple to add this Dublin Core HTML metadata elements, especially inserted to the HTML header. These DC Meta tags are mostly placed above
<head>
tag. This article explains to you how to insert DC Dublin Core meta tags [metadata] in XML of your website or blog. You may use this in any HTML template as well. Learn something new Dublin Core tutorial about SEO and meta tags that will pass through Google search algorithm.
DC Dublin Core Elements [Meta Tags]
Now the question is, how to define metadata? Here the simple example of dublin core elements [DCMES - Dublin Core Metadata Element Set] and it's made of SEO description meta elements shown below;- Title: title of the site
- Creator: Owner of the site
- Format: Format of the site likes text/HTML
- Subject: Keywords
- Publisher: Name of a publisher
- Identifier: Url of a site
- Language: Language of the content
- Date: Created date
- Modified: Modified date
- Description: SEO site description
- Type: Nature of content
Check out; 11 Ways To Increase Domain Authority (DA) Fast in Your Blogging Niche
Features of Dublin Core Metadata Element (DCMI) Set for SEO
Why DCMI Dublin core metadata element set is good for better SEO and usability?1. This D.C. Meta element includes the Resource Description Framework (RDF) support, causes more indexing to boost site rank.
2. Increases the indexing in scientific catalogues.
3. Dublin core metadata gives the mean of the site content to determine the meaning of the text or other data and then create search navigations for the user through the search engines easily.
4. It assists your site to be used for the advanced use in a search engine to begin to index.
5. Boost the site contents in Semantic Web.
(Semantic Web: it is a structure for the search engines to get recognized the meaning of information on the W.W.W. (World Wide Web).
6. Easy to use with XML.
7. Dublin core metadata quickly illustrates the site component to all search engines.
8. Dublin core metadata is the professional way to describe the entire content of the page of the site in a short outline.
9. It rescues a number of internal search engines operation and fetches information.
10. It provides a simple plus standardized set of conventions for describing site-stuff on-line in ways that force them easier to find.
11. Dublin core metadata clarify elements and support the use of encoding and vocabulary schemes.
Also read, Stop Using Dynamic Meta Tags in HTML | Advanced SEO Practice.
Example of Dublin Core Metadata
The HTML meta tags SEO format of Dublin Core meta data:<meta name='DC.Title' content='YOUR WEBPAGE TITLE'/>
<meta name='DC.Creator' content='YOUR NAME'/>
<meta name='DC.Subject' content='KEYWORDS' scheme='MESH'/>
<meta name='DC.Description' content='YOUR WEBPAGE DESCRIPTION'/>
<meta name='DC.Publisher' content='AUTHOR'/>
<meta name='DC.Contributor' content='WEBSITE NAME'/>
<meta name='DC.Date' content='YYYY-DD-MM'/>
<meta name='DC.Date.Modified' content='YYYY-DD-MM'/>
<meta name='DC.Type' content='Text' scheme='DCMIType'/>
<meta name='DC.Format' content='text/html' scheme='IMT'/>
<meta name='DC.Identifier' content='YOUR WEBPAGE URL'/>
<meta name='DC.Source' content='YOUR WEBSITE URL'/>
<meta name='DC.Language' content='en; English' scheme='RFC1766'/>
<meta name='DC.Relation' content='YOUR WEBSITE URL' scheme='IsPartOf'/>
<meta name='DC.custodian' content='YOUR NAME'/>
<meta name='DC.creator.address' content='AUTHOR EMAIL ID'/>
<meta name='DC.Coverage' content='AREA NAME, COUNTRY'/>
<meta name='DC.Rights' content='Copyright YYYY, YOURNAME, Ltd. All rights reserved.'/>
Use Dublin Core meta tags on Google Blogger BlogSpot blogs
To add the Dublin core tags with Blogspot/Blogger, you have to edit the Blogger HTML to get the advantage of DC meta tags:<meta name='DC.Title' expr:content='data:blog.pageName'/>
<meta name='DC.Creator' expr:content='data:post.author'/>
<meta name='DC.Subject' content='Google, Fashion, Animation, Food, Cars' scheme='MESH'/>
<meta name='DC.Description' expr:content='data:blog.metaDescription'/>
<meta name='DC.Publisher' content='Tech Guru'/>
<meta name='DC.Contributor' expr:content='data:blog.title'/>
<meta name='DC.Date' expr:content='data:post.timestampISO8601'/>
<meta name='DC.Date.Modified' expr:content='data:post.lastUpdatedISO8601'/>
<meta name='DC.Type' content='Text' scheme='DCMIType'/>
<meta name='DC.Format' content='text/html' scheme='IMT'/>
<meta name='DC.Identifier' expr:content='data:blog.url'/>
<meta name='DC.Source' expr:content='data:blog.homepageUrl'/>
<meta name='DC.Language' content='en; English' scheme='RFC1766'/>
<meta name='DC.Relation' expr:content='data:blog.homepageUrl' scheme='IsPartOf'/>
<meta name='DC.custodian' content='Tech Guru'/>
<meta name='DC.creator.address' content='techguru@yourwebsite.com'/>
<meta name='DC.Coverage' expr:content='data:post.location.name'/>
<meta name='DC.Rights' content='Copyright 2022, Tech Guru, Ltd. All rights reserved.'/>