SEO Nicnacs - Canonicalization

Find canonical links on webpages.

Τι είναι το SEO Nicnacs - Canonicalization;

Το SEO Nicnacs - Canonicalization είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sökmotoroptimering.se, και η κύρια λειτουργία του είναι "Find canonical links on webpages.".

Λήψη αρχείου CRX της επέκτασης SEO Nicnacs - Canonicalization

Λήψη αρχείων επέκτασης SEO Nicnacs - Canonicalization σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Having the same content on several pages create what SEO:s call duplicate content. To put it briefly duplicate content may confuse search engine robots of the contents true origin and whom to credit for it. The problem is especially prevalent in CMS:s such as Wordpress, Joomla, Drupal, but also for ecommerce platforms like Magento. 
A few years ago a new metatag commonly referred to as rel=canonical was introduced to remedy the problem, and this is what it would look like in the source code:



Here is a short example portraying the problem:

You have a website page with the following URLs:

    a) http://www.seoblogg.se

The content of this page is also available on the following page:

    b) http://seoblogg.se


If this is the case, if the same content is found on both urls, and if there is no canonical link present, search engines will be confused about content origin. At first glance you may say - "this is the same site", but fact is search engine spiders consider the two to be different sites. 


The problem may arise in different shapes and forms, and also when dealing with a multi lingual site:

a) http://seoblogg.se

The content on the above site is written in English, but mirrored in Swedish on the site below:

b) http://sökmotoroptimering.se

Even if these may be considered two different sites, they are - in the eyes of Google and Bing, the same even if the content is written in different languages.

This plugin facilitates checking:

- Whether the page has any canonical link at all.
- If the page is the canonical page, and if not - what canonical page it points to.

In your address bar, you will see these icons:

- A green icon. This is the canonical page, i.e the link points to this URL, and the URL in question is the one to be credited.
- A grey icon. This page has no canonical link.
- A red icon. This page has a canonical link which points to another URL, that is - another page is to take credit for the content.


For those who want to learn more about canonical URL:s, see this Google page:

https://support.google.com/webmasters/answer/139066?hl=en                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SEO Nicnacs - Canonicalization SEO Nicnacs - Canonicalization
ID kemalohldecjnfnebblkolgegeolngop
Επίσημο URL https://chrome.google.com/webstore/detail/seo-nicnacs-canonicalizat/kemalohldecjnfnebblkolgegeolngop
Περιγραφή Find canonical links on webpages.
Μέγεθος Αρχείου 7.35 KB
Αριθμός Εγκαταστάσεων 60
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-02-13
Ημερομηνία Δημοσίευσης 2015-02-13
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Sökmotoroptimering.se
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://sökmotoroptimering.se
Διεύθυνση URL της Σελίδας Βοήθειας http://sökmotoroptimering.se
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Nicnacs - Canonicalization",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "description": "Find canonical links on webpages.",
    "author": "Jase Pellerin",
    "page_action": {
        "default_icon": "icons\/canNone.png",
        "default_title": "Canonicalization"
    },
    "manifest_version": 2
}