Can you guys tell me if i did my links correctly? Will i get flagged for spamming on google. Its on http://www.ps3.sc/ Example of previous url: http://ps3.sc/article.php?id=726 Example of new url: http://www.ps3.sc/news-726-Survey:_Japan_PS3_Interest_Rising.html need your thoughts... also if any needs help seoing their urls im willing to help
Basically if you look in your browser, you will see the title, you see in the url. It all reads from the DB after i index it from google, so i pull the title from the DB and do this $title2 = str_replace(" ", "_", "$title1"); Code (markup): I basically replace all the spaces with "_" in the title and add it to a standard <a href link in the source. Then changed the .htaccess file.
Thanks, but I dont have any idea what you are talking about, I suppose I need a beginner course in something, but what ?
Great, Thanks for a great idea. I think i will have to implement that on my sites which i didnt paid for SEO on.
Also, shall i keep the extension of the file to .html, i was thinking of maybe changing it to .ps3, eg. www.ps3.sc/article-name.ps3. Would this make a difference on SE's or ould i get flagged for spamming?
It would be better to use a "-" vs a "_" b/c SE's read a dash as a space... So they see The-Devil-Wears as "The devil wears," while they see an underscore as an underscore.. But other than that it's much better and more descriptive than your previous links.
lol, you have confused me, your saying to use a "-" rather than a "_", then your saying they see "The-Devil-Wears as The devil wears, "while they see an underscore as an underscore..". Thats what i done in the first place what shall i use "_" of "-"?
Google are reading "-" as space, Google are reading "_" as a letter, makes the frase unreadable as words.