Website Page Structuring and URL re writing - need helpful resources
-
Hello,
I am not technically very sound and I need some good articles that teach me how to think about and go about website pages structuring and url rewriting that is seo friendly.
I will be most obliged if some of you great seomoz-ers can pitch in with help.
Regards,
Talha
-
A web crawler will start at the top of a page and work it's way to the bottom, discovering links and content on the way down. The first links it encounters will be used for anchor text association and weighed more then other links to the same page. Links in content are given greater weight then links in navigation so it is preferable to have those links discovered first.
HTML code can be adjusted to position the navigation after the content. You can look at xenforo which is a forum software developer who designs their software in this manner. If you view the page's source code you will notice the navigation is at the bottom of the HTML code.
With respect to your question on content structuring, there are many pages covering this topic. In general I have two pieces of advice.
1. Have your content reviewed by an English teacher. I am not looking for grammatical corrections (although that helps too) but more along the idea of properly presenting a topic. A good header, intro sentence and paragraph, etc.
2. Examine the wikipedia approach. Most wiki pages perform the basics of SEO content presentation very effectively.
A WBF article which may be of interest: http://www.seomoz.org/blog/improving-content-shareability-whiteboard-friday
-
Hello Ryan...
thank you very much for your suggestion. Had that in mind already.
About website page structuring... I was actually asking about content structuring...
BUT I am surely, surely appreciate if you could also give me a bit of insight (or links) into html structuring.... the suggestion about placing navigation code is extremely interesting... can I know more please sir???
-
Thanks a lot for your response Steven... im most obliged.
I am on my way to understanding url re-writing.
Can you also help me with the remaining part of my question - I want to understand about HOW TO STRUCTURE A WEBSITE FOR MAXIMUM NOTICE BY SEARCH ENGINE SPIDERS.... OR we can rephrase it to be WHAT IS CRAWL FRIENDLY WEBSITE STRUCTURE???
I am sure your answer will be very helpful for mr.
Thanks bro
Peace!
-
Hi Talha.
Since you are an IT company I am guessing you are asking about the general structure of URLs as opposed to the technical details of how to implement the change.
The primary change I recommed with your present URLs is to remove the technology suffix. Change http://www.zigzagsolutions.co.uk/jobs.html to http://www.zigzagsolutions.co.uk/jobs. Also for the home page drop the index.html.
These changes make your URL shorter and friendlier in appearance. You also benefit from more stable URLs. If you later decide to change your web pages to php or another technology, your existing URLs can continue to work without needing to redirect your whole site.
For web page structure, can you offer a bit more detail as to what you are seeking? Are you looking for technical details such as how to structure your html? An example would be placing your navigation code at the bottom of your HTML so search engines see your content first. Or are you asking about how to present your content?
-
I assume you are talking about Mod_rewrite with apache.
Apache's rewrite would be a good start http://httpd.apache.org/docs/2.0/misc/rewriteguide.html. You say you are not technically strong, but you should be able to copy details from that and just change things around. The matching pattern works on regular expressions so if you have every used this you will find the syntax makes sense. If you haven't then it can look daunting when you first start but its really not that bad and through trial and error you can quickly pick it up.
This is the full reference for mod_rewrite http://httpd.apache.org/docs/current/mod/mod_rewrite.html.
Alternatively once you have decided on your friendly URL to actual file mapping, post those in here and I am sure people will be able to help you create the rewrite rules
-
What web server are you using?
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Canonical Url Structure Vs. Google Search View
I recently set up a new site and set the "preferred" domain in Google Webmasters to show URLs WITHOUT the WWW for google search purposes. In the confirmation email from google, this confused me: "This setting defines which host - www or not - should be considered the canonical host when indexing your site." In the website, we have cononical URLS at the top of every page in the header, but still have the WWW in those. Any issues with that?
Technical SEO | | vikasnwu0 -
Need Help On Proper Steps to Take To De-Index Our Search Results Pages
So, I have finally decided to remove our Search Results pages from Google. This is a big dealio, but our traffic has consistently been declining since 2012 and it's the only thing I can think of. So, the reason they got indexed is back in 2012, we put linked tags on our product pages, but they linked to our search results pages. So, over time we had hundreds of thousands of search results pages indexed. By tag pages I mean: Keywords: Kittens, Doggies, Monkeys, Dog-Monkeys, Kitten-Doggies Each of these would be linked to our search results pages, i.e. http://oursite.com/Search.html?text=Kitten-Doggies So, I really think these pages being indexed are causing much of our traffic problems as there are many more Search Pages indexed than actual product pages. So, my question is... Should I go ahead and remove the links/tags on the product pages first? OR... If I remove those, will Google then not be able to re-crawl all of the search results pages that it has indexed? Or, if those links are gone will it notice that they are gone, and therefore remove the search results pages they were previously pointing to? So, Should I remove the links/tags from the product page (or at least decrease them down to the top 8 or so) as well as add the no-follow no-index to all the Search Results pages at the same time? OR, should I first no-index, no-follow ALL the search results pages and leave those tags on the product pages there to give Google a chance to go back and follow those tags to all of the Search Results pages so that it can get to all of those Search Results pages in order to noindex,. no follow them? Otherwise will Google not be able find these pages? Can someone comment on what might be the best, safest, or fastest route? Thanks so much for any help you might offer me!! Craig So, I wanted to see if you have a suggestion on the best way to handle it? Should I remove the links/tags from the product page (or at least decrease them down to the top 8 or so) as well as add the no-follow no-index to all the Search Results pages at the same time? OR, should I first no-index, no-follow ALL the search results pages and leave those tags on the product pages there to give Google a chance to go back and follow those tags to all of the Search Results pages so that it can get to all of those Search Results pages in order to noindex,. no follow them? Otherwise will Google not be able find these pages? Can you tell me which would be the best, fastest and safest routes?
Technical SEO | | TheCraig0 -
If I want clean up my URLs and take the "www.site.com/page.html" and make it "www.site.com/page" do I need a redirect?
If I want clean up my URLs and take the "www.site.com/page.html" and make it "www.site.com/page" do I need a redirect? If this scenario requires a 301 redirect no matter what, I might as well update the URL to be a little more keyword rich for the page while I'm at it. However, since these pages are ranking well I'd rather not lose any authority in the process and keep the URL just stripped of the ".html" (if that's possible). Thanks for you help! [edited for formatting]
Technical SEO | | Booj0 -
Help! Pages not being indexed
Hi Mozzers, I need your help.
Technical SEO | | bshanahan
Our website (www.barnettcapitaladvisors.com) stopped being indexed in search engines following a round of major changes to URLs and content. There were a number of dead links for a few days before 301 redirects were properly put in place. And now, only 3 pages show up in bing when I do the search "site:barnettcapitaladvisors.com". A bunch of pages show up in Google for that search, but they're not any of the pages we want to show up. Our home page and most important services pages are nowhere in search results. What's going on here?
Our sitemap is at http://www.barnettcapitaladvisors.com/sites/default/files/users/AndrewCarrillo/sitemap/sitemap.xml
Robots.txt is at: http://www.barnettcapitaladvisors.com/robots.txt Thanks!0 -
Redirect them to some other related pages in your website
dear sir, i found 404 errors in my google adsense account as well google webmaster tool. how can i escape from these errors. and also tell me why can i increase google click rate. my google rate is so low.
Technical SEO | | learningall0 -
Best URL Structure for Product Pages?
I am happy with my URLs and my ecommerce site ranks well over all, but I have a question about product URL's. Specifically when the products have multiple attributes such as "color". I use a header URL in order to present the 'style' of products, www.americanmusical.com/Item--i-GIB-LPCCT-LIST and I allow each 'color' to have it's own URL so people can send or bookmark a specific item. www.americanmusical.com/Item--i-GIB-LPCCT-ANCH1 www.americanmusical.com/Item--i-GIB-LPCCT-WRCH1 I use a rel canonical to show that the header URL is the URL search engines should be indexing and to avoid duplicate content issues from having the exact same info, MP3's, PDF's, Video's accessories, etc on each specific item URL. I also have a 'noindex no follow' on the specific item URL. These header URLs rank well, but when using tools like SEOMoz, which I love, my header pages fail for using rel canonical and 'noindex no follow' I've considered only having the header URL, but I like the idea of shoppers being able to get to the specific product URL. Do I need the no index no follow? Do I even need the rel canonical? Any suggestions?
Technical SEO | | dianeb1520 -
Duplicate page content issue needs resolution.
After my last "crawl" report, I received a warning about "duplicate page content". One page was: http://anycompany.com and the other was: http://anycompany.com/home.html How do I correct this so these pages aren't competing with each other or is this a problem?
Technical SEO | | JamesSagerser0 -
Page rank 2 for home page, 3 for service pages
Hey guys, I have noticed with one of our new sites, the home page is showing page rank two, whereas 2 of the internal service pages are showing as 3. I have checked with both open site explorer and yahoo back links and there are by far more links to the home page. All quality and relevant directory submissions and blog comments. The site is only 4 months old, I wonder if anyone can shed any light on the fact 2 of the lesser linked pages are showing higher PR? Thanks 🙂
Technical SEO | | Nextman0