Jump to content

weblink

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by weblink

  1. It should. My Analyics show hits from Twitter. Maybe no one is clicking on your Twitter links?

     

     

    is it possible that from last 3 months not a single person clicked on my links, whereas my links are re-tweeted? i have checked the referring websites section,i didn't find a single visit from twitter to my website.

  2. Just imagine a clean and SEO semantic pixel perfect XHTML coded site highly compliant with W3C standards. But, how to get such a web portal.Below, a set of some useful ways highlighted and discussed in brief through which one can improve functionality and accessibility of his W3C standards-compliant website coded with strong XHTML:

     

    XHTML Namespace And Default Language

    It is quite important that the XHTML namespace as well as default language must included in element of the web page of XHTML websites. In fact, setting default namespace and language is the necessity by W3C standards.

     

    Content For Images

    In a web portal, a professional should always accompany an image with textual alt tag which helps online visitors to understand what a picture stands for in case an image is not displayed.

     

    Meta Tags

    The http-equiv meta tags in the element on web page most commonly used with the proper DOCTYPE which ultimately helps out the browser in displaying particular web page correctly and efficiently. In fact, http-equiv meta tags, language meta tag, description and keywords meta tags are mainly strive to complete accessibility of a web portal along with W3C standards validation.

     

    Accessible Navigation

    From past few years, the benefits of usage of an accessible navigation system had been noticed in majority of websites. In fact, implementation of an accessible navigation system most commonly acts as a helping hand for online visitors to find out accurately information quickly.

     

    Right DOCTYPE

    The correct Document Type (DOCTYPE) declaration aimed to proper consistency and accessibility. In fact, a DOCTYPE mainly prevents rendering of web page from slow down. XHTML 1.1, XHTML 1.0 Strict, XHTML 1.0 Transitional and XHTML 1.0 Frameset are best option for clean coding of a website.

     

    With the help of above mentioned useful techniques, a person can easily make his XHTML web portal highly accessible by using different W3C standards such as W3C Markup validation service, W3C CSS validation and so on. Simply, use all the above discussed techniques and get a highly functional, cross browser compatible, clean and W3C standards validated website.

     

     

     

    Weblinkindia

  3. if you include your date of birth on your Google profile, you may notice a special treat on the Google homepage on your birthday, which a Special Birthday Logo created by Google. Isn't it exciting?

     

    Want to test this feature,login to your gmail profile and click 'edit profile' and select 'contact info' and change your birthday to today's date and save the form.Now your profile page will show the birthday effects.

     

     

     

     

     

    Weblinkindia

  4. It's “platform” or software that allows you to manage the publishing and management of your content and website much more easily.It has been very popular for bloggers and internet marketers out there for it’s simplicity and adaptability for every business and personal need.

  5. The W3C announced that HTML 4 has been reformulated into XHTML 1.0. XHTML is HTML 4 written as an XML application.Comparing HTML(Hypertext Markup Language) and XHTML(Extensible HTML) could be like comparing identical twins since there are only a few minor points which we can actually point out as being different. This is due to the fact that XHTML was derived from HTML just to conform with XML standards.The primary major difference between the two is the relative strictness of XHTML compared to HTML. While someone coding in HTML could get away with some lapses in structure and coding, that is no longer possible with XHTML.

  6. To let Google know that you do not want a page crawled, you can create the following meta tag:

     

    <META NAME="GOOGLEBOT" CONTENT="NOINDEX, NOFOLLOW">

     

    To let all search engine spiders know that you do not want a page crawled, you can create the following meta tag:

     

    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

     

     

    Use of nofollow tag-

    Applying the rel="nofollow" Attribute:

    Example:

     

    <a href="http://spammer.example.com/">buy'>http://spammer.example.com/">buy now</a>

     

    changes to:

     

    <a href="http://spammer.example.com/ rel=nofollow">buy now</a>

×
×
  • Create New...