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.

Friday, December 27, 2013

SEO Concepts

deep linking – linking to a web page other than a site’s home page.

description tag – an HTML tag used by Web page authors to provide a description for search engine listings.

doorway domain – a domain used specifically to rank well in search engines for particular keywords, serving as an entry point through which visitors pass to the main domain.

doorway page – a page made specifically to rank well in search engines for particular keywords, serving as an entry point through which visitors pass to the main content.

Google Instant – a feature of Google’s search engine that shows search results as the keyword query is being typed.

inbound link – a link from a site outside of your site.

invisible Web – the portion of the Web not accessible through Web search engines.

keyword – a word used in a performing a search.

keyword density – keywords as a percentage of indexable text words.

keyword research – the search for keywords related to your Web site, and the analysis of which ones yield the highest return on investment (ROI).

keyword stuffing – the excessive, unnatural use of keywords on a web page for search engine optimization purposes.

keywords tag – META tag used to help define the primary keywords of a Web page.

link building – the process of increasing the number of inbound links to a website in a way that will increase search engine rankings.

link checker – tool used to check for broken hyperlinks.

link popularity – a measure of the quantity and quality of sites that link to your site.

link text – the text contained in (and sometimes near) a hyperlink.

linkbait – a piece of content created with the primary purpose of attracting inbound links.

log file – file that records the activity on a Web server.

manual submission – adding a URL to the search engines individually by hand.

meta tag generator – tool that will output META tags based on input page information.

meta tags – tags to describe various aspects about a Web page.

metasearch engine – a search engine that displays results from multiple search engines.

organic search – the unpaid entries in a search engine results page that were derived based on their contents’ relevance to the keyword query.

outbound link – a link to a site outside of your site.

portal – a site featuring a suite of commonly used services, serving as a starting point and frequent gateway to the Web (Web portal) or a niche topic (vertical portal).

reciprocal links – links between two sites, often based on an agreement by the site owners to exchange links.

search engine – a program that indexes documents, then attempts to match documents relevant to the users search requests.

search engine optimization – the process of choosing targeted keyword phrases related to a site, and ensuring that the site places well when those keyword phrases are part of a Web search.

search engine submission – the act of supplying a URL to a search engine in an attempt to make a search engine aware of a site or page.

search spy – a perpetually refreshing page that provides a real-time view of actual Web searches.

SERP – shorthand for a page of search engine listings, typically the first page of organic results.

title tag – HTML tag used to define the text in the top line of a Web browser, also used by many search engines as the title of search listings.

top 10 – the top ten search engine results for a particular search term.

URL – location of a resource on the Internet.

volunteer directory – a Web directory staffed primarily by unpaid volunteer editors.

Web directory – organized, categorized listings of Web sites.

Wordpress Website Security

Wordpress Security :

- Remove all unnecessary/unused plugins and themes

- Update all cms,plugins and themes

- Install and run the Timthumb Vulnerability Scanner

http://wordpress.org/extend/plugins/timthumb-vulnerability-scanner/

- Install and run the Wordfence security plugin

- Install and configure the Bullet-proof security plugin

- change your passwords (WordPress, FTP, cPanel, Wordpress database)

- Update your WP salts

- Disable the WP theme-editor.php



- Delete the ‘admin’ account



Create a new user with the role of Administrator, and then delete admin account.

http://www.problogger.net/archives/2011/08/11/take-5-minutes-to-make-wordpress-10-times-more-secure/



- Move wpconfig.php upper in the directories hierarchy.

set conf files to chmod permission 600(wp-config.php)

- http://wordpress.org/extend/plugins/limit-login-attempts/

- Rename your Admin folder.

- restrict admin folder access to your ip range with .htaccess

put following code in your /wp-admin/.htaccess file

---------------------------

Order Deny,Allow

Deny from all

Allow from 121.

--------------------------

To check your IP use : http://whatismyip.com



