5th March 2008

For WordPress Users

The WordPress User Level system is designed to give the blog owner the ability to control and assign what users can and cannot do in the blog. You’re in good company if you use WordPress to publish yourself on the web.Using WordPress is beneficial to use because:

  • Ease of installation,No ads
  • It gives the ability to completely customize Wordpress code
  • You can distribute podcasts with audio player plugins
  • You can categorize your posts by topic, not just by date
  • You can choose from hundreds of themes/skins
  • You Can integrate plugins of your own choice
  • Large user community with help forums
  • Extensive documentation

There are many different urls for the same blog post which are different in their text format but redirect the user to the same page.

For Example:

http://www.yourblog.com/blog-post
http://yourblog.com/blog-post/
http://www.yourblog.com/blog-post/
http://yourblog.com/blog-post

Technically these urls are different but most of the users consider these the same urls. It creates the problem to Google to pick the best url when there are several choices. Google sees these as 4 different pages but actually it is only one. Only one of them will rank higher in Google than the rest. So choose only the one url that seems like the best representative for your site and use that url consistently across your entire site.

Suppose you get link on www.yourblog.com/blog-post but in actual www.yourblog.com/blog-post/ has higher page rank then link for www.yourblog.com/blog-post is useless from ranking point of view.

In WordPress to get all 4 versions made into only one and to have all power transferred to that one firstly you have to enable the Permalinks,and then add the following lines in the .htaccess file before the WordPress permalinks lines:

Options +Indexes
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourblog\.com
RewriteRule ^(.*)$ http://www.yourblog.com/$1 [R=permanent,L]

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://www.yourblog.com/$1/ [L,R=301]

That will make all posts go to this version: www.yourblog.com/blog-post/

Here is Little about .htaccess file

Web hosting users can do with .htaccess:

  • Specify custom error documents
  • Add special document handlers and MIME types
  • Set environment variables
  • Redirect URLs from one to another
  • Rewrite one URL into another
  • Restrict documents to specific people
  • Format of .htaccess file:

    • The dot in .htaccess makes it a ‘hidden’ Unix file. It is not listed in a normal directory listing. If default directory indexes are enabled on the web server, this file will be hidden in those lists also.
    • It is a plain ASCII text file. It should be editted with an ASCII text editor like notepad.
    • Comments are marked with a hash (#) at the start of the line.
    • # this is a commented-out line

    • It needs to be readable by the server (’world’ readable), which can be a security problem.

    So don’t forget to enable Permalinks.

    Spread the word: readit

Stumble it! Del.icio.us Check out my lens

posted in Blogroll | 0 Comments

4th March 2008

Yahoo is on a mobile roll - launching mobile bookmarking tool OnePlace

The Internet company on Tuesday unveiled a new bookmarking tool for cell phones that lets people keep track of favorite Web content–news feeds, search results, Web sites–from one place on their handheld. The technology, called Yahoo OnePlace, will be available in the second quarter of 2008, according to Yahoo.

The tool builds on other new mobile applications from Yahoo. Those include OneConnect, a tool to update social-networking messaging on the phone (announced in February), and OneSearch, which aggregates news, weather, financial data, photos, and Web links based on search queries.

Yahoo has heavy competition in mobile. Earlier Tuesday at Germany’s annual CeBit conference, Google demonstrated Google Gears, an open-source browser extension for mobile phones that lets developers create Web applications that can run offline. For now, Google Gears supports Internet Explorer on Windows Mobile 5 and 6 phones, but not Apple’s iPhone or other smart phones running Opera browsers.

Last month, Opera also switched out Yahoo and made Google the default search engine for its Opera Mobile and Opera Mini Web browsers designed for handheld devices.

Still, Yahoo’s aim is to become the default access point for mobile-phone users accessing the Web. The idea behind OnePlace is to let people bookmark any piece of Web content–news feeds, sites, videos, images, e-mails, search queries–and put that material into a topic category such as travel or “trip to Paris.” That material will be automatically updated and accessible from the phone. People can sort their bookmarks by local relevance or popularity with friends; and they can organize the material in any way they like.

“Yahoo OnePlace is where users will be able to find what matters to them the most, no matter where their interests, passions and information come from,” Marco Boerries, Yahoo’s executive vice president of “connected life,” said in a statement.

Spread the word: readit

Source: news.com

Stumble it! Del.icio.us Check out my lens

posted in SEO/Search Engine News | 0 Comments

4th March 2008

Easy Web Site Publishing Service by Google

Google come out with a new website publishing tools for office workers.This tool will assist office workers to setup simple websites which takes direct aim at Microsoft’s rival SharePoint franchise.

Google Sites, as the new site publishing service is known, is a scaled back version of JotSpot, an easy-to-edit service for organizations and individuals to set up and edit Web sites that Google had acquired 16 months ago for undisclosed terms.

This new service is the latest push for business and educational users to into the market, actively allows the biggners to organize and share digital information to organize content and share data such as Web links, calendars, photos, videos, presentations and widgets to maintain sites easily.

“Creating a team website has always been too complicated, requiring dedicated hardware and software as well as programming skills,” Dave Girouard, general manager of Google’s Enterprise unit said.

This New tool is easy to use version of Microsoft’s SharePoint collaboration software helps the users inside an organization to share documents and maintain calendars on secure websites .

SharePoint, which requires organizations to buy their own hardware and software that run with costs from tens to hundreds of thousands of dollars, the Google Sites is hosted on Google computers and is free to users of Google Apps.

“We think this is SharePoint-like, but better,” Girouard said in an interview.

Basic sites are free or carry a small monthly per-user fee, but organisations have purchased fuller-featured versions of Google Apps that provide for centralized technical management.

Google Sites puts control of Web sites into the hands of regular office workers rather than an organization’s network administrators or technical support desk, Girouard said.

Google Apps offers a suite of word-processing, spreadsheet and presentation software that let groups of users to edit and view documents over the Web, together with e-mail and basic personal Web site migrations.

Google Sites enables any user invited to join a site to edit pages without requiring knowledge of Web coding or design. Any information published to the site is searchable by visitors with permission to use the site, the company said.

“Google Sites is relatively easy to use and free,” said Rebecca Wettemann, an analyst with technical consulting firm Nucleus Research of Wellesley, Massachusetts. “Google is making people think differently about how businesses use the Web.”

Spread the word: readit

Stumble it! Del.icio.us Check out my lens

posted in SEO/Search Engine News | 0 Comments

  • Subscribe

  • Add to Google
  • Add to My Yahoo!
  • Subscribe with Bloglines
  • Subscribe in NewsGator Online
  • Add to Technorati Favorites!
  • Feedburner Reader
  • Get free E-Book on blogging

  • Online Marketing
  • RSS


eXTReMe Tracker