Post

MVA Know it prove it- Web Development -2 HTML5 & CSS3 - ii

Migrated from Blogger.

W3C The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web (abbreviated WWW or W3). Founded and currently led by Tim Berners-Lee, the consortium is made up of member organizations which maintain full-time staff for the purpose of working together in the development of standards for the World Wide Web. The W3C also engages in education and outreach, develops software and serves as an open forum for discussion about the Web.

Absolute URL

Absolute URL requires you to place the entire address on the page that you link to. An example of an absolute URL would look like this:

[Relative URL The relative URL, on the other hand, does not use the full address. It assumes that the page you type in is on the same site. An example of a relative URL would look like this:

Why Choose Absolute URL  ?

– DISALLOWS DUPLICATE CONTENT It’s very important to have absolute URLs in order to avoid duplicate content issue. Imagine you have multiple versions of root domains that are indexed in Google without a canonical tag point to correct version of the site.

This post is licensed under CC BY 4.0 by the author.