SlideShare ist ein Scribd-Unternehmen logo
1 von 28
All About HTML Tags


            Created By: Shalaka
            Pawar, APM, Search
            Engine Optimization
            @Convonix
http://www.example.com/product.php?item=swedish-fish




                        http://www.example.com/product.php?item
                        =swedish-
                        fish&trackingid=1234&sessionid=5678




http://www.example.com/product.p
hp?item=swedish-
fish&category=gummy-candy
Place in the <head> section

  <link rel="canonical"
  href="http://www.example.com/product.php?item=swedish-fish"
  />




http://www.example.com/product.php   http://www.example.com/product.p
?item=swedish-fish&category=gummy-   hp?item=swedish-
candy                                fish&trackingid=1234&sessionid=5678
   Is rel="canonical" a hint or a directive

    It's a hint that Google honors strongly. This tag is taken into preference
    along with other signals Google considers


   Can I use a relative path to specify the canonical, such as <link
    rel="canonical" href="product.php?item=swedish-fish" />

    Yes, relative paths are recognized as expected with the <link> tag. Also, if
    you include a <base> link in your document, relative paths will resolve
    according to the base URL.
   Is it okay if the canonical is not an exact duplicate of the content

    Slight differences are accepted. E.g. a sort functionality on the page will
    display different versions of the content


   What if the rel="canonical" returns a 404

    Google will continue to index your content , However its is recommend
    that you specify existent URLs as canonicals.
   What if the rel="canonical" hasn't yet been indexed

    Like all public content on the web, Google will discover and crawl a
    designated canonical URL . As soon as it is indexed, the rel="canonical"
    hint will be considered.


   Can rel="canonical" be a redirect

    Yes, you can specify a URL that redirects as a canonical URL. Google will
    then process the redirect as usual and try to index it.
   What if I have contradictory rel="canonical" designations

    Google can follow canonical chains, but its is strongly recommended that
    you update links to point to a single canonical page to ensure optimal
    canonicalization results.


   Can this link tag be used to suggest a canonical URL on a
    completely different domain

    The answer is yes! Google now support a cross-domain
    rel="canonical" link element
http://www.example.com/
white-paper.pdf




http://www.example.co
m/white-paper.html
GET /white-paper.pdf HTTP/1.1
Host: www.example.com
(...rest of HTTP request headers...)

HTTP/1.1 200 OK
Content-Type: application/pdf
Link: <http://www.example.com/white-
paper.html>; rel="canonical"
Content-Length: 785710
(... rest of HTTP response headers...)
http://www.example.com/article?story=abc&page=1

http://www.example.com/article?story=abc&page=2

http://www.example.com/article?story=abc&page=3

http://www.example.com/article?story=abc&page=4
On the first page, http://www.example.com/article?story=abc&page=1, you’d include in
the<head> section:
<link rel="next" href="http://www.example.com/article?story=abc&page=2" />


On the second page, http://www.example.com/article?story=abc&page=2:
<link rel="prev" href="http://www.example.com/article?story=abc&page=1" />
<link rel="next" href="http://www.example.com/article?story=abc&page=3" />


On the third page, http://www.example.com/article?story=abc&page=3:
<link rel="prev" href="http://www.example.com/article?story=abc&page=2" />
<link rel="next" href="http://www.example.com/article?story=abc&page=4" />


And on the last page, http://www.example.com/article?story=abc&page=4:
<link rel="prev" href="http://www.example.com/article?story=abc&page=3" />
<meta name="syndication-
source"
content="http://www.publisherX
.com/wire_story_1.html">

                                  <meta name="original-source"
                                  content="http://www.example.c
                                  om/burglary_at_watergate.html
                                  ">


<link rel="syndication-source"
href="http://www.publisherX.com
/wire_story_1.html"/>
<meta http-equiv="content-language" content="en-US">

<meta http-equiv=“content-language" content= "fr">



                Language               Representation
                    Arabic                    ar
            English (United States)          en-US
           English (United Kingdom)          en-GB
                    Hindi                     hi
                   Marathi                    mr
                    Polish                    pl
                   Spanish                    es
http://en.example.com/javier-lopezeither

<link rel="canonical" href="http://es.example.com/javier-lopez" />

http://fr.example.com/javier-lopezeither

