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
-
Sitemaps, 404s and URL structure
Hi All! I recently acquired a client and noticed in Search Console over 1300 404s, all starting around late October this year. What's strange is that I can access the pages that are 404ing by cutting and pasting the URLs and via inbound links from other sites. I suspect the issue might have something to do with Sitemaps. The site has 5 Sitemaps, generated by the Yoast plugin. 2 Sitemaps seem to be working (pages being indexed), 3 Sitemaps seem to be not working (pages have warnings, errors and nothing shows up as indexed). The pages listed in the 3 broken sitemaps seem to be the same pages giving 404 errors. I'm wondering if auto URL structure might be the culprit here. For example, one sitemap that works is called newsletter-sitemap.xml, all the URLs listed follow the structure: http://example.com/newsletter/post-title Whereas, one sitemap that doesn't work is called culture-event-sitemap.xml. Here the URLs underneath follow the structure http://example.com/post-title. Could it be that these URLs are not being crawled / found because they don't follow the structure http://example.com/culture-event/post-title? If not, any other ideas? Thank you for reading this long post and helping out a relatively new SEO!
Technical SEO | | DanielFeldman0 -
Hi My website is showing 403 error. Please help me to find out the reason
Hi My website is showing 403 error. Please help me to find out the reason & how to fix URL :http://eosdev.sharjah.ae/admin/adminlogin.aspx
Technical SEO | | nlogix0 -
Want to change URL for a page
Hey there Mozzers. I want to change the url of a certain page on my website. Example: www.example.com/poker-face I want to change this www.example.com/poker-faces Should I create a new page and make the old one 301? Does 301 pass all the link juice in the new page or do i have to make a rel=canonical also ?
Technical SEO | | Angelos_Savvaidis0 -
Wrapping my head around an e-commerce anchor filter issue, need help
I am having a hard time understanding how Google will deal with this scenario, I would love to hear what you guys think or suggest. Ok a category page on the site in question looks like this. http://makeupaddict.me/6-skin-care All fine and well, But a paginated page or a filtered category pages look like these http://makeupaddict.me/6-skin-care#/page-2 and http://makeupaddict.me/6-skin-care#/price-391-1217 From my understanding Google does not index an anchor without a shebang (#!), but that doesn't mean that they do not still crawl them, correct? That is where the issue comes in, since anchors are not indexed and dropped from the urls, when Google crawls a filtered or paginated page, it is getting different results. From the best of my understanding, and someone can correct me if I am wrong but an anchor is not passed in web languages like a querystring is. So if I am using php and land on http://makeupaddict.me/6-skin-care or http://makeupaddict.me/6-skin-care#/price-391-1217 and use something like .$_SERVER['SELF'] to get the url both pages will return http://makeupaddict.me/6-skin-care since the anchor is handled client side. With that being the case, is it imagined that Google uses that standard or is it thought they have a custom function that grabs the whole url anchor in all? Also if they are crawling the page with the anchor, but seeing it anchor less how are they handling the changing content?
Technical SEO | | LesleyPaone0 -
I need help compiling solid documentation and data (if possible) that having tons of orphaned pages is bad for SEO - Can you help?
I spent an hour this afternoon trying to convince my CEO that having thousands of orphaned pages is bad for SEO. His argument was "If they aren't indexed, then I don't see how it can be a problem." Despite my best efforts to convince him that thousands of them ARE indexed, he simply said "Unless you can prove it's bad and prove what benefit the site would get out of cleaning them up, I don't see it as a priority." So, I am turning to all you brilliant folks here in Q & A and asking for help...and some words of encouragement would be nice today too 🙂 Dana
Technical SEO | | danatanseo0 -
Home Page Not Ranking... Need an EXPERT
Hi, for about a year now, our home page seems to have been "removed" from Google (except for our branded keywords). The home page is clearly indexed, but none of the keywords for the home page rank in the top 500 (again, except for our brand, trophycentral). Other pages in the site are fine and we rank in the top 10 positions for hundreds of keywords. We are also okay on Yahoo and Bing. So the issue is the home page from non-branded words. There have been no manual penalties, but since the words, such as trophies and trophies and awards are all but gone, something is going on. It has been almost exactly a year now and I have tried everything from removing backlinks (although I still can't tell which are "bad links", to changing titles, to improving speed and structure. I have had quite a few really nice people try to help, but their suggestions don't seem to work or are too vague. I really need an expert as the impact to the business of not having a home page performing is very damaging. Thank you!!!
Technical SEO | | trophycentraltrophiesandawards0 -
Why do I get duplicate pages, website referencing the capital version of the url vs the lowercase www.agi-automation.com/Pneumatic-grippers.htm
Can I the rel=canonical tag this? http://www.agi-automation.com/Pneumatic-grippers.htm****http://www.agi-automation.com/pneumatic-grippers.htm
Technical SEO | | AGIAutomation0 -
Page Titles where URL customization is limited
Hi all, I'm working for a new company which has several websites built on the Miva Merchant 5.5 platform. I'm new to SEO and trying to improve one specific category of products. With Miva the URL structure is set to: "category/" or "product/". I would have liked to have the ability to create URLs like "bike/beach-cruisers/mens-red-hawaiian.html". Since I cannot do that I'm trying to determine the best product name and page titles. Currently all of our titles have the word "bike". So when a category page is displayed, which shows over 100 products I get flagged in my campaign for over using the keyword "bike". However, if I take the work "bike" out of the page title I'm concerned that it would hurt us in the SERPs. Another factor that I'm getting flagged for on my campaign is the fact that our navigation uses the same key words repeatedly in each link. I'm not sure if it's really hurting us or not. Below is an example. I'm looking for some input on recommendations for product names and page titles. Below are some examples of what I'm working with. Any input or suggestions are greatly appreciated. Menu Sample: Bikes-Street-Blue-Mens Bikes-Street-Blue-Womens Bikes-Street-Blue-Kids Bikes-Street-Orange-Mens Bikes-Street-Orange-Womens Bikes-Street-Orange-Kids Bikes-Beach-Cruiser-Blue-Mens Bikes-Beach-Cruiser-Blue-Womens Bikes-Beach-Cruiser-Blue-Kids Bikes-Beach-Cruiser-Orange-Mens Bikes-Beach-Cruiser-Orange-Womens Bikes-Beach-Cruiser-Orange-Kids Current Page Titles/Name: Mens Bike Street Blue | XYZ Bike Mfg. - product/mens-bike-street-blue.html Mens Bike Street Orange | XYZ Bike Mfg. - product/mens-bike-street-orange.html Womens Bike Street Blue | XYZ Bike Mfg. - product/womens-bike-street-blue.html Womens Bike Street Orange | XYZ Bike Mfg. - product/womens-bike-street-orange.html
Technical SEO | | Technical_Contact0