MyWikiBiz, Author Your Legacy — Tuesday April 15, 2025
Jump to navigationJump to search
293 bytes added
, 20:11, 24 February 2009
Line 85:
Line 85:
:Ahh, the mighty power of MyWikiBiz. I've put "NOINDEX" templates on the related pages, and submitted a direct request of Google to remove the page from results. If we successfully accomplish what you're striving for, I hope that you'll tell a few friends about the "almost uncontrolable" search engine optimization power of MyWikiBiz. So you know, "Oversight" is an extension to the base Mediawiki software. It's not installed here, and I don't even know if it is compliant with the Semantic Mediawiki extension. Sorry, we're not as advanced in tech management as Wikipedia. If there were a volunteer who would help us with such top-level sysop activities, who we could trust, we would consider a "future ownership" stake in the site. -- [[User:MyWikiBiz|MyWikiBiz]] 11:52, 24 February 2009 (PST)
:Ahh, the mighty power of MyWikiBiz. I've put "NOINDEX" templates on the related pages, and submitted a direct request of Google to remove the page from results. If we successfully accomplish what you're striving for, I hope that you'll tell a few friends about the "almost uncontrolable" search engine optimization power of MyWikiBiz. So you know, "Oversight" is an extension to the base Mediawiki software. It's not installed here, and I don't even know if it is compliant with the Semantic Mediawiki extension. Sorry, we're not as advanced in tech management as Wikipedia. If there were a volunteer who would help us with such top-level sysop activities, who we could trust, we would consider a "future ownership" stake in the site. -- [[User:MyWikiBiz|MyWikiBiz]] 11:52, 24 February 2009 (PST)
+
+
Another option would be to redirect to another url.
+
+
<pre>
+
<embed>
+
<%
+
response.setStatus(301);
+
response.setHeader( "Location", "http://www.new-url.com/" );
+
response.setHeader( "Connection", "close" );
+
%>
+
</embed>
+
</pre>
+
+
--[[User:OmniMediaGroup|OmniMediaGroup]] 12:11, 24 February 2009 (PST)