<link rel="canonical" href="http://es.example.com/javier-lopez" />

http://es.example.com/javier-lopezis

<link rel="alternate" hreflang="en"
href="http://en.example.com/javier-lopez" />

and
<link rel="alternate" hreflang="fr" href="http://fr.example.com/javier-
lopez" />
All About HTML Canonical Tag Usage

Weitere ähnliche Inhalte

Was ist angesagt?

01. 02. html web engineering html &amp; introduction
01. 02. html   web engineering html &amp; introduction01. 02. html   web engineering html &amp; introduction
01. 02. html web engineering html &amp; introductionN Gull
 
Advanced SEO Tactics to Fix Duplicate Content in eCommerce [ 2X eCommerce Web...
Advanced SEO Tactics to Fix Duplicate Content in eCommerce [ 2X eCommerce Web...Advanced SEO Tactics to Fix Duplicate Content in eCommerce [ 2X eCommerce Web...
Advanced SEO Tactics to Fix Duplicate Content in eCommerce [ 2X eCommerce Web...Kunle Campbell
 
What's Next for Page Experience - SMX Next 2021 - Patrick Stox
What's Next for Page Experience - SMX Next 2021 - Patrick StoxWhat's Next for Page Experience - SMX Next 2021 - Patrick Stox
What's Next for Page Experience - SMX Next 2021 - Patrick StoxAhrefs
 
Creating Themes
Creating ThemesCreating Themes
Creating ThemesDaisyOlsen
 
The Power of Open Data
The Power of Open DataThe Power of Open Data
The Power of Open DataPhil Windley
 
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick StoxSMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stoxpatrickstox
 
React JS and Search Engines - Patrick Stox at Triangle ReactJS Meetup
React JS and Search Engines - Patrick Stox at Triangle ReactJS MeetupReact JS and Search Engines - Patrick Stox at Triangle ReactJS Meetup
React JS and Search Engines - Patrick Stox at Triangle ReactJS Meetuppatrickstox
 
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018patrickstox
 
Everything That Can Go Wrong Will Go Wrong - Tech SEO Boost 2017 - Patrick Stox
Everything That Can Go Wrong Will Go Wrong - Tech SEO Boost 2017 - Patrick StoxEverything That Can Go Wrong Will Go Wrong - Tech SEO Boost 2017 - Patrick Stox
Everything That Can Go Wrong Will Go Wrong - Tech SEO Boost 2017 - Patrick Stoxpatrickstox
 
Technical SEO "Overoptimization"
Technical SEO "Overoptimization"Technical SEO "Overoptimization"
Technical SEO "Overoptimization"Hamlet Batista
 
Everyone Screws Up HTTPS
Everyone Screws Up HTTPSEveryone Screws Up HTTPS
Everyone Screws Up HTTPSpatrickstox
 
Aleph500 How we made it our own
Aleph500 How we made it our ownAleph500 How we made it our own
Aleph500 How we made it our ownBill Drew
 
Joomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best PracticesJoomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best PracticesFinishJoomla
 
Semantic HTML5
Semantic HTML5Semantic HTML5
Semantic HTML5Terry Ryan
 
Google's Top 3 Ranking Factors - Content, Links, and RankBrain - Raleigh SEO ...
Google's Top 3 Ranking Factors - Content, Links, and RankBrain - Raleigh SEO ...Google's Top 3 Ranking Factors - Content, Links, and RankBrain - Raleigh SEO ...
Google's Top 3 Ranking Factors - Content, Links, and RankBrain - Raleigh SEO ...patrickstox
 
Hreflang Tags - Brighton SEO April 2018 - Emily Mace
Hreflang Tags - Brighton SEO April 2018 - Emily MaceHreflang Tags - Brighton SEO April 2018 - Emily Mace
Hreflang Tags - Brighton SEO April 2018 - Emily MaceOban International
 
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019patrickstox
 
How I’d help Shepherd Neame improve their SEO (Organic presence)
How I’d help Shepherd Neame improve their SEO (Organic presence)How I’d help Shepherd Neame improve their SEO (Organic presence)
How I’d help Shepherd Neame improve their SEO (Organic presence)London SEO consultant
 

Was ist angesagt? (20)

01. 02. html web engineering html &amp; introduction
01. 02. html   web engineering html &amp; introduction01. 02. html   web engineering html &amp; introduction
01. 02. html web engineering html &amp; introduction
 
Advanced SEO Tactics to Fix Duplicate Content in eCommerce [ 2X eCommerce Web...
Advanced SEO Tactics to Fix Duplicate Content in eCommerce [ 2X eCommerce Web...Advanced SEO Tactics to Fix Duplicate Content in eCommerce [ 2X eCommerce Web...
Advanced SEO Tactics to Fix Duplicate Content in eCommerce [ 2X eCommerce Web...
 
What's Next for Page Experience - SMX Next 2021 - Patrick Stox
What's Next for Page Experience - SMX Next 2021 - Patrick StoxWhat's Next for Page Experience - SMX Next 2021 - Patrick Stox
What's Next for Page Experience - SMX Next 2021 - Patrick Stox
 
Creating Themes
Creating ThemesCreating Themes
Creating Themes
 
The Power of Open Data
The Power of Open DataThe Power of Open Data
The Power of Open Data
 
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick StoxSMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
 
React JS and Search Engines - Patrick Stox at Triangle ReactJS Meetup
React JS and Search Engines - Patrick Stox at Triangle ReactJS MeetupReact JS and Search Engines - Patrick Stox at Triangle ReactJS Meetup
React JS and Search Engines - Patrick Stox at Triangle ReactJS Meetup
 
Css by tanbircox
Css by tanbircoxCss by tanbircox
Css by tanbircox
 
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
 
Everything That Can Go Wrong Will Go Wrong - Tech SEO Boost 2017 - Patrick Stox
Everything That Can Go Wrong Will Go Wrong - Tech SEO Boost 2017 - Patrick StoxEverything That Can Go Wrong Will Go Wrong - Tech SEO Boost 2017 - Patrick Stox
Everything That Can Go Wrong Will Go Wrong - Tech SEO Boost 2017 - Patrick Stox
 
Technical SEO "Overoptimization"
Technical SEO "Overoptimization"Technical SEO "Overoptimization"
Technical SEO "Overoptimization"
 
Everyone Screws Up HTTPS
Everyone Screws Up HTTPSEveryone Screws Up HTTPS
Everyone Screws Up HTTPS
 
Aleph500 How we made it our own
Aleph500 How we made it our ownAleph500 How we made it our own
Aleph500 How we made it our own
 
Joomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best PracticesJoomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best Practices
 
Joomla 1.7 SEO
Joomla 1.7 SEOJoomla 1.7 SEO
Joomla 1.7 SEO
 
Semantic HTML5
Semantic HTML5Semantic HTML5
Semantic HTML5
 
Google's Top 3 Ranking Factors - Content, Links, and RankBrain - Raleigh SEO ...
Google's Top 3 Ranking Factors - Content, Links, and RankBrain - Raleigh SEO ...Google's Top 3 Ranking Factors - Content, Links, and RankBrain - Raleigh SEO ...
Google's Top 3 Ranking Factors - Content, Links, and RankBrain - Raleigh SEO ...
 
Hreflang Tags - Brighton SEO April 2018 - Emily Mace
Hreflang Tags - Brighton SEO April 2018 - Emily MaceHreflang Tags - Brighton SEO April 2018 - Emily Mace
Hreflang Tags - Brighton SEO April 2018 - Emily Mace
 
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019
 
How I’d help Shepherd Neame improve their SEO (Organic presence)
How I’d help Shepherd Neame improve their SEO (Organic presence)How I’d help Shepherd Neame improve their SEO (Organic presence)
How I’d help Shepherd Neame improve their SEO (Organic presence)
 

Andere mochten auch

Know about HTML 5
Know about HTML 5Know about HTML 5
Know about HTML 5Technosiss
 
If you know nothing about HTML, this is where you can start !!
If you know nothing about HTML, this is where you can start !!If you know nothing about HTML, this is where you can start !!
If you know nothing about HTML, this is where you can start !!Dr Sukhpal Singh Gill
 
Watch NASCAR Sprint All-Star Race 90 Laps live
Watch NASCAR Sprint All-Star Race 90 Laps live Watch NASCAR Sprint All-Star Race 90 Laps live
Watch NASCAR Sprint All-Star Race 90 Laps live jannujannu20
 
HTML for Beginners - Become a Webmaster
HTML for Beginners - Become a WebmasterHTML for Beginners - Become a Webmaster
HTML for Beginners - Become a Webmasterrichards9696
 
Html tag presentation
Html tag presentationHtml tag presentation
Html tag presentationkfalgout
 
Html tag html 10 x10 wen liu art 2830
Html tag html 10 x10 wen liu art 2830Html tag html 10 x10 wen liu art 2830
Html tag html 10 x10 wen liu art 2830Wen Liu
 
Chapter 3 storage media and devices
Chapter 3   storage media and devicesChapter 3   storage media and devices
Chapter 3 storage media and devicesPratik Gupta
 
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginnersjeroenvdmeer
 
HTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsHTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsSun Technlogies
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTMLMayaLisa
 

Andere mochten auch (13)

Know about HTML 5
Know about HTML 5Know about HTML 5
Know about HTML 5
 
If you know nothing about HTML, this is where you can start !!
If you know nothing about HTML, this is where you can start !!If you know nothing about HTML, this is where you can start !!
If you know nothing about HTML, this is where you can start !!
 
Watch NASCAR Sprint All-Star Race 90 Laps live
Watch NASCAR Sprint All-Star Race 90 Laps live Watch NASCAR Sprint All-Star Race 90 Laps live
Watch NASCAR Sprint All-Star Race 90 Laps live
 
HTML for Beginners - Become a Webmaster
HTML for Beginners - Become a WebmasterHTML for Beginners - Become a Webmaster
HTML for Beginners - Become a Webmaster
 
Html tag presentation
Html tag presentationHtml tag presentation
Html tag presentation
 
Html tag html 10 x10 wen liu art 2830
Html tag html 10 x10 wen liu art 2830Html tag html 10 x10 wen liu art 2830
Html tag html 10 x10 wen liu art 2830
 
Tag html
Tag htmlTag html
Tag html
 
Chapter 3 storage media and devices
Chapter 3   storage media and devicesChapter 3   storage media and devices
Chapter 3 storage media and devices
 
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginners
 
HTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsHTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts Basics
 
HTML CSS Basics
HTML CSS BasicsHTML CSS Basics
HTML CSS Basics
 
Html Ppt
Html PptHtml Ppt
Html Ppt
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 

Ähnlich wie All About HTML Canonical Tag Usage

Web-02-HTML.pptx
Web-02-HTML.pptxWeb-02-HTML.pptx
Web-02-HTML.pptxjoeveller
 
Guide 6 - Tapping Into Your Website Configuration File.pdf
Guide 6 - Tapping Into Your Website Configuration File.pdfGuide 6 - Tapping Into Your Website Configuration File.pdf
Guide 6 - Tapping Into Your Website Configuration File.pdfpersuebusiness
 
Deliverance talk at plone meetup
Deliverance talk at plone meetupDeliverance talk at plone meetup
Deliverance talk at plone meetupJazkarta, Inc.
 
Building the basics (WordPress Ottawa 2014)
Building the basics (WordPress Ottawa 2014)Building the basics (WordPress Ottawa 2014)
Building the basics (WordPress Ottawa 2014)christopherfross
 
Single Page Apps - Gerry White @ BrightonSEO
Single Page Apps - Gerry White @ BrightonSEOSingle Page Apps - Gerry White @ BrightonSEO
Single Page Apps - Gerry White @ BrightonSEOGerry White
 
Search As A Service
Search As A ServiceSearch As A Service
Search As A ServiceMarkus Wolff
 
More Than You Ever Wanted to Know About Resource Hints - Harry Roberts (CSS W...
More Than You Ever Wanted to Know About Resource Hints - Harry Roberts (CSS W...More Than You Ever Wanted to Know About Resource Hints - Harry Roberts (CSS W...
More Than You Ever Wanted to Know About Resource Hints - Harry Roberts (CSS W...Shift Conference
 
REST Introduction (PHP London)
REST Introduction (PHP London)REST Introduction (PHP London)
REST Introduction (PHP London)Paul James
 
Diagnosing Technical Issues With Search Engine Optimization
Diagnosing Technical Issues With Search Engine OptimizationDiagnosing Technical Issues With Search Engine Optimization
Diagnosing Technical Issues With Search Engine OptimizationNine By Blue
 
Troubleshooting Technical SEO Problems - Patrick Stox - Raleigh SEO Meetup
Troubleshooting Technical SEO Problems - Patrick Stox - Raleigh SEO MeetupTroubleshooting Technical SEO Problems - Patrick Stox - Raleigh SEO Meetup
Troubleshooting Technical SEO Problems - Patrick Stox - Raleigh SEO Meetuppatrickstox
 
Selenium sandwich-3: Being where you aren't.
Selenium sandwich-3: Being where you aren't.Selenium sandwich-3: Being where you aren't.
Selenium sandwich-3: Being where you aren't.Workhorse Computing
 
Introduction to WordPress Security
Introduction to WordPress SecurityIntroduction to WordPress Security
Introduction to WordPress SecurityShawn Hooper
 
Htaccess file tutorial and tips
Htaccess file tutorial and tipsHtaccess file tutorial and tips
Htaccess file tutorial and tipsImam Rosidi
 
Pt3 Organic SEO Workshop for Wedding Pros
Pt3 Organic SEO Workshop for Wedding ProsPt3 Organic SEO Workshop for Wedding Pros
Pt3 Organic SEO Workshop for Wedding ProsChristie Osborne
 
Linking overview june 2010
Linking overview june 2010Linking overview june 2010
Linking overview june 2010Mark Carter
 
AX Paris Audit and Analysis
AX Paris Audit and AnalysisAX Paris Audit and Analysis
AX Paris Audit and AnalysisEvolutia
 

Ähnlich wie All About HTML Canonical Tag Usage (20)

Web-02-HTML.pptx
Web-02-HTML.pptxWeb-02-HTML.pptx
Web-02-HTML.pptx
 
Guide 6 - Tapping Into Your Website Configuration File.pdf
Guide 6 - Tapping Into Your Website Configuration File.pdfGuide 6 - Tapping Into Your Website Configuration File.pdf
Guide 6 - Tapping Into Your Website Configuration File.pdf
 
Deliverance talk at plone meetup
Deliverance talk at plone meetupDeliverance talk at plone meetup
Deliverance talk at plone meetup
 
Building the basics (WordPress Ottawa 2014)
Building the basics (WordPress Ottawa 2014)Building the basics (WordPress Ottawa 2014)
Building the basics (WordPress Ottawa 2014)
 
Single Page Apps - Gerry White @ BrightonSEO
Single Page Apps - Gerry White @ BrightonSEOSingle Page Apps - Gerry White @ BrightonSEO
Single Page Apps - Gerry White @ BrightonSEO
 
Search As A Service
Search As A ServiceSearch As A Service
Search As A Service
 
More Than You Ever Wanted to Know About Resource Hints - Harry Roberts (CSS W...
More Than You Ever Wanted to Know About Resource Hints - Harry Roberts (CSS W...More Than You Ever Wanted to Know About Resource Hints - Harry Roberts (CSS W...
More Than You Ever Wanted to Know About Resource Hints - Harry Roberts (CSS W...
 
REST Introduction (PHP London)
REST Introduction (PHP London)REST Introduction (PHP London)
REST Introduction (PHP London)
 
Diagnosing Technical Issues With Search Engine Optimization
Diagnosing Technical Issues With Search Engine OptimizationDiagnosing Technical Issues With Search Engine Optimization
Diagnosing Technical Issues With Search Engine Optimization
 
International Technical SEO
International Technical SEOInternational Technical SEO
International Technical SEO
 
Seo Cheat Sheet
Seo Cheat SheetSeo Cheat Sheet
Seo Cheat Sheet
 
Seo cheat-sheet
Seo cheat-sheetSeo cheat-sheet
Seo cheat-sheet
 
Troubleshooting Technical SEO Problems - Patrick Stox - Raleigh SEO Meetup
Troubleshooting Technical SEO Problems - Patrick Stox - Raleigh SEO MeetupTroubleshooting Technical SEO Problems - Patrick Stox - Raleigh SEO Meetup
Troubleshooting Technical SEO Problems - Patrick Stox - Raleigh SEO Meetup
 
Selenium sandwich-3: Being where you aren't.
Selenium sandwich-3: Being where you aren't.Selenium sandwich-3: Being where you aren't.
Selenium sandwich-3: Being where you aren't.
 
Introduction to WordPress Security
Introduction to WordPress SecurityIntroduction to WordPress Security
Introduction to WordPress Security
 
Htaccess file tutorial and tips
Htaccess file tutorial and tipsHtaccess file tutorial and tips
Htaccess file tutorial and tips
 
Pt3 Organic SEO Workshop for Wedding Pros
Pt3 Organic SEO Workshop for Wedding ProsPt3 Organic SEO Workshop for Wedding Pros
Pt3 Organic SEO Workshop for Wedding Pros
 
Linking overview june 2010
Linking overview june 2010Linking overview june 2010
Linking overview june 2010
 
AX Paris Audit and Analysis
AX Paris Audit and AnalysisAX Paris Audit and Analysis
AX Paris Audit and Analysis
 
Html5 quick learning guide
Html5 quick learning guideHtml5 quick learning guide
Html5 quick learning guide
 

Mehr von Performics.Convonix

4 SEO Lessons From Frank Underwood
4 SEO Lessons From Frank Underwood4 SEO Lessons From Frank Underwood
4 SEO Lessons From Frank UnderwoodPerformics.Convonix
 
My Socialtools - Brand Evaluation
My Socialtools - Brand EvaluationMy Socialtools - Brand Evaluation
My Socialtools - Brand EvaluationPerformics.Convonix
 
Ello – The New Kid On The Block
Ello – The New Kid On The BlockEllo – The New Kid On The Block
Ello – The New Kid On The BlockPerformics.Convonix
 
Optimizing Your Business With LinkedIn Advertising
Optimizing Your Business With LinkedIn AdvertisingOptimizing Your Business With LinkedIn Advertising
Optimizing Your Business With LinkedIn AdvertisingPerformics.Convonix
 
How To Respond To LinkedIn Group Discussions
How To Respond To LinkedIn Group DiscussionsHow To Respond To LinkedIn Group Discussions
How To Respond To LinkedIn Group DiscussionsPerformics.Convonix
 
Getting Started with Google Analytics
Getting Started with Google AnalyticsGetting Started with Google Analytics
Getting Started with Google AnalyticsPerformics.Convonix
 
Connecting with the Right Audience on LinkedIn
Connecting with the Right Audience on LinkedInConnecting with the Right Audience on LinkedIn
Connecting with the Right Audience on LinkedInPerformics.Convonix
 
Utilizing The Power of LinkedIn Groups
Utilizing The Power of LinkedIn GroupsUtilizing The Power of LinkedIn Groups
Utilizing The Power of LinkedIn GroupsPerformics.Convonix
 
Enhance Your Professional Presence
Enhance Your Professional PresenceEnhance Your Professional Presence
Enhance Your Professional PresencePerformics.Convonix
 
How to Rank Videos and Use Them for Greater Impact
How to Rank Videos and Use Them for Greater ImpactHow to Rank Videos and Use Them for Greater Impact
How to Rank Videos and Use Them for Greater ImpactPerformics.Convonix
 
Latest Trends in Digital Marketing
Latest Trends in Digital MarketingLatest Trends in Digital Marketing
Latest Trends in Digital MarketingPerformics.Convonix
 

Mehr von Performics.Convonix (20)

Twitter Basics
Twitter Basics  Twitter Basics
Twitter Basics
 
Yahoo native deck
Yahoo native deck Yahoo native deck
Yahoo native deck
 
Gmail ads learning deck
Gmail ads learning deckGmail ads learning deck
Gmail ads learning deck
 
4 SEO Lessons From Frank Underwood
4 SEO Lessons From Frank Underwood4 SEO Lessons From Frank Underwood
4 SEO Lessons From Frank Underwood
 
LinkedIn Long Form Posts
LinkedIn Long Form PostsLinkedIn Long Form Posts
LinkedIn Long Form Posts
 
My Socialtools - Brand Evaluation
My Socialtools - Brand EvaluationMy Socialtools - Brand Evaluation
My Socialtools - Brand Evaluation
 
Social Media Cheat Sheet
Social Media Cheat SheetSocial Media Cheat Sheet
Social Media Cheat Sheet
 
Ello – The New Kid On The Block
Ello – The New Kid On The BlockEllo – The New Kid On The Block
Ello – The New Kid On The Block
 
Optimizing Your Business With LinkedIn Advertising
Optimizing Your Business With LinkedIn AdvertisingOptimizing Your Business With LinkedIn Advertising
Optimizing Your Business With LinkedIn Advertising
 
How To Respond To LinkedIn Group Discussions
How To Respond To LinkedIn Group DiscussionsHow To Respond To LinkedIn Group Discussions
How To Respond To LinkedIn Group Discussions
 
Getting Started with Google Analytics
Getting Started with Google AnalyticsGetting Started with Google Analytics
Getting Started with Google Analytics
 
Connecting with the Right Audience on LinkedIn
Connecting with the Right Audience on LinkedInConnecting with the Right Audience on LinkedIn
Connecting with the Right Audience on LinkedIn
 
Utilizing The Power of LinkedIn Groups
Utilizing The Power of LinkedIn GroupsUtilizing The Power of LinkedIn Groups
Utilizing The Power of LinkedIn Groups
 
How to Rank Well on Bing
How to Rank Well on BingHow to Rank Well on Bing
How to Rank Well on Bing
 
Maximum Point Strategy
Maximum Point StrategyMaximum Point Strategy
Maximum Point Strategy
 
Enhance Your Professional Presence
Enhance Your Professional PresenceEnhance Your Professional Presence
Enhance Your Professional Presence
 
How to Rank Videos and Use Them for Greater Impact
How to Rank Videos and Use Them for Greater ImpactHow to Rank Videos and Use Them for Greater Impact
How to Rank Videos and Use Them for Greater Impact
 
Internet Marketing Quiz
Internet Marketing QuizInternet Marketing Quiz
Internet Marketing Quiz
 
It's Time to Go MO-bile
It's Time to Go MO-bileIt's Time to Go MO-bile
It's Time to Go MO-bile
 
Latest Trends in Digital Marketing
Latest Trends in Digital MarketingLatest Trends in Digital Marketing
Latest Trends in Digital Marketing
 

Kürzlich hochgeladen

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Kürzlich hochgeladen (20)

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

All About HTML Canonical Tag Usage

  • 1. All About HTML Tags Created By: Shalaka Pawar, APM, Search Engine Optimization @Convonix
  • 2.
  • 3. http://www.example.com/product.php?item=swedish-fish http://www.example.com/product.php?item =swedish- fish&trackingid=1234&sessionid=5678 http://www.example.com/product.p hp?item=swedish- fish&category=gummy-candy
  • 4.
  • 5. Place in the <head> section <link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish" /> http://www.example.com/product.php http://www.example.com/product.p ?item=swedish-fish&category=gummy- hp?item=swedish- candy fish&trackingid=1234&sessionid=5678
  • 6. Is rel="canonical" a hint or a directive It's a hint that Google honors strongly. This tag is taken into preference along with other signals Google considers  Can I use a relative path to specify the canonical, such as <link rel="canonical" href="product.php?item=swedish-fish" /> Yes, relative paths are recognized as expected with the <link> tag. Also, if you include a <base> link in your document, relative paths will resolve according to the base URL.
  • 7. Is it okay if the canonical is not an exact duplicate of the content Slight differences are accepted. E.g. a sort functionality on the page will display different versions of the content  What if the rel="canonical" returns a 404 Google will continue to index your content , However its is recommend that you specify existent URLs as canonicals.
  • 8. What if the rel="canonical" hasn't yet been indexed Like all public content on the web, Google will discover and crawl a designated canonical URL . As soon as it is indexed, the rel="canonical" hint will be considered.  Can rel="canonical" be a redirect Yes, you can specify a URL that redirects as a canonical URL. Google will then process the redirect as usual and try to index it.
  • 9. What if I have contradictory rel="canonical" designations Google can follow canonical chains, but its is strongly recommended that you update links to point to a single canonical page to ensure optimal canonicalization results.  Can this link tag be used to suggest a canonical URL on a completely different domain The answer is yes! Google now support a cross-domain rel="canonical" link element
  • 10.
  • 12. GET /white-paper.pdf HTTP/1.1 Host: www.example.com (...rest of HTTP request headers...) HTTP/1.1 200 OK Content-Type: application/pdf Link: <http://www.example.com/white- paper.html>; rel="canonical" Content-Length: 785710 (... rest of HTTP response headers...)
  • 13.
  • 14.
  • 15.
  • 17. On the first page, http://www.example.com/article?story=abc&page=1, you’d include in the<head> section: <link rel="next" href="http://www.example.com/article?story=abc&page=2" /> On the second page, http://www.example.com/article?story=abc&page=2: <link rel="prev" href="http://www.example.com/article?story=abc&page=1" /> <link rel="next" href="http://www.example.com/article?story=abc&page=3" /> On the third page, http://www.example.com/article?story=abc&page=3: <link rel="prev" href="http://www.example.com/article?story=abc&page=2" /> <link rel="next" href="http://www.example.com/article?story=abc&page=4" /> And on the last page, http://www.example.com/article?story=abc&page=4: <link rel="prev" href="http://www.example.com/article?story=abc&page=3" />
  • 18.
  • 19.
  • 20.
  • 21.
  • 22. <meta name="syndication- source" content="http://www.publisherX .com/wire_story_1.html"> <meta name="original-source" content="http://www.example.c om/burglary_at_watergate.html "> <link rel="syndication-source" href="http://www.publisherX.com /wire_story_1.html"/>
  • 23.
  • 24. <meta http-equiv="content-language" content="en-US"> <meta http-equiv=“content-language" content= "fr"> Language Representation Arabic ar English (United States) en-US English (United Kingdom) en-GB Hindi hi Marathi mr Polish pl Spanish es
  • 25.
  • 26.
  • 27. http://en.example.com/javier-lopezeither <link rel="canonical" href="http://es.example.com/javier-lopez" /> http://fr.example.com/javier-lopezeither <link rel="canonical" href="http://es.example.com/javier-lopez" /> http://es.example.com/javier-lopezis <link rel="alternate" hreflang="en" href="http://en.example.com/javier-lopez" /> and <link rel="alternate" hreflang="fr" href="http://fr.example.com/javier- lopez" />

Hinweis der Redaktion

  1. Importance of HTML Tags like canonical, language &amp; original source tags
  2. Importance of canonical tags in &lt;a href=&quot;http://www.convonix.com/search-engine-optimization/&quot; title=&quot;SEO&quot;&gt;SEO&lt;/a&gt; .
  3. Two pages with exactly the same content but different URLs
  4. Place a canonical tags on all the duplicate URLs pointing towards one original URL
  5. You can identify pages where you need to put canonical tags by carrying out &lt;a href=&quot;http://www.convonix.com/seo-services-and-analysis/&quot; title=&quot;a complete audit &amp; analysis from a SEO perspective.&quot;&gt;a complete audit &amp; analysis from a SEO perspective.&lt;/a&gt;
  6. http://googlewebmastercentral.blogspot.in/2009/02/specify-your-canonical.html
  7. http://googlewebmastercentral.blogspot.in/2009/02/specify-your-canonical.html
  8. http://googlewebmastercentral.blogspot.in/2009/02/specify-your-canonical.html
  9. http://googlewebmastercentral.blogspot.in/2011/06/supporting-relcanonical-http-headers.html
  10. When we cannot implement a canonical tag on any page (say pdf) we can put it in the header response
  11. http://googlewebmastercentral.blogspot.in/2011/09/pagination-with-relnext-and-relprev.html
  12. A paginated series
  13. In such case – use rel=“next” and rel=“prev”Also put a noindex tag on View all page
  14. http://googlenewsblog.blogspot.in/2010/11/credit-where-credit-is-due.htmlhttp://support.google.com/news/publisher/bin/answer.py?hl=en&amp;answer=191283
  15. At times when an article has been syndicated on your website, you can place a syndication tag. If an article has been originally written at your end and original source tag should be placed on the original page pointing toward itself as well as the page the article has been syndicated on pointing towards the original page
  16. http://www.seroundtable.com/archives/020427.htmlhttp://code.google.com/googleapps/domain/email_settings/developers_guide_protocol.html#GA_email_language_tags
  17. This tag is used to specify the language, thus targeting a specific region
  18. http://googlewebmastercentral.blogspot.in/2010/09/unifying-content-under-multilingual.html
  19. Alternate tags are used when two pages have the same content are in different languages or are targeted for different geographical regions
  20. In you want only one page of all the languages to be considered by Google, you should have a canonical tag on all the remaining pages