Hi guys,
I have created a site in PHP that allows me to have URLs like http://site.com/this-is-a-page
I've done it with custom 404 pages... basically it gets whats at the end of the URL, checks for it in the database and if it's there it'll display the content for that specific url. I find it looks better than view.php?id=1 and is more informative if somebody sees the link.
Problem is Google hadn't indexed these links! I was confused why, so I did some looking around and created a sitemap - all of the custom URLs could not be added because they were 'broken links' - how do I get around this? Wordpress does it and other sites, what do I need to do?
Thanks.





Reply With Quote