- Securing wp-includes
- Change the WP tables prefix
- Disable File Editing
http://codex.wordpress.org/Hardening_WordPress


- Remove README and license files (important) since this exposes version information

--------------------------


Check : http://wordpress.org/support/topic/website-repeatedly-hacked

--------------------

Step 1 – Login to your WordPress dashboard as an administrator and go to Appearance -> Widgets. In my case, the two widgets I was using had been moved to the Inactive Widget box and replaced with a Text Widget in the sidebar.



Step 2 – Open the Text widget and click the Delete link on the bottom left. Once you’ve deleted it, reset your widgets to the way they were prior to the hack.



Step 3 – Next go to settings -> Reading. Change your character encoding back to UTF-8. This will fix any lingering issues with your RSS feed and IE.



Step 4 – Lastly, reset the Site Title & Tagline for your site. The location for this will vary based on your theme. For my site, I selected Appearance -> Themes and then clicked the Customize link for my theme.



That will fix your site immediately. Clear out your cache and confirm that everything works.



Now that your site is up and running, you will need to make it more secure so that this problem does not happen again.



Step 1 – Change your passwords for your hosting service, WordPress, etc.



Step 2 – Upgrade to the latest version of WordPress.



Step 3 – If you have a backup of your site, do a restore to a version prior to the attack just for good measure.



Step 4 – Login to your WordPress dashboard and install the plugin Better WP Security and resolve issues 1-19 on the dashboard. For item 20, you will need to enable/purchase SSL from your hosting provider. NOTE – some of the changes the plugin makes will break links or images on your website. You will need to go back and update all of them, but that is a small price to pay for having your site more secure. The easiest way to fix all of the links at once is to download an export of your blog’s content (Tools -> Export), open it in Notepad and do a find and replace.



Step 5 – Move your wp-config.php up one level.

Step 6 – Change your database password and make a note of it. How to do this will vary by host.

Step 7 – Go to your wp-config.php and open it in your favorite code editor. Update your database password to your newly updated password. Then go to the Secret Keys section and follow the instructions to update your keys.

-----------------------

It add a "widget_text" under the wp_options table.

is also in the wp_options table under "blogname".

The hack changes your character encoding from UTF-8 to UTF-7. You can fix this through the WordPress Admin Dashboard/Panel by going to Settings -> Reading and setting it back to UTF-8.

 

Advantages of Domain Name

What are the advantages of having a domain name?

There are many uses for domain names, both active and passive.

    Domain names can be used to establish a unique identity in cyberspace.
    Domain names build credibility on the Web.
    Domain names improve your promotion chances and therefore your site's "visibility" on the Web.
    Domain names produce a feeling of professionalism.
    Generic domain names are popular.
    Domain names can be resold, leased and bartered.
    Domain names are portable.
    Domain names can be used to give you a unique, permanent email address.
    Domain names can be used to improve a site's ranking in certain search engines.

Blogging Concepts

Blogging Concepts

AdSense – a text-based advertisement service provided by Google.com.

blog – a frequent, chronological publication of personal thoughts and Web links.

blogger – 1. a person who publishes content on the web using a blog 2. a blog service powered by Google.com

blogosphere – the community of blogs and everything else related to them.

blogroll – a section of a blog page that contains a list of links to recommended blog sites.

captcha – abbrev. "Completely Automated Public Turing test to tell Computers and Humans Apart"; a challenge-response testing system; typically an image that contains a series of ambiguated characters that the reader must re-type in a given field.

comment spam – irrelevant comments posted to a blog for the sole purpose of dropping a link to the spammer’s website.

guest blogging – writing a blog post to be published on another blog as a temporary featured author.

podcast – a series of audio or video files that are syndicated over the Internet and stored on client computing devices for later playback.

vlog – a blog that publishes video content.

WordPress – a popular content management system that is available as a hosted service (wordpress.com) and self-hosted platform (wordpress.org).