I have a umbraco website for my client. When I type a specific search keyword in the Google searchbox and I click to get the results, the page is listed in the Google results with it's node id instead of the actual page name.
I think you have a link to that page. Google will follow the link and add it to the index then it can be found. What you can do is add rewrite rules that redirect id 1193 to maatregelen.aspx make sure it's a permanent redirect then Google will update the index. If the site is 4.8 plus you might also want to check out SEO Checker that will automatically redirect to the friendly url when you visit the page by it's node Id.
Node id visible in google search result?
Hi,
I have a umbraco website for my client. When I type a specific search keyword in the Google searchbox and I click to get the results, the page is listed in the Google results with it's node id instead of the actual page name.
for example: http://.../1193.aspx instead of http://.../maatregelen.aspx
For all I know, the node id is only used when previewing a page in the umbraco backend.
Why are certain pages of the website listed with it's node id in the Google Search results?
Thanks in advance.
grts,
Kim
Hi Kim,
I think you have a link to that page. Google will follow the link and add it to the index then it can be found. What you can do is add rewrite rules that redirect id 1193 to maatregelen.aspx make sure it's a permanent redirect then Google will update the index. If the site is 4.8 plus you might also want to check out SEO Checker that will automatically redirect to the friendly url when you visit the page by it's node Id.
Hope this helps,
Richard
is working on a reply...