Showing posts with label Wordpress. Show all posts
Showing posts with label Wordpress. Show all posts

How Google rewards our presence on Twitter and Facebook?



The algorithm used by Google web pages to positioning is not usually something that controls a company. Still, almost all companies have clear the importance of being present in Twitter and Facebook to better position themselves, not just the need to be there if that is where the buyers are, but the importance of how to be present. Víctor Pérez Acosta speaks of this in this post: "Why social networks are important in SEO".

We talked several times about the importance of social networks in building online reputation. But now we speak of the importance of the links on Facebook and Twitter have in achieving a good SEO. Recently Google, the blog of Matt Cutts has confirmed that the measurements on these social networks are considered in the algorithm that calculates the final position of a site in search results pages. Expand on the concept.

It is true that mentions on Twitter and Facebook have already been considered in real-time search. The novelty is that the indications now are considered the natural position, with perhaps more important than a link elsewhere. The first thing you need to consider is that not all the links created on Twitter and Facebook have the same value. Google always tries to assess the popularity of the website and in this case taken as greater or lesser extent the popularity of the followers of each user. That is to afford a link on Twitter by a user who has few followers represent a minor benefit to do so by a user who has many followers. Consequently there would be a good idea to start a campaign of door openers in hopes of influencing the ranking of a site. 

How then capitalize on this new feature. Ideally, you face a social marketing campaign and achieve effective and stable presence in social networks through the creation of online communities. So if most of the efforts of SEO and SEO so far were only focused on "traditional SEO", it is time to seriously consider a campaign medium and long term include social networks mentioned. This is not to create profiles and keep people, but to achieve true interaction, failed to produce a response from the community and be considered a site of value for users.

Consider social networking as a construction technique of informal networks is not get to see the true value that they can have as power and mobilizing in the ranking of a website. Social networks have become a reference point for potential buyers and merit for themselves the effort that can be applied in developing their growth.

Adding contact me form, feedback form to the blogger blogs

How to Add the contact me form, feedback form to the blogger blogs?

Here is the simple solutions for how to create email me form, contact me form, feedback form, contact us page for your blog.
Step:1
You should get registered in emailmeform.com.

Step:2
Sign in into your account in emailmeform.com.

Step:3




Step:4



Step:5



Step:6
Customize the form as your wish.



Step:7



Step:8




Step:9



Step:10



Step:11



Step:12



Step:13



Step:14




Step:15
Paste the code copied in Step:9



ALSO THE RESULT FOR:
how to create contact us me form | design a contact form in website, blogger, blogspot blogs | add a javascript feedback form on your website, blogspot, wordpress, blogs | feedback form into your web-page, blogger blogspot blogs | how to create html feedback form, contact us, me form | how to add simple feedback form into your websit and into your blogger blogs | add feedback form css, joomla, google sites | how to add contact us form in drupal

How to install Wordpress? Installation Guide

The first thing you need to install Wordpress is:
  • Must support database.
  • PHP support.
  • You have FTP access external (web-based FTP are too cumbersome.)
With these features and in Spanish we Lycos and Miarroba
Choose the hosting is important because:
  • It must be stable.
  • Fast.
  • High bandwidth.
  • Space.
  • Advertising should not be too intrusive.
Once you have chosen the site of percatarte do have the support of the current database, I only have to dial arroba 2 squares, and Lycos is hidden, and is activated by clicking PHP4U.
In any case you know what is the name of your database, user name, password and name of the database server. This we can provide the administrator or webmaster of your host.
If you access the control panel phpMyAdmin much better (this will serve to make your local tests) and you have to create a database.
Another thing if you do not have an FTP client can download the FileZilla for Windows or Krusader for Linux.

First Steps to install Wordpress

  • Wordpress unzip files.
  • Editing wp-config.php file.
  • Configuring the FTP client and upload the unzipped files to the server Wordpress.
  • Wordpress installation.
  • Language settings.

Edit wp-config.php file:

Rename the file wp-config-up sample.php to wp-config.php, open it and look at this:
define ('DB_NAME', 'wordpress');
define ('DB_USER', 'username');
define ('DB_USER', 'password');
define ('DB_HOST', 'localhost');
DB_NAME = name of the database.
DB_USER = user accessing the database.
DB_PASSWORD = password to access the database.
DB_HOST = where is the database (usually localhost).
These data are provided when registering on any server. For example, the configuration file would look like in Wordpress lycos:
 
define ('DB_NAME', 'NombreDeMiBlog_es_db');
define ('DB_USER', 'NombreDeMiBlog');
define ('DB_PASSWORD','');
define ('DB_HOST', 'localhost');
 
Lycos no password to access the database, so it is left blank DB_PASSWORD and NombreDeMiBlog is the name you chose for the blog.
For example:
Suppose your blog is called TutorialBlog, your username is admin., Your password (that only you know him) and the name of your host myhost, would be something like this:
 
define ('DB_NAME', 'TutorialBlog');
define ('DB_USER', 'admin');
define ('DB_USER', 'your password');
define ('DB_HOST', 'myhost');

Configuring the FTP client and upload the unzipped files to the server Wordpress:

  • 3 things are needed: FTP server name, login and password.
  • When you registered on the server gave you this information, I sent an email to them or if not readily accessible in a tab.
  • In lycos is:
    • server = ftp.usuarios.lycos.es.
    • login = NombreDeMiBlog.
    • password = contraseña_que_pusiste.
  • The FTP client must be in passive mode (there are sites that do not need, but Lycos is required to operate).
  • Nothing remains but Worpress copy files from your computer to the server using the FTP client, a window will the server, and there is more than just dragging files from your computer to the server.

Installing Wordpress on the server:

  • Locate the file install.php, should be within the wp-admin directory.
  • To install you have to run install.php, for this we must write the full address in the browser like this: http://usuarios.lycos.es/NombreDeMiBlog/wp-admin/install.php .

Language Settings:

  • The first is to unzip the file you've downloaded before, for example, to obtain the es_ES.mo es_ES.zip.
  • After creating a directory / languages ​​within the / wp-includes / installation of WordPress.
  • Es_ES.mo file is uploaded to the newly created directory.
  • And finally in line 19 of wp-config.php file, change:
define ('WPLANG','');
by:
define ('WPLANG', 'en_US');
Finally delete the file install.php and change the permissions of wp-config.php to a minimum (depending on the server will need more or fewer permissions on), for example test by 600 (only the owner has permission to read and write) with Client FTP.
If you have problems with ñ and accents try changing the encoding of UTF-8 to ISO-8859-1. To do this you identify yourself as admin and look for the tab -> Reading.