Pages

Template information

Powered by Blogger.

Test Footer

Comment

Random post

Code test

Friday, July 26, 2013

Test the thml code here


class Voila {
public:
  // Voila
  static const string VOILA = "Voila";

  // will not interfere with embedded tags.
}


tym r

Thursday, July 25, 2013

 ttymt duj

Solved: Page does not contain publisher markup.

Link your Google+ page and your website

  1. Make sure that your site's home page is available to appear in Google's search results and isn't blocked by a meta noindex tag or by yourrobots.txt file. (Verify by doing a site:search for your domain, like this:[site:example.com]. You can also use the Fetch As Google tool to see your page exactly as Google sees it.)                                                                                               
  2. Update your site's home page by adding a link to your Google+ page, like this:
    <a href="https://plus.google.com/[yourpageID]?rel=publisher">Find us on Google+</a>
    To find your page URL, open your page and copy the web address from the browser address bar.
    It's best to add the link to your most significant page. Usually but not always this is your home page; for example, if you’ve created a page for a product, you can add the link to the product description page.
  3. Link to your website from your Google+ page's profile. 
    To edit your page profile:
    1. Make sure you're on the Google+ page you'd like to edit.
    2. Click the profile icon .
    3. Click Edit Profile.
    4. Click Website. You'll know it's editable when the color of the section changes to blue.
    5. Type your homepage URL. This should match exactly the URL of the page to which you added your Google+ page link in step 1.
    6. Click Save.
  4. (Optional) Verify your business or brand with Google.
  5. Use the rich snippets testing tool to check your markup and make sure that Google can extract your page information from your content. This tool will display the markup found on a specific web page, as well as a preview of how that page might appear in Google search results. Learn more.

Solved: Authorship is not working for this webpage.

There are unlimited benefits in becoming Google verified author so before we get started with our tutorial let’s look at few reasons.
  • Most of the internet folks have claimed that after becoming verified author their half of traffic increased, and we know why that happened (Due to uniqueness).
  • It increases your reliability and people are able to recognize you as a branded company.
  • It helps Google search algorithms to rank certain well-known author’s article top of others.
  • Your articles get a unique outlook which attracts users like a bee to select your website.

Now You can verify your authorship in two ways:

Option-1: Using verified email address...
Don't have an email address on the same domain as your content? Follow the instructions listed in Option 2 below.
  1. Check that you have a email address (for example, levy@wired.com)on the same domain as your content (wired.com).                                                                              
  2. Make sure that each article or post you publish on that domain has a clear byline identifying you as the author (for example, "By Steven Levy" or "Author: Steven Levy").                                                                                                                                      
  3. Visit the Authorship page and submit your email address to Google. No matter how many articles or posts you publish on this domain, you only need to do this process once. Your email will appear in the Contributor to section of your Google+ profile. If you want to keep your email private, change the visibility of your link.                              
  4. To see what author data Google can extract from your page, use the structured data testing tool


Option-2: Set up authorship by linking...
  1. Create a link to your Google+ profile from your webpage, like this:
      <a href="[profile_url]?rel=author">Google</a>
    Replace [profile_url] with the your Google+ profile URL, like this:

    <a href="https://plus.google.com/109412257237874861202?rel=author">Google</a>

    Your link must contain the ?rel=author parameter. If it's missing, Google won't be able to associate your content with your Google+ profile.
  2. Add a reciprocal link back from your profile to the site(s) you just updated.
    1. Edit the Contributor To section.
    2. In the dialog that appears, click Add custom link, and then enter the website URL.
    3. If you want, click the drop-down list to specify who can see the link.
    4. Click Save.
  3. To see what author data Google can extract from your page, use the structured data testing tool.
  4. Have a smile.

Solved Question: 34th BCS MCQ solved answer

Friday, May 24, 2013

34 bcs preliminary mcq question solved and updated here. Check the result from cnamita.blogspot.com
Here is the solved answer of 34th bcs


Solved: Missing required field "updated" in blogger

Friday, April 12, 2013

When you check your blog hosted with Blogger for Google Authorship with Rich snippet testing tool mostly you get two common warning and error messages 'Warning: Missing required field "updated".' and 'Warning: Missing required hCard "author".

Note: Before making any changes to the template please take the backup. Link given below will help you.
› Learn how to edit Blogger template?

First Method:
Here we look for first method to correct Authorship markup warnings and error in Blogger template
  1. Go to Blogger Dashboard › Select Blog › Click on Template › Proceed › Edit HTML
  2. Search for 'hfeed' and 'hentry' one by one and rename all instances those exist in template with 'h-feed' and 'h-entry' respectively. 
  3. Save template and now check for authorship markup warnings and errors with Rich Snippet testing tool.
You'll get a smile on your face because no markup warnings and errors will be shown.

Second Method:
Now we move to second method which is slightly difficult from first one.

  1. Go to Blogger Dashboard › Select Blog › Click on Template › Proceed › Edit HTML
  2. Now press Ctrl+F to find the code timestamp-link   or  published   like below
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>

     4. Now care fully change it to the code below

<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>

    5. Now have a smile!



Note: If that code doesn't work please try this: 

<a class='updated' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>

You can re check this here Rich Snippet testing tool.

How to post code into a code box area in blogger

Thursday, April 11, 2013

Code Box style for blogger
It is good to have a code box area in your blogger posts if your blog is about blogger tutorials, blogger widgets, blogger templates or it deals with any kind of blog customization. It will become easy for anybody to locate the html code and easily copy and paste the code for using it. It will also give a well organised look to your blog posts. Just read and follow all the steps given below to get this function in your blogger blog for each post.

Step1: Log in to your blogger account. Go to Dashboard >> Template.

Step2: Click on the Customize.

Step3: GO to Advanced >> Add CSS.

Step4: Copy and Paste the following code in the Add CSS section.


.code-asim1 {
 background:#f5f8fa;
 background-repeat:no-repeat;
 border: solid #5C7B90;
 border-width: 1px 1px 1px 20px;
 color: #000000;
 font: 13px 'Courier New', Courier, monospace;
 line-height: 16px;
 margin: 10px 0 10px 10px;
 max-height: 200px;
 min-height: 16px;
 overflow: auto;
 padding: 10px 10px 10px;
 width: 90%; }

 .code-asim1:hover {
 background: #FAFAFA;
 background-repeat:no-repeat;}


Step5: Now whenever you are composing new post , just select HTML section and paste the following code.


<div class="code-asim1">
Paste your code
</div> 


Step6:  Go to Compose mode.  Replace Paste your code with your code. Complete your post and publish it.
 

Most Reading

Tags

Sidebar One