Archive for the "Tips & Tricks" category


Include your sitemap in robots.txt

As Google recently informed us, we may now add a new type of information into our robots.txt file - information about our sitemap’s location.
Allow you have to do is add the following line to your robots.txt file:
Sitemap: http://www.example.com/sitemap.xml
Remember - this is not sensitive to disalow, so it doesn’t matter if you put it at the [...]

Read more...
 

Nice permalinks without mod_rewrite

It’s really easy to make permalinks look better when you’re using WordPress. You have to only log in to administration and go to options: permalinks. Normally for this method to work, you have to use mod_rewrite. If you cannot use mod_rewrite on your server, but you still want to set better permalinks - it is [...]

Read more...
 

Better title for your blog pages

The default title of the blog pages in WordPress is awful. It’s so easy to make it look more user and SEO-friendly! It only needs one edit in the header.php file.
Default title
I checked one of my WP themes. When I opened the header.php file, I found between the title tags the code shown below:

This will [...]

Read more...