This is default featured slide 1 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 2 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 3 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 4 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 5 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Tuesday, June 18, 2013
Robots.TXT File Video tutorial in Urdu & Hindi
What is Robot.txt File?
Robot.txt file is a text file which instructs the search engines robots/crawlers/spiders which folder or page of any a website should not be accessed by them. You can disallow any search robot from some of your website’s specific folders or pages. They will not be able to access those pages which you’ve specified in the robots.txt file.
How to create a robots.txt file?
The syntax of creating this file is quite simple, just open notepad & save the file, give it a name as robots.txt and write
following two lines:
User-agent: *
Disallow: /
The above example is the simplest syntax for creating a robots.txt file, and the the first line “User-agent*” means that all crawlers/robots are allowed to access all the pages/folders of the website, however you can specify a folder/page in the below line “Disallow:/” you just need to write that page/folder after the / backslash.
if you wanna disallow search robots from any of your pages or folders then just add that page address after the back slash of Disallow line. Like this: Disallow: /kaka.html. Upload that txt file to your root directory of your website and you’re all done! in Blogger you can find this file by default by visiting setting page & then search preferences. Also if you want to disallow many pages or folders in the txt file then just do like this :
User-agent:*
Disallow:/images
Disallow:/plugins
Disallow:/wp-admin.php
Disallow:/login.php
In above txt file we disallowed some pages and folders of our site, so now Search robots/crawlers can not access them, and they will neither be indexed nor be crawled.
Video is also here in Urdu to help you better understanding of it.
Disallow: /
Best seo services,advance seo services by Rehan Qadir seo expert - Punjab - Computer - IT Services
Hi! arif anjum, a highly skilled and experienced
Search Engine Optimization (SEO) expert and an Internet
Marketing, based in lahore Pakistan. I've been in this
industry for quite some time now and have helped various
small businesses and independent clients rank high on Google
, Yahoo and Bing with the use of ethical white-hat
SEO techniques that I have perfected over time through
real experience. I have also provided in-online SEO services
to marketers, webmasters and web developers.
Certified SEO, Training Company in U.K, Pakistan, Dubai, India and UAE-training seo
ONLINE SEO TRAINING
SEO TRAINING WORKSHOP,GOOGLE ADWORDS TRAINING, GOOGLE CERTIFICATION, EARN MONEY WITH SEO
(WST registered Government of Pakistan)SEO Training Pakistan Search Engine Optimization
Training Classes Karachi, Lahore ,Multan, Islamabad ,Sialkot ,
Chishtian, Bahawalpur, Haroonabad ,Sahiwal,Multan,Hasilpur,Faisalabad ,
Pakistan (Urdu/Hindi/English) Google Adsense Optimization Training
Get in Touch
Phone: +923017912837
facebook:ID rehanqadir509@yahoo.com
ARIF ANJUM
Email: rehanqadir786@gmail.com
Websites: http://rehanqadir1.blogspot.com
Monday, June 17, 2013
How to Add Next & Previous Pagination Widget to Blogger?
How to add Pagination widget to Blog?
- Log-in to Blogger Dashboard
- Go to Layout
- Add a Widget
- Add HTML/JavaScript Widget
- Copy Below code and paste inside HTML/JavaScript widget
<style type=”text/css”>
#blog-pager{font-size:normal}.showpageArea{font-family:verdana,arial,helvetica;color:#000;font-size:11px;margin:10px}.showpageArea a{color:#000;text-shadow:0 1px 2px #fff;font-weight:normal}.showpageNum a{padding:2px 8px;margin:0 4px;text-decoration:none;border-bottom:2px solid #5fb404;border-top:2px solid #5fb404;background:#effbf5}.showpageNum a:hover{border-bottom:2px solid #df01d7;background:#a9f5f2;border-top:2px solid #df01d7}.showpageOf{margin:0 4px 0 0}.showpagePoint{color:#fff;text-shadow:0 1px 2px #333;padding:2px 8px;margin:2px;font-weight:700;border-bottom:2px solid #5e610b;border-top:2px solid #5e610b;background:#5e610b;text-decoration:none}
</style>
<script style=’text/javascript’>
var postperpage=3; var numshowpage=3; var upPageWord=”Prev”; var downPageWord=”Next”; var home_page=”/”; var urlactivepage=location.href;
</script>
<script style=’text/javascript’ src=’http://safir85.ucoz.com/24work-blogspot/page-navigation/0-test-p-n-01_00.js’>
</script>
Sunday, June 16, 2013
10 Useful SEO Tips for Blogger Blogs in Urdu & Hindi
1. Optimizing Post Titles
- Login to Blogger >> Template >> HTML >> Proceed
- Search this code: <title><data:blog.pageTitle/></title> (Tip: Use CTRL+F)
- Replace the above code with below codes
<b:if cond=’data:blog.pageType == "index"’> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>
2. Change Headings
- Go to Blog Template and then HTML >> Proceed.
- Search for H3 and from the CSS to HTML change all 8 or 9 H3 tags to H2. That’s all and save template
3. Optimizing Blog Labels
- Go to Blog Template > HTML >> Proceed
- Search for This piece of Code:
<a expr:href=’data:label.url’
<a expr:href=’data:label.url’ rel=’tag’
4. Optimizing Comments
- Go to Blog’s Template >> HTML >> Proceed
- Search for this piece of Code
expr:href=’data:post.createLinkUrl’
rel=’external nofollow’ expr:href=’data:post.createLinkUrl’
5. Optimizing Blog Archives
- Go to Blog’s Template >> HTML >> Proceed
- Search for this piece of Code
<a class=’post-count-link’ expr:href=’data:i.url’>
<a rel=”archives” class=’post-count-link’ expr:href=’data:i.url’>
6. Enable Meta Description & Post Search Description
Now below the page find custom robots header tags. and enable it with this setting showing in picture below:
7. Change the Static Meta Description
- Go to Blog’s Template >> HTML >> Proceed
- Just below the <head> tag insert below code
<b:if cond=’data:blog.metaDescription != ""’>
<meta expr:content=’data:blog.metaDescription’ name=’description’/>
</b:if>
8. Adding a Custom Robot.txt file
User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /search?q=*
Disallow: /*?updated-max=*
Allow: /Sitemap: http://www.rehanqadir1.blogspot.com/feeds/posts/default?orderby=updated
seo|search engine optimization|seo in lahore|seo learning|rehan qadir
- Review of your site content or structure
- Technical advice on website development: for example, hosting, redirects, error pages, use of JavaScript
- Content development
- Management of online business development campaigns
- Keyword research
- SEO training
- Expertise in specific markets and geographies.
- Can you show me examples of your previous work and share some success stories?
- Do you follow the Google Webmaster Guidelines?
- Do you offer any online marketing services or advice to complement your organic search business?
- What kind of results do you expect to see, and in what timeframe? How do you measure your success?
- What's your experience in my industry?
- What's your experience in my country/city?
- What's your experience developing international sites?
- What are your most important SEO techniques?
- How long have you been in business?
- How can I expect to communicate with you? Will you share with me all the changes you make to my site, and provide detailed information about your recommendations and the reasoning behind them?
Federal Trade Commission
CRC-240
Washington, D.C. 20580
- Be wary of SEO firms and web consultants or agencies that send you email out of the blue.Amazingly, we get these spam emails too:
"Dear google.com,
Reserve the same skepticism for unsolicited email about search engines as you do for "burn fat at night" diet pills or requests to help transfer funds from deposed dictators.
I visited your website and noticed that you are not listed in most of the major search engines and directories..." - No one can guarantee a #1 ranking on Google.Beware of SEOs that claim to guarantee rankings, allege a "special relationship" with Google, or advertise a "priority submit" to Google. There is no priority submit for Google. In fact, the only way to submit a site to Google directly is through our Add URL page or by submitting a Sitemap and you can do this yourself at no cost whatsoever.
- Be careful if a company is secretive or won't clearly explain what they intend to do.Ask for explanations if something is unclear. If an SEO creates deceptive or misleading content on your behalf, such as doorway pages or "throwaway" domains, your site could be removed entirely from Google's index. Ultimately, you are responsible for the actions of any companies you hire, so it's best to be sure you know exactly how they intend to "help" you. If an SEO has FTP access to your server, they should be willing to explain all the changes they are making to your site.
- You should never have to link to an SEO.Avoid SEOs that talk about the power of "free-for-all" links, link popularity schemes, or submitting your site to thousands of search engines. These are typically useless exercises that don't affect your ranking in the results of the major search engines -- at least, not in a way you would likely consider to be positive.
- Choose wisely.While you consider whether to go with an SEO, you may want to do some research on the industry. Google is one way to do that, of course. You might also seek out a few of the cautionary tales that have appeared in the press, including this article on one particularly aggressive SEO:www.olxonline.com. While Google doesn't comment on specific companies, we've encountered firms calling themselves SEOs who follow practices that are clearly beyond the pale of accepted business behavior. Be careful.
- Be sure to understand where the money goes.While Google never sells better ranking in our search results, several other search engines combine pay-per-click or pay-for-inclusion results with their regular web search results. Some SEOs will promise to rank you highly in search engines, but place you in the advertising section rather than in the search results. A few SEOs will even change their bid prices in real time to create the illusion that they "control" other search engines and can place themselves in the slot of their choice. This scam doesn't work with Google because our advertising is clearly labeled and separated from our search results, but be sure to ask any SEO you're considering which fees go toward permanent inclusion and which apply toward temporary advertising.
- What are the most common abuses a website owner is likely to encounter?
- What are some other things to look out for?There are a few warning signs that you may be dealing with a rogue SEO. It's far from a comprehensive list, so if you have any doubts, you should trust your instincts. By all means, feel free to walk away if the SEO:
- owns shadow domains
- puts links to their other clients on doorway pages
- offers to sell keywords in the address bar
- doesn't distinguish between actual search results and ads that appear on search results pages
- guarantees ranking, but only on obscure, long keyword phrases you would get anyway
- operates with multiple aliases or falsified WHOIS info
- gets traffic from "fake" search engines, spyware, or scumware
- has had domains removed from Google's index or is not itself listed in Google















