Search Engine-Friendly URLs

e107 CMS » Forums » Miscellaneous » e107 Comments << Previous thread | Next thread >>
Go to page  1 2
bugrain
Aug 25 2009, 01:29PM
bugrain
  • e107 Site administrator
  • e107 Core developer
  • e107 Support Team
Registered Member #16182
Joined: Mar 28 2005, 01:40PM
Location: UK
Posts: 4323
The 4 character limit is some MySQL limit, not specifically an e107 - sure there are other threads on this and I can't remember the detail. A Google search with site limited to e107 would work, of course. And I don't believe any of the devs "hate" SEO/SEF specifically.

If I had 3049883+ pages I think I'd find the URLs equally bad whatever system was used - if I'm looking at URLs as a human the most I tend to look at is domain name to see if it might be a likely 'good' site. I've read arguments for and against SEF URLs - not sure any has proved beyond doubt the best approach.

301's I can imagine is an issue - though I've never seen it as one in my sites. But basically only index.php returns a 301 so site rank may be an issue rather than page rank (if there is such a think) as other pages won't return 301 to a spider.

Like I said, my sites have never suffered so not sure what "can" be done. You could start with FURL plugin - but I've heard bad things about that.
Go to top
SecretR
Aug 26 2009, 10:38AM
secretr
  • e107 Main site administrator
  • e107 Core developer
  • e107 Design Team
Registered Member #11345
Joined: Oct 14 2004, 08:06AM
Location: Bulgaria
Posts: 1799
So much cool stuff hidden from the masses
301 solution - Administration -> Front page -> Edit and choose Welcome message. Create custom (e.g. index) layout in your theme, and use it for your index.php only. Create menus/plugins and add to your front page everything you need.

SEF is coming soon, top priority areas are Custom pages and News (both will become plugins at some point). Not sure if we'll have time to do it for the initial 0.8 release, but it'll be definitely part of some 0.8.* release.
Go to top
Website
Mojo Will
Aug 29 2009, 11:36PM
Registered Member #31550
Joined: Oct 18 2006, 03:03PM
Location: England UK
Posts: 469
so are you saying SEF won't be in the initial 0.8 release or that News and custom pages as plugins won't be?
Go to top
Website
G4HDU
Aug 31 2009, 09:35AM
Registered Member #1920
Joined: Jun 09 2003, 03:48AM
Location: North West UK
Posts: 1395
bugrain wrote ...


Like I said, my sites have never suffered so not sure what "can" be done. You could start with FURL plugin - but I've heard bad things about that.


One problem with furl is it doesn't support folders other than the standard e107_ prefix on them unless you hack it.
Go to top
Website
spuri
Dec 29 2009, 05:15AM
Registered Member #4477
Joined: Nov 20 2003, 09:02AM
Posts: 104
+1 for core SEO in e107
is there a vote thread for new e107 functions?
Go to top
G4HDU
Jan 05 2010, 03:23AM
Registered Member #1920
Joined: Jun 09 2003, 03:48AM
Location: North West UK
Posts: 1395
I've got a beta release at my site of a custom page plugin which gives seo type urls, canonical link option meta description/keywords/page title for each page, copy a page, past copies of pages so you can revert to an earlier version, auto thumbnail images etc. templated, uses templates and can import pages from core custom pages.

read more at [-link-]
[ Edited Jan 05 2010, 03:24AM ]
Go to top
Website
aSeptik
Jan 26 2010, 08:11AM
Registered Member #22526
Joined: Nov 22 2005, 11:02AM
Location: Italy
Posts: 341
Hi All!

I must admit that i have not read all the Comments on this 3d, but btw... everyone who is reading about SEO, may find some interesting infos here [-link-]

in particular the marj Comments!

Regards
Luca Filosofi
[ Edited Jan 26 2010, 08:12AM ]
Go to top
Website
Britzinoz
Mar 21 2010, 03:23PM
Registered Member #46884
Joined: Aug 19 2008, 09:05PM
Posts: 32
Over a year ago I created htm pages for each of my e107 pages, about 200 of them, and used include to show my page data.

eg: My page /education-tax-refund-australia.htm contains the code: include ("http://www.britzinoz.com/page.php?164") so that readers get to see the e107 page info.

Checking my Google results for the last year, my htm pages get about 80% of search hits compared to the page.php? pages.

From this experience I feel that SEF URLs are very good for me.

My actual page code, for this work around is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>Education Tax Refund in Australia</title>
<body>
<!------------------------ Start of Page Content -->
<?PHP
include ("http://www.britzinoz.com/page.php?164") ;
?>
<?php
exit;
?>
</body></html>


Unfortunately though it always shows the page as the user not logged in. OK for guests though.
Go to top
Website
singkey
Mar 24 2010, 06:24PM
Dumb Spammer
Registered Member #55351
Joined: Mar 24 2010, 06:21PM
Posts: 1
Hi my friend

You can use FURL Plugin. This plugin can do this for you and convert normal urls (news.php) to SEF url (news.html)

Example : click to open link in new window

Admin Edit: Spam link removed
[ Edited Mar 25 2010, 12:52AM ]
Go to top
phpjunkie
Feb 12 2012, 09:16AM
Registered Member #144865
Joined: Feb 12 2012, 08:59AM
Posts: 1
First thing I look for in any CMS / Portal is if they are TRUE SEF. I don't give a damn what the search engines say about it. It is my own taste, a style, like how I dress.

I don't care about the extensions (.html) and the numbers I saw in previous posts are not truly 100% SEF. Even Joomla isn't 100% SEF. Well, it is to the search engines but not to the human eye and this isn't good enough for me. The only TRUE SEF I've seen is with MODx. The downfall about MODx is this new cloud thing they are doing using 3rd party websites for themes/templates and other things.

A 100% true SEF URL:
domain.com/search-engine-optimization/search-engine-friendly

of course this would be the category and the title of the page
[ Edited Feb 12 2012, 09:22AM ]
Go to top
Go to page  1 2  

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System