RSS SubjectsBlogs about "Permalinks"

Permalinks

Clean Permalinks for Search Results
2008-04-22 20:18:00
Here is a little tip to force WordPress to use clean permalinks for search results. Despite using pretty permalinks you may have noticed WordPress returns search results as yoursite.com/?s=SEARCHTERMS instead of yoursite.com/search/SEARCHTERMS-. I’ll show you how to achieve the latter. First of all, create a new file called search.php which contains the following, <?php header('Location: http://www.yoursite.com/search/-' . ...
Permalinks, Permanente links i Wordpress, Pretty Permalinks
2008-04-11 03:41:00
Permalinks er en nødvendighed i en Blog og deres udformning er absolut ikke ligegyldig i forhold til søgemaskiner. Men inden du kaster dig ud i at ændre dine Permalinks til Pretty Permalinks, er der flere ting du bør kende til...
By: Soderblom
How to make WordPress Permalinks work in Xampp
2008-04-04 20:33:00
Xampp and similar localhost webservers that can be run from a local computer do not have mod_rewrite enabled by default. Furthermore, the AllowOverride directive is usually set to none, causing Apache to ignore an .htaccess file. If this is the case, your WordPress installation might return a 404 error, stating post not found and ...
Permalinks Changed Plus Permalinks Plugin
2008-04-02 14:48:00
I finally decided to change my permalinks to more standard types, such as http://www.thepiratescove.us/20-08/04/01/retro-pirates-cove-moo-nbat-underwear/ versus the old type http://www.thepiratescove.us/?p-=5434. Much better for search engines and when linking to other sites. In order to accomplish this and still have all the old links to other sites and throughout the Interwebz, I am using a plugin called Permalinks Move ...
Use Permalinks in Wordpress
2008-03-18 00:40:00
Setting your desired Permalinks structure is the first thing you should do after installing your WordPress blog because search engines index your blog based on post URLs and if you change from one to another then you will loose your rankings. You can change the Permalinks setting through Admin > Options > Permalinks. WordPress has to option to use pretty links, turning the numbered links into sentences.So instead of the default ugly permalinkUse the Pretty Link structurehttp://example.com/?p=-NUse the Pretty Link structurehttp://example.com/cat-egory_name/post-nameorhttp://ex-ample.com/year/month/day/post-n-ame1) Configuring WP Permalinks- Weblog Tools Collection has a useful guide on setting up permalinks on your WordPress blog and how to set up a .htaccess file if you don?t have one. 2) Understanding WordPress Permalinks- Which Permalink Structure Is the Best?
Configure your WordPress Permalinks
2008-02-20 11:37:00
WordPress is highly customizable, with add-ons such as themes and plugins - but it comes out of the box with many features that can be customized without downloading additional files or having a PhD in computer science. One of the easiest tweaks for WordPress is the permalinks feature - the permanent links to your individual ...
By: thepinkc
Change Permalinks Effect
2008-01-31 11:29:00
I lost a lot of traffics, from 300 to 30 UV per day… Do this worth it? Yes, it's. I don't know how long I need to surfer but will update as often as possible for this few days! Do you know how to redirect old permalinks to the new one? If yes please do contact me, thanks a lot. Related EntriesUltimate Google PageRank Guides Part.1 My Favourite Bookmarklet, DIGG! GOOGLE PR JUDGMENT DAY IN 3 DAYS? Show Digg Button In Your Post (Blogspot) Ultimate Digg Button Guides-In Every Single Post Part.3
Other Side Of Permalinks
2008-01-27 15:43:00
I recently wrote an article that explained how to configure permalinks in WordPress. In that article, I go over a few different reasons why you would want to use pretty permalinks instead of using the default linking structure. Well, Ted Clayton published an article that took the other side of the permalinks argument. Ted goes into detail on why and how WordPress uses the default linking structure and explains that it’s not as bad as some would make you think. It’s an excellent read and I thank Ted for bringing up the other side of the equation. There is, in truth, a maze of trade-offs & counterpoints involved in selecting a strategy & tactics for making nicer, people-friendly URLs, for each & every website. Yes, many typical blog-sites will be able to adopt typical, easily-identified Permalink configurations. In the end, though, only you can do it right for your site. Permalinks - The Big Picture Read it at the source ShareThis
Permalinks Migration Vulnerability
2008-01-25 14:46:00
According to an advisory released by Packetstorm, a fellow by the name of g30rg3_x has discovered two bugs within Dean’s Permalinks Migration Plugin version 1.0. The first bug relates to XSRF and can allow an attacker to force a user to perform an unsolicited action that when combined with an XSS bug that has also been discovered, allows the attacker to gain valid credentials. g30rg3_x actually provides a detailed explanation into the problem: Since the variable $dean_pm_config[’oldstruc-ture’] its not correctly sanitized (when retrieving), this allow any user to store/save “malicious code” inside the database and later be injected this “malicious code” when the data is retrieved. Using the XSRF as a “combo” we can create crafted pages that will force users to conduct this injection and steal some valid credentials to the WordPress based CMS. g30rg3_x has tried to contact the author of the plugin but has not had any success in do...
Automatically create tinyurl-type permalinks in WordPress
2008-01-17 10:44:00
You may need to have “tinyurl” permalinks for your WordPress blog posts. One option is to go to tinyurl.com and create each permalink one-by-one. This is fine if you don’t need to create too many, but can get cumbersome when you need tens or hundreds of them. Michael Clark explains how he used Apache’s rewrite rules with WordPress’ Post ID # to create what he calls “GoTo” URLs. Creating a “GoTo” URL For Your WordPress-Powered Site Copyright © 2007 WordPressGarage.com.Did you like this post? Visit WordPressGarage for more like it! [Read it at the source] ShareThis
Useful guide to configuring WordPress permalinks
2008-01-17 10:37:00
Weblog Tools Collection has published a good, concise guide on setting up permalinks on your WordPress blog. The tips include various permalink options, and how to set up a .htaccess file if you don’t have one. Configuring WP Permalinks Copyright © 2007 WordPressGarage.com.Did you like this post? Visit WordPressGarage for more like it! [Read it at the source] ShareThis
Configuring WP Permalinks
2008-01-16 23:41:00
Quite often, we hear of the terms (permalinks or pretty permalinks) which can also be called SEO-friendly URLs. These URLs are not only SEO friendly, but I believe they are human friendly as well. By default, WordPress uses URLs that look like a mishmash of letters and numbers with a few question marks mixed in for good measure. These types of links are frowned upon by search engine spiders and as a human being, they are also hard to read. Fortunately, WordPress provides a way for us to change this linking structure to something understandable. WordPress calls these Permalinks. Permalink settings can be configured a number of different ways. One of the ways to quickly configure permalinks is by choosing one of the Common Options. These common options include: Default - http://www.domain.com/?p=123 Date and name based - http://www.domain.com/2008/01/1-5/sample-post/ Numeric - http://www.domain.com/archives/-123 There is no sense in using the default option so choose either Date and nam...
Permalinks Redirect Plugin for wordpress
2007-11-28 19:57:00
Daca doriti sa faceti o schimbare de Permalink in blog atunci cu siguranta o sa aveti nevoie de un plugin care va redirecta vechiul permalink spre cel nou, noua pagina. Acesta va redirecta motoarele de cautare si vizitatorii spre noua locatie incat sa nu...
Use Gmail?s Permalinks to Share Searches
2007-11-19 16:32:00
You can now share searches with a friend or bookmark them with the new version of Gmail. For example, you can tell a friend “Check out the previous mail I sent you at https://mail.google.com/mail/?u-i=2#search/geek+girl.” Or, you can bookmark a label, such as https://mail.google.com/mail/?u-i=2#label/Follow+Up for viewing later. Thank you for subscribing to thepinkc RSS feed! All content is © ...
By: thepinkc
Tweaking Page Title and Permalinks for SEO : pr0blogger dot com
2007-11-19 09:43:00
SEO Friendly Permalinks I know there is a plugin to optimise Wordpress title to be SEO friendly but I prefer to tweak it myself. After all, it's a small matter of editing and swapping two words in the header.php file. 1. Go into the Wordpress admin. Choose Options -> Permalinks. (pic) 2. Choose the Custom option and type : /%post5 Zoom(s)
Finally Got Permalinks Going On My Blog!
2007-11-06 07:06:00
 I know I am a little slow and that everyone has been telling me to get permalinks on my blog to help with SEO, but I was having trouble with my hosting and had to change before I could do it. I am not the most technical person, so big thanks to one of the members ...
Walkthrough: Changing Permalinks in WordPress
2007-11-05 16:33:00
As you all know, WordPress by default has ugly permalinks. By the default configuration, your posts and pages have urls like: www.yourblog.com/?p=21. In this post, I'll tell you, step by step, how to change the default permalink structure. I've incl8 Zoom(s)
Walkthrough: Changing Permalinks in WordPress
2007-11-01 14:59:00
As you all know, WordPress by default has ugly permalinks. By the default configuration, your posts and pages have urls like: www.yourblog.com/?p=21. These ?ugly? permalinks can be very bad for your blog. ?Pretty? permalinks, on the other hand, are expecially beneficial. They are good for SEO reasons; they tell the visitor about the content of ...
IIS and WordPress Permalinks
2007-10-22 10:03:00
If you are a newbie in wordpress (like me), you run your blog in IIS (that’s bad) and want to use wordpress’s permalinks feature (that’s VERY helpful in indexing) you will face some problems. The best thing you can do is to ask the gurus in digitalpoint forums. They will help you for sure (like they’ve ...
Wordpress Post Writing Advanced Features
2007-09-29 04:31:00
New bloggers such as me find some difficulties sometimes for these expert mode posting facilities offered by wordpress. I thought that we might share information relating to Slug, Drafts, Excerpt, Trackback, Permalinks, Pings, Time stamps to know these powerful functionalities more.
By: memories
Permalinks Are FIXED!!!
2007-08-23 20:04:00
I have permalinks again. After months and months of trying to fix this I finally did it today. I'm doing the happy dance right now.So, for those of you that wanted to link to a specific post of mine you can now do so. I'm thrilled beyond belief. Have a great day everyone.
What are search engine friendly urls and permalinks for real estate blogs?
2007-08-14 16:07:00
Interview with Search Engine Optimization Expert, Matt McGee For those of you that don't know the name Matt McGee yet, he became a regular on the SEO speaking circuit in 2006, with speaking gigs at the Search Engine Strategies conferences in San Jose and Chicago. He's a columnist for Search Engine Land, a contributing writer at Search Engine Guide, and a moderator on the Small Business Brief forum. He posts regularly on various industry blogs and forums (often under the nickname “pleeker”). He's actually so famous that he's been interviewed by the Wall Street Journal, Search Engine Watch, and a variety of other outlets.  So, when it came to explaining what makes an SEF url/permalink, I thought why not ask an expert to give his deep thoughts on the matter.  Another reason I felt Matt would be a perfect subject for this piece is that his wife is a Real Estate Agent, so he is extremely connected to SEO in the real estate space.  So, without further ado......
WordPress Permalinks
2007-07-11 20:00:00
Just a quick update to keep everyone in the loop. I’ve modified the Permalink structure of the blog. There are a few reasons to do this but the biggest is the SEO value it provides. Rather than the URL of a post looking like www.bloggingexperiment.com/?p=5- it will now have the post name included in the ...
Things you should know when using permalinks
2007-07-09 10:45:00
Wordpress is the real way to a truely professional and outstanding blog but many new blogs fail even if they have got good resources since they haven’t configured some simple features of Wordpress to match their audience and provide a strong base for the blog to grow on. One of such features is the Permalink ...
Real Estate Blog Term of the Week - Permalinks
2007-06-27 17:20:00
Think of this as the Blog-tionary. Each week, I’ll give you a new term so you can broaden your horizons and enhance your vocabulary.   You’ll need a larger vocabulary anyway, to go with your fabulous new grammar skills. Plus, now you’ll be able to talk tech at your next family function, and truly earn yourself the title of “My Cousin the Computer Geek”. This week’s term: Permalink Read more »
Permalinks - Turn On SEO URLs
2007-06-25 07:39:00
I first posted on this on 9 Mar 2007 and still four months later I see that new bloggers are not taking care of this from the start.  As you can see from the post below even I was guilty of it taking almost 8 weeks before I updated. If you have not turned on ...
Permalinks - Turn On SEO URLs
2007-06-25 07:39:00
I first posted on this on 9 Mar 2007 and still four months later I see that new bloggers are not taking care of this from the start.  As you can see from the post below even I was guilty of it taking almost 8 weeks before I updated. If you have not turned on ...
Ask Carl: Permalinks, The Best and how to Redirect
2007-05-12 05:40:00
Today, I?ll be launching a new feature of this blog. Thanks to Yvonne Russell of Grow Your Writing Business for suggesting it. She reviewed my blog 3 weeks ago on a different manner. It wasn?t that ordinary review that I get everyday, she gave some suggestions and criticisms. Believe it or not, I love ...
WP SEO Tips: Structured Permalinks
2007-04-03 20:33:00
Permalinks are an important key for search engine optimization. Bots such as Googlebot have gotten a lot smarter where they can index links even if they?re using a query, such as example.com/?p=535, but that?s not search engine friendly at all. There are really two angles you can look at when setting up your permalinks.
Permalinks on IIS is a bitch
2007-03-15 21:13:00
I finally figured out how to get it to work, but my subdomain (blog.eddiewalter.com/) doesn’t work. So I have to update the few links I have online to point to www.eddiewalter.com/blog/. I’d still like to get rid of the index.php in the rewrite though.
Permalinks on IIS is a bitch
2007-03-15 21:13:00
I finally figured out how to get it to work, but my subdomain (blog.eddiewalter.com/) doesn’t work. So I have to update the few links I have online to point to www.eddiewalter.com/blog/. I’d still like to get rid of the index.php in the rewrite though.
WordPress Plugin: Permalinks Migration
2007-03-07 21:02:03
Last week I decided to change my permalink structure from: /yyyy/mm/dd/post-slug/ to /post-slug/ For a lot of reasons…one to mention is…SEO! Anyway, for this reason I asked for the rewrite rule that I should use for this propuse, in the ConnectedInernet Forum and Ajay offered me a nice Plugin called ” Permalinks Migration“. It`s really a great plugin, that makes it easy to change your permalink without messing with your .htaccess file. But since the real reason of writing this article is to review this plugin. And when I saw JohnTP`s post about it. I must say that it has some disadvantages!!! (more…)
WordPress Plugin: Permalinks Migration
2007-02-28 14:55:02
Last week I decided to change my permalink structure from: /yyyy/mm/dd/post-slug/ to /post-slug/ For a lot of reasons…one to mention is…SEO! Anyway, for this reason I asked for the rewrite rule that I should use for this propuse, in the ConnectedInernet Forum and Ajay offered me a nice Plugin called ” Permalinks Migration“. It`s really a great plugin, that makes it easy to change your permalink without messing with your .htaccess file. But since the real reason of writing this article is to review this plugin. And when I saw JohnTP`s post about it. I must say that it has some disadvantages!!! (more…)
Permalinks Migration Plugin For WordPress
2007-01-28 17:02:02
Many people want to change their permalink structure, for example, from /%year%/%monthnum%/%day%/%postn-ame%/ to /%category%/%postname%/ But doing so will make all pages indexed by search engines become invalid, thereby losing visitors from other sites or bookmarks that link to you. With this plugin, you can safely change your permalink structure without breaking the old links to your website, and even doesn?t affect your search engine rankings.
43721 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - SEO by FeWorks
eXTReMe Tracker