In web2py implementation, when a person opens a web browser and enters

*{base_url}* then by default the web2py system will take the user to {*
base_url/application_name/controller_name/function_name}*
*
*
(as a hypothetical example: with www.omniavx.com the system by default goes 
to www.omniavx.com/default/index)*
*

If there are many high-quality reference to the base url (for example <a 
href="{base_url}">some anchor text</a> ) does the page rank benefit 
the base_url/application_name/controller_name/function_name destination? or 
is it necessary to have the reference point to 
 base_url/application_name/controller_name/function_name ( for example make 
them <a href="">some anchor text</a> )

A similar question, if hte web2py rewrite the URL of a highly ranked URL 
does the pagerank get inherited by the URL the page is rewritten to? in 
other words if base_url/application_name/default/index has a high pagerank 
but for readability or other reason I use routes.py or other web2py method 
to rewrite to just base_url

Any insight appreciated, thanks!

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to